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:20:18 UTC

[tomcat] branch master updated: A couple of places where the 10.0.x version style needs to be restored

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 892353a  A couple of places where the 10.0.x version style needs to be restored
892353a is described below

commit 892353a6e528be27f114b2496fa8a420c03bcdba
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Feb 13 20:19:57 2020 +0000

    A couple of places where the 10.0.x version style needs to be restored
---
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/tomcat-docs.xsl     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index dffc7be..66a4ee3 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -39,7 +39,7 @@ maven.asf.release.repo.url=https://repository.apache.org/service/local/staging/d
 maven.asf.release.repo.repositoryId=apache.releases.https
 
 # Release version info
-maven.asf.release.deploy.version=10.0.0.0
+maven.asf.release.deploy.version=10.0.0
 
 #Where do we load the libraries from
 tomcat.lib.path=../../output/build/lib
diff --git a/webapps/docs/tomcat-docs.xsl b/webapps/docs/tomcat-docs.xsl
index 1898dee..e20be66 100644
--- a/webapps/docs/tomcat-docs.xsl
+++ b/webapps/docs/tomcat-docs.xsl
@@ -37,7 +37,7 @@
   <xsl:param    name="apache-logo"         select="'/images/asf-logo.svg'"/>
   <xsl:param    name="subdir"              select="''"/>
   <xsl:param    name="relative-path"       select="'.'"/>
-  <xsl:param    name="version"             select="'10.0.0.x'"/>
+  <xsl:param    name="version"             select="'10.0.x'"/>
   <xsl:param    name="majorversion"        select="'10'"/>
   <xsl:param    name="majorminorversion"   select="'10.0'"/>
   <xsl:param    name="minjavaversion"      select="'8'"/>


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