From: Jeff J. <jef...@us...> - 2007-01-28 16:08:07
|
jeffjensen 07/01/28 08:08:01 Modified: tasks/xdocs changes.xml tasks project.xml Log: Change from snapshot to release. Revision Changes Path 1.7 +1 -1 maven-plugins/tasks/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 10 Aug 2006 03:07:22 -0000 1.6 +++ changes.xml 28 Jan 2007 16:08:00 -0000 1.7 @@ -7,7 +7,7 @@ </properties> <body> - <release version="1.3.0-SNAPSHOT" date="in CVS" description="New properties, minor corrections"> + <release version="1.3.0" date="2007-01-28" description="New properties, new report features, minor corrections, XML Schema"> <action dev="carlossg" type="fix"> Make build with Maven 1.1 and correct the URL tag. </action> 1.10 +3 -3 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 5 Aug 2006 03:13:38 -0000 1.9 +++ project.xml 28 Jan 2007 16:08:00 -0000 1.10 @@ -9,7 +9,7 @@ <pomVersion>3</pomVersion> <id>maven-tasks-plugin</id> <name>Tasks Plug-in</name> - <currentVersion>1.3.0-SNAPSHOT</currentVersion> + <currentVersion>1.3.0</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/projects/maven-plugins/</url> @@ -42,8 +42,8 @@ <tag>MAVEN_TASKS_1_2_0</tag> </version> <version> - <id>1.3.0-SNAPSHOT</id> - <name>1.3.0-SNAPSHOT</name> + <id>1.3.0</id> + <name>1.3.0</name> <tag>MAVEN_TASKS_1_3_0</tag> </version> </versions> |