brett 2004/03/10 06:16:46
Modified: repository project.xml
repository/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.1
Revision Changes Path
1.16 +9 -2 maven-plugins/repository/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/repository/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 7 Mar 2004 23:01:26 -0000 1.15
+++ project.xml 10 Mar 2004 14:16:46 -0000 1.16
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +18,12 @@
*/
-->
-
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-repository-plugin</id>
<name>Maven Repository Plug-in</name>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.1</currentVersion>
<shortDescription>Tools to work with the central repo</shortDescription>
<url>http://maven.apache.org/reference/plugins/repository/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/repository/</siteDirectory>
@@ -66,4 +66,11 @@
</properties>
</dependency>
</dependencies>
+ <versions>
+ <version>
+ <id>1.1</id>
+ <name>1.1</name>
+ <tag>MAVEN_REPOSITORY_1_1</tag>
+ </version>
+ </versions>
</project>
1.6 +6 -14 maven-plugins/repository/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/repository/xdocs/changes.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- changes.xml 4 Mar 2004 18:38:44 -0000 1.5
+++ changes.xml 10 Mar 2004 14:16:46 -0000 1.6
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,23 +23,14 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
-
<body>
-
+ <release version="1.1" date="2004-03-11"></release>
<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>
- <action dev="dion" type="add">
- Renamed repository:deploy-snapshot-jar to repository:copy-snapshot-jar
- </action>
+ <action dev="dion" type="add">Added repository:copy-jar</action>
+ <action dev="dion" type="add">Removed hard coded group name - now a
property</action>
+ <action dev="dion" type="add">Renamed repository:deploy-snapshot-jar to
repository:copy-snapshot-jar</action>
<action dev="dion" type="fix">Fixed URLs for Jelly dependencies</action>
<action dev="dion" type="fix">Created</action>
</release>
-
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]