brett 2004/03/10 04:09:47
Modified: artifact project.xml
artifact/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.1
Revision Changes Path
1.17 +9 -2 maven-plugins/artifact/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- project.xml 7 Mar 2004 23:01:24 -0000 1.16
+++ project.xml 10 Mar 2004 12:09:47 -0000 1.17
@@ -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-artifact-plugin</id>
<name>Maven Artifact Plug-in</name>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.1</currentVersion>
<description/>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url>
@@ -92,4 +92,11 @@
<type>jar</type>
</dependency>
</dependencies>
+ <versions>
+ <version>
+ <id>1.1</id>
+ <name>1.1</name>
+ <tag>MAVEN_ARTIFACT_1_1</tag>
+ </version>
+ </versions>
</project>
1.10 +7 -16 maven-plugins/artifact/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- changes.xml 4 Mar 2004 17:59:38 -0000 1.9
+++ changes.xml 10 Mar 2004 12:09:47 -0000 1.10
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,24 +23,14 @@
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Jason van Zyl</author>
</properties>
-
<body>
- <release version="1.1" date="in CVS">
- <action dev="epugh" type="update">
- Allow the deploy goals to work with maven.multiproject.type=plugin
- </action>
+ <release version="1.1" date="2004-03-10">
+ <action dev="epugh" type="update">Allow the deploy goals to work with
maven.multiproject.type=plugin</action>
</release>
<release version="1.0" date="2003-09-29">
- <action dev="dion" type="update">
- Update to commons-jelly-20030902.160215
- </action>
- <action dev="dion" type="update">
- Update to velocity 1.4-dev
- </action>
- <action dev="dion" type="update">
- Update to commons-lang 1.0.1
- </action>
+ <action dev="dion" type="update">Update to
commons-jelly-20030902.160215</action>
+ <action dev="dion" type="update">Update to velocity 1.4-dev</action>
+ <action dev="dion" type="update">Update to commons-lang 1.0.1</action>
</release>
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]