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 9035ae0 Remove the milestone versions from the spec JARs
9035ae0 is described below
commit 9035ae015a1285792286f6b0d6af24e7e55f71e8
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 8 11:30:10 2021 +0100
Remove the milestone versions from the spec JARs
---
build.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/build.xml b/build.xml
index 254d5b4..38aeaf2 100644
--- a/build.xml
+++ b/build.xml
@@ -53,17 +53,17 @@
<!-- Exact spec versions (for the manifests etc.) -->
<property name="servlet.spec.version" value="5.0" />
- <property name="servlet.revision" value="0-M1" />
+ <property name="servlet.revision" value="0" />
<property name="jsp.spec.version" value="3.0" />
- <property name="jsp.revision" value="0-M1" />
+ <property name="jsp.revision" value="0" />
<property name="el.spec.version" value="4.0" />
- <property name="el.revision" value="0-M1" />
+ <property name="el.revision" value="0" />
<property name="websocket.spec.version" value="2.0" />
- <property name="websocket.revision" value="0-M1" />
+ <property name="websocket.revision" value="0" />
<property name="jaspic.spec.version" value="2.0" />
- <property name="jaspic.revision" value="0-M1" />
+ <property name="jaspic.revision" value="0" />
<property name="annotation.spec.version" value="2.0" />
- <property name="annotation.revision" value="0-M1" />
+ <property name="annotation.revision" value="0" />
<!-- Release artifact base names -->
<property name="final.name" value="${project}-${version}" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]