Author: markt Date: Wed Sep 24 19:59:34 2014 New Revision: 1627407 URL: http://svn.apache.org/r1627407 Log: Need to re-submit files for signing and we can;t re-use version numbers with the signing service so bump version number.
Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1627407&r1=1627406&r2=1627407&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Wed Sep 24 19:59:34 2014 @@ -25,7 +25,7 @@ # ----- Version Control Flags ----- version.major=8 version.minor=0 -version.build=13 +version.build=14 version.patch=0 version.suffix=-dev Modified: tomcat/trunk/res/maven/mvn.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn.properties.default?rev=1627407&r1=1627406&r2=1627407&view=diff ============================================================================== --- tomcat/trunk/res/maven/mvn.properties.default (original) +++ tomcat/trunk/res/maven/mvn.properties.default Wed Sep 24 19:59:34 2014 @@ -35,7 +35,7 @@ maven.asf.release.repo.url=https://repos maven.asf.release.repo.repositoryId=apache.releases # Release version info -maven.asf.release.deploy.version=8.0.13 +maven.asf.release.deploy.version=8.0.14 #Where do we load the libraries from tomcat.lib.path=../../output/build/lib Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1627407&r1=1627406&r2=1627407&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Sep 24 19:59:34 2014 @@ -44,7 +44,18 @@ They eventually become mixed with the numbered issues. (I.e., numbered issues to not "pop up" wrt. others). --> -<section name="Tomcat 8.0.13 (markt)"> +<section name="Tomcat 8.0.14 (markt)"> + <subsection name="Other"> + <changelog> + <fix> + <bug>56079</bug>: The Apache Tomcat Windows installer, the Apache Tomcat + Windows service and the Apache Tomcat Windows service monitor + application are now digitally signed. (markt) + </fix> + </changelog> + </subsection> +</section> +<section name="Tomcat 8.0.13 (markt)" rtext="not released"> <subsection name="Catalina"> <changelog> <fix> @@ -240,11 +251,6 @@ <subsection name="Other"> <changelog> <fix> - <bug>56079</bug>: The Apache Tomcat Windows installer, the Apache Tomcat - Windows service and the Apache Tomcat Windows service monitor - application are now digitally signed. (markt) - </fix> - <fix> <bug>56895</bug>: Correctly compose <code>JAVA_OPTS</code> in <code>catalina.bat</code> so that escape sequences are preserved. Patch by Lucas Theisen. (markt) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org