[tomcat8] 05/14: The spec jars under the org.apache.tomcat groupId are now deployed with the upstream version instead of the specification version to match the artifacts available on Maven central.

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Sep 13 16:04:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit 54c899f34b1275389836375f28c9c435e4ca6c2f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Sep 13 14:08:53 2013 +0200

    The spec jars under the org.apache.tomcat groupId are now deployed with the upstream version instead of the specification version to match the artifacts available on Maven central.
---
 debian/changelog |    3 +++
 debian/rules     |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e8afeba..4cb89d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,9 @@ tomcat8 (8.0.0~RC1-1) UNRELEASED; urgency=low
     instead of 'debian' to avoid conflicts with other versions of Tomcat.
   * No longer alter the poms in debian/javaxpoms during the build. They are
     copied and transformed in the temporary debian/poms directory.
+  * The spec jars under the org.apache.tomcat groupId are now deployed with
+    the upstream version instead of the specification version to match the
+    artifacts available on Maven central.
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 12 Sep 2013 16:10:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 7f21e64..481e181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,11 +99,8 @@ binary-indep: build install
 	mkdir -p debian/poms
 	cp res/maven/*.pom debian/poms
 	cp debian/javaxpoms/*.pom debian/poms
-	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/3.1/'      debian/poms/tomcat-servlet-api.pom
 	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/3.1/'      debian/poms/servlet-api.pom
-	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/3.0/'      debian/poms/tomcat-el-api.pom
 	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/3.0/'      debian/poms/el-api.pom
-	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/2.3/'      debian/poms/tomcat-jsp-api.pom
 	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/2.3/'      debian/poms/jsp-api.pom
 	perl -p -i -e 's/\@MAVEN.DEPLOY.VERSION\@/$(T_VER)/' debian/poms/*.pom
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git



More information about the pkg-java-commits mailing list