brett 2004/05/15 20:08:23
Modified: caller project.xml
caller/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.1
Revision Changes Path
1.13 +6 -1 maven-plugins/caller/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/caller/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- project.xml 16 May 2004 01:35:45 -0000 1.12
+++ project.xml 16 May 2004 03:08:23 -0000 1.13
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-caller-plugin</id>
<name>Maven Caller Plugin</name>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.1</currentVersion>
<description>Interface to isolate calls between plugins</description>
<shortDescription>Maven Caller plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/caller/</url>
@@ -39,6 +39,11 @@
<id>1.0</id>
<name>1.0</name>
<tag>MAVEN_CALLER_1_0</tag>
+ </version>
+ <version>
+ <id>1.1</id>
+ <name>1.1</name>
+ <tag>MAVEN_CALLER_1_1</tag>
</version>
</versions>
<developers>
1.5 +4 -9 maven-plugins/caller/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/caller/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 4 Mar 2004 18:00:48 -0000 1.4
+++ changes.xml 16 May 2004 03:08:23 -0000 1.5
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@@ -22,16 +23,10 @@
<title>Caller Plugin</title>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
-
<body>
- <release version="1.1" date="in CVS">
- </release>
+ <release version="1.1" date="2004-05-15"></release>
<release version="1.0" date="2003-11-16">
- <action dev="vmassol" type="add">
- Initial creation of plugin.
- </action>
+ <action dev="vmassol" type="add">Initial creation of plugin.</action>
</release>
</body>
-
</document>
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]