brett 2004/11/10 02:12:36
Modified: jar Tag: MAVEN_JAR_1_6_1-branch project.xml
jar/xdocs Tag: MAVEN_JAR_1_6_1-branch changes.xml
Log:
update version
Revision Changes Path
No revision
No revision
1.29.2.1 +6 -1 maven-plugins/jar/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/project.xml,v
retrieving revision 1.29
retrieving revision 1.29.2.1
diff -u -r1.29 -r1.29.2.1
--- project.xml 28 Jun 2004 11:26:31 -0000 1.29
+++ project.xml 10 Nov 2004 10:12:35 -0000 1.29.2.1
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plug-in</name>
- <currentVersion>1.6</currentVersion>
+ <currentVersion>1.6.1</currentVersion>
<description>Plugin for creating JAR files. Requires Maven 1.0
RC2.</description>
<shortDescription>Create jar files</shortDescription>
<url>http://maven.apache.org/reference/plugins/jar/</url>
@@ -49,6 +49,11 @@
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_JAR_1_6</tag>
+ </version>
+ <version>
+ <id>1.6.1</id>
+ <name>1.6.1</name>
+ <tag>MAVEN_JAR_1_6_1</tag>
</version>
</versions>
<developers/>
No revision
No revision
1.21.2.1 +3 -0 maven-plugins/jar/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/xdocs/changes.xml,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -r1.21 -r1.21.2.1
--- changes.xml 28 Jun 2004 11:26:31 -0000 1.21
+++ changes.xml 10 Nov 2004 10:12:35 -0000 1.21.2.1
@@ -25,6 +25,9 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
+ <release version="1.6.1" date="2004-11-10">
+ <action dev="brett" type="fix">Remove deploy warnings</action>
+ </release>
<release version="1.6" date="2004-06-28">
<action dev="brett" type="update">Use the artifact plugin for
installation</action>
<action dev="evenisse" type="fix" due-to="Martin van den Bemt"
issue="MPJAR-29">Replace Apache Jakarta Maven by Apache Maven in
Manifest</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]