From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Fri, 16 Apr 2010 21:45:07 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.2.2^2~85 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=5374fe754ed3021fb099f4a7d77feed79d5d533c;p=utils --- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 6d3f0870..0eece584 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -12,8 +12,8 @@ <name>wamblee-code-style</name> <scm> <url>https://wamblee.org/viewvc/code-style</url> - <connection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</connection> - <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/code-style/trunk</developerConnection> + <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk/code-style</connection> + <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk/code-style</developerConnection> </scm> <parent> @@ -22,21 +22,4 @@ <version>0.2.1</version> </parent> - - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.0</version> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - <goals>javadoc:jar deploy</goals> - <tagBase>https://wamblee.org/svn/public/utils/tags</tagBase> - </configuration> - </plugin> - </plugins> - </build> - - </project>