Author: henning Date: Mon Sep 19 04:24:10 2005 New Revision: 290113 URL: http://svn.apache.org/viewcvs?rev=290113&view=rev Log: - Update distribution sites for release candidates - fix a bug with jdbc jar naming
- Call it RC2 Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml?rev=290113&r1=290112&r2=290113&view=diff ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/project.xml Mon Sep 19 04:24:10 2005 @@ -20,7 +20,7 @@ <pomVersion>3</pomVersion> <name>jakarta-turbine-2</name> <id>turbine</id> - <currentVersion>2.3.2-rc2-dev</currentVersion> + <currentVersion>2.3.2-rc2</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> @@ -43,9 +43,9 @@ <url>http://jakarta.apache.org/turbine/development/turbine-2.3/</url> <issueTrackingUrl>http://issues.apache.org/jira/browse/TRB</issueTrackingUrl> <siteAddress>people.apache.org</siteAddress> - <siteDirectory>/www/jakarta.apache.org/turbine/turbine/development/turbine-2.3/</siteDirectory> - <distributionSite>www.apache.org</distributionSite> - <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory> + <siteDirectory>/www/cvs.apache.org/dist/jakarta/turbine/releases/rc/turbine-2.3.2-rc2/docs</siteDirectory> + <distributionSite>cvs.apache.org</distributionSite> + <distributionDirectory>/www/cvs.apache.org/dist/jakarta/turbine/releases/rc/turbine-2.3.2-rc2</distributionDirectory> <repository> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH</connection> @@ -90,6 +90,10 @@ <name>2.3.2-RC1</name> <tag>TURBINE_2_3_2_RC1</tag> </version> + <version> + <name>2.3.2-RC2</name> + <tag>TURBINE_2_3_2_RC2</tag> + </version> </versions> <mailingLists> @@ -687,7 +691,7 @@ <!-- REMOVE THIS LINE <dependency> <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext-2.0</artifactId> + <artifactId>jdbc-stdext</artifactId> <version>2.0</version> <url>http://java.sun.com/products/jdbc/</url> <type>jar</type> Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml?rev=290113&r1=290112&r2=290113&view=diff ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/changes.xml Mon Sep 19 04:24:10 2005 @@ -24,7 +24,7 @@ </properties> <body> - <release version="2.3.2-rc2" date="in Subversion"> + <release version="2.3.2-rc2" date="2005-09-19"> <action type="fix" dev="henning" issue="TRB-5" due-to="Thomas Vandahl"> The skin properties file must be loaded as stream from the filesystem and not using the getScript() method. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]