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 2020/02/13 20:07:33 UTC

[tomcat] branch master updated: Restore 10.0.x version numbering style

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new a91e169  Restore 10.0.x version numbering style
a91e169 is described below

commit a91e16915bcb91c9a290e23e1520552a42e310dd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 13 20:03:13 2020 +0000

    Restore 10.0.x version numbering style
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 72f10cc..434861b 100644
--- a/build.xml
+++ b/build.xml
@@ -44,7 +44,7 @@
   <property name="project"               value="apache-tomcat" />
 
   <!-- Version numbers -->
-  <property name="version"               value="${version.major}.${version.minor}.${version.build}.${version.patch}${version.suffix}" />
+  <property name="version"               value="${version.major}.${version.minor}.${version.build}${version.suffix}" />
   <property name="version.number"        value="${version.major}.${version.minor}.${version.build}.${version.patch}" />
   <property name="version.major.minor"   value="${version.major}.${version.minor}" />
 


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