Author: brett
Date: Wed Jun 8 01:20:13 2005
New Revision: 189554
URL: http://svn.apache.org/viewcvs?rev=189554&view=rev
Log:
[maven-scm-plugin] prepare release 1.1
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml
jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml?rev=189554&r1=189553&r2=189554&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ant/project.xml Wed Jun 8
01:20:13 2005
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Copyright 2002,2004 The Apache Software Foundation.
@@ -14,53 +15,50 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<project>
<!--
BRITTLE! must include ${basedir} location or Maven will
not run this script outside of the base directory
-->
+
<extend>${basedir}/../tag-project.xml</extend>
<id>commons-jelly-tags-ant</id>
<name>commons-jelly-tags-ant</name>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.1</currentVersion>
<package>org.apache.commons.jelly.tags.ant</package>
-
- <description>
- This is a Jelly interface for Ant.
- </description>
+ <description>This is a Jelly interface for Ant.</description>
<shortDescription>Commons Jelly Ant Tag Library</shortDescription>
-
<versions>
<version>
<id>1.0</id>
<name>1.0</name>
<tag>COMMONS_JELLY_ANT-1_0</tag>
</version>
+ <version>
+ <id>1.1</id>
+ <name>1.1</name>
+ <tag>commons-jelly-tags-ant-1.1</tag>
+ </version>
</versions>
-
<dependencies>
-
<!-- START for compilation -->
-
+
<dependency>
<id>ant</id>
<version>1.6.5</version>
</dependency>
-
<dependency>
<groupId>ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.6.5</version>
</dependency>
-
<dependency>
<groupId>ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.6.5</version>
</dependency>
-
<!-- END for compilation -->
-
<!-- START for testing -->
<dependency>
@@ -69,23 +67,19 @@
<version>1.0</version>
<url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
</dependency>
-
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-util</artifactId>
<version>1.1.1</version>
</dependency>
-
<!-- END for testing -->
-
<!-- START for running demos -->
<dependency>
<id>commons-cli</id>
<version>1.0</version>
</dependency>
-
<!-- END for running demos -->
+
</dependencies>
-
</project>
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml?rev=189554&r1=189553&r2=189554&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ant/xdocs/changes.xml Wed Jun
8 01:20:13 2005
@@ -24,7 +24,7 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.1-SNAPSHOT" date="in CVS">
+ <release version="1.1" date="2005-06-08">
<action dev="brett" type="add">Incorporate commons-grant</action>
<action dev="brett" type="update">Upgrade to Ant 1.6.5</action>
<action dev="dion" type="fix" issue="JELLY-209" due-to="Cyrille Le
Clerc">Ant tags did not redirect stderr/out to project.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]