brett 2004/05/15 19:28:46
Modified: deploy project.xml
deploy/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.3
Revision Changes Path
1.25 +6 -1 maven-plugins/deploy/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/deploy/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 16 May 2004 01:35:46 -0000 1.24
+++ project.xml 16 May 2004 02:28:46 -0000 1.25
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-deploy-plugin</id>
<name>Maven Deploy Plugin</name>
- <currentVersion>1.3-SNAPSHOT</currentVersion>
+ <currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Deploy to remote repository</shortDescription>
<url>http://maven.apache.org/reference/plugins/deploy/</url>
@@ -39,6 +39,11 @@
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_DEPLOY_1_2</tag>
+ </version>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>MAVEN_DEPLOY_1_3</tag>
</version>
</versions>
<developers>
1.7 +5 -13 maven-plugins/deploy/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/deploy/xdocs/changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- changes.xml 2 May 2004 13:42:49 -0000 1.6
+++ changes.xml 16 May 2004 02:28:46 -0000 1.7
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,21 +23,12 @@
<title>Changes for the Deploy plugin</title>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
-
<body>
-
- <release version="1.3-SNAPSHOT" date="in CVS">
- <action dev="evenisse" type="add" issue="MPDEPLOY-2">
- Add optional maven.ssh.args and maven.scp.args.
- </action>
+ <release version="1.3" date="2004-05-15">
+ <action dev="evenisse" type="add" issue="MPDEPLOY-2">Add optional
maven.ssh.args and maven.scp.args.</action>
</release>
-
<release version="1.2" date="2003-11-22">
- <action dev="vmassol" type="add">
- Probably lots of things but nobody was counting...
- </action>
+ <action dev="vmassol" type="add">Probably lots of things but nobody was
counting...</action>
</release>
-
</body>
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]