brett 2004/02/26 07:10:02
Modified: jar project.xml
jar/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.4
Revision Changes Path
1.18 +10 -2 maven-plugins/jar/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 23 Feb 2004 22:14:06 -0000 1.17
+++ project.xml 26 Feb 2004 15:10:01 -0000 1.18
@@ -5,13 +5,14 @@
<pomVersion>3</pomVersion>
<id>maven-jar-plugin</id>
<name>Maven Jar Plug-in</name>
- <currentVersion>1.4-SNAPSHOT</currentVersion>
+ <currentVersion>1.4</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>
<siteDirectory>/www/maven.apache.org/reference/plugins/jar/</siteDirectory>
<repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven/src/plugins-build/jar/</connection>
+ <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:maven-plugins/jar/</connection>
+ <developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:maven-plugins/jar/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/jar/</url>
</repository>
<developers/>
@@ -30,4 +31,11 @@
<version>1.4-dev</version>
</dependency>
</dependencies>
+ <versions>
+ <version>
+ <id>1.4</id>
+ <name>1.4</name>
+ <tag>MAVEN_JAR_1_4</tag>
+ </version>
+ </versions>
</project>
1.9 +14 -45 maven-plugins/jar/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/jar/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 18 Jan 2004 15:14:36 -0000 1.8
+++ changes.xml 26 Feb 2004 15:10:02 -0000 1.9
@@ -1,62 +1,31 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
-
<body>
-
- <release version="1.4" date="in CVS">
- <action dev="dion" type="update">
- Remove old nav (current etc) as it was confusing people.
- Implement maven.jar.includes as per Eric Giguere's suggestion.
- </action>
- <action dev="neilc" type="update">
- Added manifest Class-Path, specified by setting property
- jar.manifest.classpath on dependency artifacts in project.xml.
- </action>
- <action dev="dion" issue="MAVEN-936" type="fix">
- Reorder Specification-Title/Vendor/Version and
Implementation-Title/Vendor/Version
- </action>
- <action dev="dion" issue="MAVEN-936" type="fix">
- Use pom.currentVersion for Specification-Version
- </action>
- <action dev="dion" type="fix">
- Fix for maven.jar.manifest.extensions.add not being checked
- correctly.
- </action>
+ <release version="1.4" date="2004-02-27">
+ <action dev="dion" type="update">Remove old nav (current etc) as it was
confusing people. Implement maven.jar.includes as per Eric Giguere's
suggestion.</action>
+ <action dev="neilc" type="update">Added manifest Class-Path, specified by
setting property jar.manifest.classpath on dependency artifacts in
project.xml.</action>
+ <action dev="dion" issue="MAVEN-936" type="fix">Reorder
Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version</action>
+ <action dev="dion" issue="MAVEN-936" type="fix">Use pom.currentVersion for
Specification-Version</action>
+ <action dev="dion" type="fix">Fix for maven.jar.manifest.extensions.add not
being checked correctly.</action>
<action dev="dion" type="fix">Fix MAVEN-1009</action>
</release>
-
- <release version="1.3" date="2003-09-29">
-
- </release>
-
+ <release version="1.3" date="2003-09-29"></release>
<release version="1.2" date="In cvs">
- <action dev="evenisse" type="fix">
- Fixed maven.jar.manifest.extensions.add use.
- </action>
- <action dev="evenisse" type="update">
- Maven-755. Add maven.jar.compress.
- </action>
+ <action dev="evenisse" type="fix">Fixed maven.jar.manifest.extensions.add
use.</action>
+ <action dev="evenisse" type="update">Maven-755. Add
maven.jar.compress.</action>
</release>
-
<release version="1.1" date="2003-08-29">
- <action dev="dion" type="update">
- Added maven.jar.index property
- </action>
- <action dev="dion" type="update">
- Upgrade to velocity 1.4-dev
- </action>
+ <action dev="dion" type="update">Added maven.jar.index property</action>
+ <action dev="dion" type="update">Upgrade to velocity 1.4-dev</action>
</release>
-
<release version="1.0" date="Unknown">
- <action dev="evenisse" type="add">
- Initial plugin created. Goals are move from java plugin.
- </action>
+ <action dev="evenisse" type="add">Initial plugin created. Goals are move from
java plugin.</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]