martinc 2004/08/31 22:22:29 Modified: . build.xml project.xml Log: Update the build version to 1.2.3. Revision Changes Path 1.137 +1 -1 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- build.xml 25 Aug 2004 11:49:06 -0000 1.136 +++ build.xml 1 Sep 2004 05:22:28 -0000 1.137 @@ -148,7 +148,7 @@ <property name="project.name" value="jakarta-struts"/> <!-- Version of the project --> - <property name="project.version" value="1.2.2"/> + <property name="project.version" value="1.2.3"/> <!-- ========== Derived Properties ======================================== --> 1.34 +11 -6 jakarta-struts/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-struts/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 27 Aug 2004 17:01:35 -0000 1.33 +++ project.xml 1 Sep 2004 05:22:28 -0000 1.34 @@ -3,7 +3,7 @@ <pomVersion>3</pomVersion> <name>struts</name> <id>struts</id> - <currentVersion>1.2.2</currentVersion> + <currentVersion>1.2.3</currentVersion> <organization> <name>The Apache Software Foundation</name> <url>http://struts.apache.org/</url> @@ -43,11 +43,16 @@ <name>1.2.0</name> <tag>STRUTS_1_2_0</tag> </version> - <version> - <id>1.2.1</id> - <name>1.2.1</name> - <tag>STRUTS_1_2_1</tag> - </version> + <version> + <id>1.2.1</id> + <name>1.2.1</name> + <tag>STRUTS_1_2_1</tag> + </version> + <version> + <id>1.2.2</id> + <name>1.2.2</name> + <tag>STRUTS_1_2_2</tag> + </version> </versions> <mailingLists> <mailingList>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]