[libxalan2-java] 68/71: Refreshed the Maven poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 13 15:38:34 UTC 2017


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

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

commit ef741b238c295bf8b904b8658eddc9c2c5ee8b18
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 13 16:43:25 2017 +0200

    Refreshed the Maven poms
---
 debian/changelog      |  1 +
 debian/rules          |  4 ++--
 debian/serializer.pom | 14 +++++++-------
 debian/xalan.pom      |  6 +++---
 4 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a85bb87..138ebab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxalan2-java (2.7.2-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Removed CVE-2014-0107.patch (fixed upstream)
+    - Refreshed the Maven poms
   * Simplified debian/patches/build.patch
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
diff --git a/debian/rules b/debian/rules
index c8e880d..5453e0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,5 +15,5 @@ get-orig-source:
 	-uscan --download-current-version --force-download --rename --repack
 
 get-orig-pom:
-	wget -O debian/xalan.pom      http://repository.sonatype.org/service/local/repositories/central/content/xalan/xalan/$(DEB_VERSION_UPSTREAM)/xalan-$(DEB_VERSION_UPSTREAM).pom
-	wget -O debian/serializer.pom http://repository.sonatype.org/service/local/repositories/central/content/xalan/serializer/$(DEB_VERSION_UPSTREAM)/serializer-$(DEB_VERSION_UPSTREAM).pom
+	wget -O debian/xalan.pom      https://repo1.maven.org/maven2/xalan/xalan/$(DEB_VERSION_UPSTREAM)/xalan-$(DEB_VERSION_UPSTREAM).pom
+	wget -O debian/serializer.pom https://repo1.maven.org/maven2/xalan/serializer/$(DEB_VERSION_UPSTREAM)/serializer-$(DEB_VERSION_UPSTREAM).pom
diff --git a/debian/serializer.pom b/debian/serializer.pom
index 79b0027..677fc1a 100644
--- a/debian/serializer.pom
+++ b/debian/serializer.pom
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project 
-  xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
@@ -13,14 +13,14 @@
 
   <groupId>xalan</groupId>
   <artifactId>serializer</artifactId>
-  <version>2.7.1</version>
+  <version>2.7.2</version>
 
   <name>Xalan Java Serializer</name>
   <description>
     Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input
     SAX events.
   </description>
-  <url>http://xml.apache.org/xalan-j/</url>  
+  <url>http://xml.apache.org/xalan-j/</url>
 
   <dependencies>
     <dependency>
@@ -31,9 +31,9 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.9.0</version>
+      <version>2.9.1</version>
       <optional>true</optional>
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/debian/xalan.pom b/debian/xalan.pom
index b4a56e9..758958d 100644
--- a/debian/xalan.pom
+++ b/debian/xalan.pom
@@ -13,7 +13,7 @@
 
   <groupId>xalan</groupId>
   <artifactId>xalan</artifactId>
-  <version>2.7.1</version>
+  <version>2.7.2</version>
 
   <name>Xalan Java</name>
   <description>
@@ -28,12 +28,12 @@
     <dependency>
       <groupId>xalan</groupId>
       <artifactId>serializer</artifactId>
-      <version>2.7.1</version>
+      <version>2.7.2</version>
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.9.0</version>
+      <version>2.9.1</version>
       <optional>true</optional>
     </dependency>
   </dependencies>

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



More information about the pkg-java-commits mailing list