You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/09/21 21:19:41 UTC

svn commit: r1809231 - in /tomcat/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

Author: markt
Date: Thu Sep 21 21:19:41 2017
New Revision: 1809231

URL: http://svn.apache.org/viewvc?rev=1809231&view=rev
Log:
The Servlet 4.0 implementation is complete. The next release will not be a milestone.

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=1809231&r1=1809230&r2=1809231&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Thu Sep 21 21:19:41 2017
@@ -27,7 +27,7 @@ version.major=9
 version.minor=0
 version.build=0
 version.patch=0
-version.suffix=.M28-dev
+version.suffix=-dev
 
 # ----- Build control flags -----
 # Note enabling validation uses Checkstyle which is LGPL licensed

Modified: tomcat/trunk/res/maven/mvn.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn.properties.default?rev=1809231&r1=1809230&r2=1809231&view=diff
==============================================================================
--- tomcat/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/trunk/res/maven/mvn.properties.default Thu Sep 21 21:19:41 2017
@@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repos
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=9.0.0.M28
+maven.asf.release.deploy.version=9.0.0
 
 #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=1809231&r1=1809230&r2=1809231&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Sep 21 21:19:41 2017
@@ -44,7 +44,7 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues do not "pop up" wrt. others).
 -->
-<section name="Tomcat 9.0.0.M28 (markt)" rtext="in development">
+<section name="Tomcat 9.0.0 (markt)" rtext="in development">
   <subsection name="Catalina">
     <changelog>
       <fix>
@@ -92,6 +92,9 @@
         Update fix for <bug>59904</bug> so that values less than zero are accepted
         instead of throwing a NegativeArraySizeException. (remm)
       </fix>
+      <add>
+        Complete the implementation of the Servlet 4.0 specification. (markt)
+      </add>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org