[libspring-java] 02/05: Refreshed the pom of spring-aspects, spring-framework-bom and spring-instrument-tomcat

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jul 22 15:29:25 UTC 2016


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

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

commit b9075d6ca0cc06cc37e2e7f1cef57110b1f5eff9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jul 22 13:57:40 2016 +0200

    Refreshed the pom of spring-aspects, spring-framework-bom and spring-instrument-tomcat
---
 debian/changelog                             |  2 +
 debian/poms/spring-aspects.pom.xml           | 25 +++++++----
 debian/poms/spring-framework-bom.pom.xml     | 66 +++++++++++++++++-----------
 debian/poms/spring-instrument-tomcat.pom.xml | 20 +++++----
 debian/rules                                 |  2 +-
 5 files changed, 71 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd2920e..240af98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libspring-java (4.1.9-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Transition to the Servlet API 3.1 (Closes: #830496)
+  * Refreshed the pom of spring-aspects, spring-framework-bom
+    and spring-instrument-tomcat
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Jul 2016 12:55:56 +0200
 
diff --git a/debian/poms/spring-aspects.pom.xml b/debian/poms/spring-aspects.pom.xml
index 62de365..19bee9e 100644
--- a/debian/poms/spring-aspects.pom.xml
+++ b/debian/poms/spring-aspects.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aspects</artifactId>
-  <version>4.0.9.RELEASE</version>
+  <version>4.1.9.RELEASE</version>
   <name>Spring Aspects</name>
   <description>Spring Aspects</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -23,7 +23,7 @@
     <developer>
       <id>jhoeller</id>
       <name>Juergen Hoeller</name>
-      <email>jhoeller at gopivotal.com</email>
+      <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
   <issueManagement>
@@ -37,50 +37,57 @@
   </scm>
   <dependencies>
     <dependency>
+      <groupId>javax.cache</groupId>
+      <artifactId>cache-api</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.aspectj</groupId>
       <artifactId>aspectjweaver</artifactId>
-      <version>1.8.4</version>
+      <version>1.8.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.0.9.RELEASE</version>
+      <version>4.1.9.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-framework-bom.pom.xml b/debian/poms/spring-framework-bom.pom.xml
index e1d7643..399a0f1 100644
--- a/debian/poms/spring-framework-bom.pom.xml
+++ b/debian/poms/spring-framework-bom.pom.xml
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-framework-bom</artifactId>
-  <version>3.2.12.RELEASE</version>
+  <version>4.1.9.RELEASE</version>
   <packaging>pom</packaging>
   <name>Spring Framework (Bill of Materials)</name>
   <description>Spring Framework (Bill of Materials)</description>
-  <url>https://github.com/SpringSource/spring-framework</url>
+  <url>https://github.com/spring-projects/spring-framework</url>
   <organization>
-    <name>SpringSource</name>
-    <url>http://springsource.org/spring-framework</url>
+    <name>Spring IO</name>
+    <url>http://projects.spring.io/spring-framework</url>
   </organization>
   <licenses>
     <license>
@@ -23,105 +23,119 @@
     <developer>
       <id>jhoeller</id>
       <name>Juergen Hoeller</name>
-      <email>jhoeller at gopivotal.com</email>
+      <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <scm>
-    <connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
-    <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
-    <url>https://github.com/SpringSource/spring-framework</url>
+    <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
+    <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
+    <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aop</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aspects</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context-support</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-expression</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument-tomcat</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jdbc</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-messaging</artifactId>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-orm</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-oxm</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-tx</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc-portlet</artifactId>
-        <version>3.2.12.RELEASE</version>
+        <version>4.1.9.RELEASE</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-websocket</artifactId>
+        <version>4.1.9.RELEASE</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/debian/poms/spring-instrument-tomcat.pom.xml b/debian/poms/spring-instrument-tomcat.pom.xml
index 809628d..8945e3b 100644
--- a/debian/poms/spring-instrument-tomcat.pom.xml
+++ b/debian/poms/spring-instrument-tomcat.pom.xml
@@ -4,13 +4,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument-tomcat</artifactId>
-  <version>3.2.12.RELEASE</version>
+  <version>4.1.9.RELEASE</version>
   <name>Spring Instrument Tomcat</name>
   <description>Spring Instrument Tomcat</description>
-  <url>https://github.com/SpringSource/spring-framework</url>
+  <url>https://github.com/spring-projects/spring-framework</url>
   <organization>
-    <name>SpringSource</name>
-    <url>http://springsource.org/spring-framework</url>
+    <name>Spring IO</name>
+    <url>http://projects.spring.io/spring-framework</url>
   </organization>
   <licenses>
     <license>
@@ -23,13 +23,17 @@
     <developer>
       <id>jhoeller</id>
       <name>Juergen Hoeller</name>
-      <email>jhoeller at gopivotal.com</email>
+      <email>jhoeller at pivotal.io</email>
     </developer>
   </developers>
+  <issueManagement>
+    <system>Jira</system>
+    <url>https://jira.springsource.org/browse/SPR</url>
+  </issueManagement>
   <scm>
-    <connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
-    <developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
-    <url>https://github.com/SpringSource/spring-framework</url>
+    <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
+    <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
+    <url>https://github.com/spring-projects/spring-framework</url>
   </scm>
   <dependencies>
     <dependency>
diff --git a/debian/rules b/debian/rules
index 15e900f..5b57f15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,6 @@ get-orig-source:
 
 
 get-orig-pom:
-	for MYMOD in $(MODULES); do \
+	for MYMOD in $(MODULES) aspects framework-bom instrument-tomcat; do \
 		wget https://repo1.maven.org/maven2/org/springframework/spring-$$MYMOD/$(VERSION).RELEASE/spring-$$MYMOD-$(VERSION).RELEASE.pom -O debian/poms/spring-$$MYMOD.pom.xml ; \
 	done

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



More information about the pkg-java-commits mailing list