Author: niallp
Date: Tue May 20 17:21:35 2008
New Revision: 658508
URL: http://svn.apache.org/viewvc?rev=658508&view=rev
Log:
Tag RC1 for Chain 1.2 release
Added:
commons/proper/chain/tags/CHAIN_1_2_RC1/
- copied from r658507, commons/proper/chain/trunk/
Modified:
commons/proper/chain/tags/CHAIN_1_2_RC1/apps/example/pom.xml
commons/proper/chain/tags/CHAIN_1_2_RC1/build.xml
commons/proper/chain/tags/CHAIN_1_2_RC1/pom.xml
commons/proper/chain/tags/CHAIN_1_2_RC1/project.xml
Modified: commons/proper/chain/tags/CHAIN_1_2_RC1/apps/example/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/tags/CHAIN_1_2_RC1/apps/example/pom.xml?rev=658508&r1=658507&r2=658508&view=diff
==============================================================================
--- commons/proper/chain/tags/CHAIN_1_2_RC1/apps/example/pom.xml (original)
+++ commons/proper/chain/tags/CHAIN_1_2_RC1/apps/example/pom.xml Tue May 20
17:21:35 2008
@@ -30,7 +30,7 @@
<artifactId>chain-example</artifactId>
<packaging>war</packaging>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<name>Chan Example App</name>
<dependencies>
@@ -58,7 +58,7 @@
<dependency>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<exclusions>
<exclusion>
<groupId>javax.portlet</groupId>
Modified: commons/proper/chain/tags/CHAIN_1_2_RC1/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/tags/CHAIN_1_2_RC1/build.xml?rev=658508&r1=658507&r2=658508&view=diff
==============================================================================
--- commons/proper/chain/tags/CHAIN_1_2_RC1/build.xml (original)
+++ commons/proper/chain/tags/CHAIN_1_2_RC1/build.xml Tue May 20 17:21:35 2008
@@ -20,7 +20,7 @@
</property>
<property name="javadocdir" value="dist/docs/api">
</property>
- <property name="final.name" value="commons-chain-1.2-SNAPSHOT">
+ <property name="final.name" value="commons-chain-1.2">
</property>
<path id="build.classpath">
<fileset dir="${libdir}">
@@ -146,7 +146,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons Chain 1.2-SNAPSHOT API">
+ <property name="title" value="Commons Chain 1.2 API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="src/java" packagenames="org.apache.commons.chain.*">
<classpath>
@@ -189,4 +189,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
Modified: commons/proper/chain/tags/CHAIN_1_2_RC1/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/tags/CHAIN_1_2_RC1/pom.xml?rev=658508&r1=658507&r2=658508&view=diff
==============================================================================
--- commons/proper/chain/tags/CHAIN_1_2_RC1/pom.xml (original)
+++ commons/proper/chain/tags/CHAIN_1_2_RC1/pom.xml Tue May 20 17:21:35 2008
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<name>Commons Chain</name>
<description>
An implmentation of the GoF Chain of Responsibility pattern
Modified: commons/proper/chain/tags/CHAIN_1_2_RC1/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/tags/CHAIN_1_2_RC1/project.xml?rev=658508&r1=658507&r2=658508&view=diff
==============================================================================
--- commons/proper/chain/tags/CHAIN_1_2_RC1/project.xml (original)
+++ commons/proper/chain/tags/CHAIN_1_2_RC1/project.xml Tue May 20 17:21:35 2008
@@ -23,7 +23,7 @@
<logo>/images/chain-logo-white.png</logo>
- <currentVersion>1.2-SNAPSHOT</currentVersion>
+ <currentVersion>1.2</currentVersion>
<inceptionYear>2003</inceptionYear>
<shortDescription>Commons Chain</shortDescription>
<description>An implmentation of the GoF Chain of Responsibility
pattern</description>