brett 2004/05/13 06:00:06
Modified: jar project.xml
jar/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.5
Revision Changes Path
1.25 +6 -1 maven-plugins/jar/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 2 May 2004 14:04:08 -0000 1.24
+++ project.xml 13 May 2004 13:00:05 -0000 1.25
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plug-in</name>
- <currentVersion>1.5-SNAPSHOT</currentVersion>
+ <currentVersion>1.5</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>
@@ -44,6 +44,11 @@
<id>1.5</id>
<name>1.5</name>
<tag>HEAD</tag>
+ </version>
+ <version>
+ <id>1.5</id>
+ <name>1.5</name>
+ <tag>MAVEN_JAR_1_5</tag>
</version>
</versions>
<developers/>
1.18 +2 -2 maven-plugins/jar/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/xdocs/changes.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- changes.xml 2 May 2004 14:04:08 -0000 1.17
+++ changes.xml 13 May 2004 13:00:06 -0000 1.18
@@ -25,7 +25,7 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.5-SNAPSHOT" date="in CVS">
+ <release version="1.5" date="2004-05-13">
<action dev="brett" type="fix" issue="MPJAR-27">trim shortDescription and
limit to 72 characters with warning when using specification-title to avoid broken
manifests</action>
<action dev="brett" type="fix" issue="MPJAR-24">change ln -sf command to rm
-f symlink, ln -s combo because -f flag is not used on Solaris ln.</action>
<action dev="brett" type="fix">move maven.remote.group to
default.properties</action>
@@ -40,7 +40,7 @@
<action dev="dion" type="fix">Fix for maven.jar.manifest.extensions.add not
being checked correctly.</action>
<action dev="dion" type="fix" issue="MAVEN-1009">Fix MAVEN-1009</action>
</release>
- <release version="1.3" date="2003-09-29"></release>
+ <release version="1.3" date="2003-09-29"/>
<release version="1.2" date="Unknown">
<action dev="evenisse" type="fix">Fixed maven.jar.manifest.extensions.add
use.</action>
<action dev="evenisse" type="fix" issue="MAVEN-755">Maven-755. Add
maven.jar.compress.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]