Skip to content

Commit 638dd68

Browse files
committed
Cleanup duplicate plugins and unused svn stuff
1 parent 9bed49a commit 638dd68

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<repository>
2929
<id>mine</id>
3030
<name>mine</name>
31-
<url>http://raykrueger.googlecode.com/svn/repository</url>
31+
<url>https://github.com/raykrueger/hibernate-memcached</url>
3232
</repository>
3333
<repository>
3434
<id>maven2-repository</id>
@@ -66,13 +66,6 @@
6666
</distributionManagement>
6767

6868
<build>
69-
<extensions>
70-
<extension>
71-
<groupId>org.jvnet.wagon-svn</groupId>
72-
<artifactId>wagon-svn</artifactId>
73-
<version>1.8</version>
74-
</extension>
75-
</extensions>
7669
<plugins>
7770
<plugin>
7871
<groupId>org.apache.maven.plugins</groupId>
@@ -222,17 +215,6 @@
222215
</execution>
223216
</executions>
224217
</plugin>
225-
<plugin>
226-
<groupId>org.sonatype.plugins</groupId>
227-
<artifactId>nexus-staging-maven-plugin</artifactId>
228-
<version>1.6.3</version>
229-
<extensions>true</extensions>
230-
<configuration>
231-
<serverId>ossrh</serverId>
232-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
233-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
234-
</configuration>
235-
</plugin>
236218
</plugins>
237219
</build>
238220

0 commit comments

Comments
 (0)