From: <rob...@us...> - 2010-06-23 05:09:19
|
Revision: 24 http://netcdftools.svn.sourceforge.net/netcdftools/?rev=24&view=rev Author: robertbridle Date: 2010-06-23 05:09:11 +0000 (Wed, 23 Jun 2010) Log Message: ----------- ANDSWRON-681 - 1.) Updated maven-release-plugin 2.0-beta-9 to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406) 2.) Updated scm plugin to 1.3 see point 1. 3.) Tidy up - removed commented out commands. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-23 02:55:17 UTC (rev 23) +++ trunk/pom.xml 2010-06-23 05:09:11 UTC (rev 24) @@ -35,9 +35,6 @@ <targetJdk>1.6</targetJdk> <jar.outputDirectory> ${project.build.directory} - <!-- - \\junk-yf\autobuild_website\netcdf-tools\dist\${buildType} - --> </jar.outputDirectory> </properties> <licenses> @@ -74,6 +71,7 @@ <target>1.6</target> </configuration> </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> @@ -224,7 +222,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> - <version>1.1</version> + <version>1.3</version> <configuration> <username>${scm.username}</username> <password>${scm.password}</password> @@ -278,7 +276,13 @@ <argument>create</argument> </arguments> </configuration> - </plugin> --> + </plugin> --> + + <!-- 2.0-beta-9 used to overcome bug when tagging a release (http://jira.codehaus.org/browse/SCM-406) --> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-9</version> + </plugin> </plugins> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |