brett 2004/05/15 19:17:20 Modified: repository project.xml repository/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.2 Revision Changes Path 1.20 +6 -1 maven-plugins/repository/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/repository/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 2 May 2004 14:16:25 -0000 1.19 +++ project.xml 16 May 2004 02:17:19 -0000 1.20 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-repository-plugin</id> <name>Maven Repository Plug-in</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <shortDescription>Tools to work with the central repo</shortDescription> <url>http://maven.apache.org/reference/plugins/repository/</url> <issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10372</issueTrackingUrl> @@ -66,6 +66,11 @@ <id>1.1</id> <name>1.1</name> <tag>MAVEN_REPOSITORY_1_1</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_REPOSITORY_1_2</tag> </version> </versions> </project> 1.8 +2 -2 maven-plugins/repository/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/repository/xdocs/changes.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- changes.xml 21 Apr 2004 01:03:25 -0000 1.7 +++ changes.xml 16 May 2004 02:17:20 -0000 1.8 @@ -24,10 +24,10 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="in CVS"> + <release version="1.2" date="2004-05-15"> <action dev="brett" issue="MPREPO-5" type="update">Deprecate maven.repository.group, use maven.remote.group instead</action> </release> - <release version="1.1" date="2004-03-11"></release> + <release version="1.1" date="2004-03-11"/> <release version="1.0" date="2003-09-29"> <action dev="dion" type="add">Added repository:copy-jar</action> <action dev="dion" type="add">Removed hard coded group name - now a property</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]