[pkg-java] r18938 - in trunk/saxonhe/debian: . patches
Eugene Zhukov
eugene at moszumanska.debian.org
Mon Dec 14 13:47:38 UTC 2015
Author: eugene
Date: 2015-12-14 13:47:38 +0000 (Mon, 14 Dec 2015)
New Revision: 18938
Modified:
trunk/saxonhe/debian/changelog
trunk/saxonhe/debian/patches/pom_added.patch
Log:
pom.xml patch refreshed, upload to experimental
Modified: trunk/saxonhe/debian/changelog
===================================================================
--- trunk/saxonhe/debian/changelog 2015-12-14 11:52:51 UTC (rev 18937)
+++ trunk/saxonhe/debian/changelog 2015-12-14 13:47:38 UTC (rev 18938)
@@ -1,4 +1,4 @@
-saxonhe (9.7.0.1+dfsg-1) UNRELEASED; urgency=medium
+saxonhe (9.7.0.1+dfsg-1) experimental; urgency=low
* New upstream release.
Modified: trunk/saxonhe/debian/patches/pom_added.patch
===================================================================
--- trunk/saxonhe/debian/patches/pom_added.patch 2015-12-14 11:52:51 UTC (rev 18937)
+++ trunk/saxonhe/debian/patches/pom_added.patch 2015-12-14 13:47:38 UTC (rev 18938)
@@ -5,16 +5,14 @@
--- /dev/null
+++ b/pom.xml
-@@ -0,0 +1,164 @@
+@@ -0,0 +1,153 @@
+<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/xsd/maven-4.0.0.xsd">
-+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>Saxon-HE</artifactId>
-+ <version>9.5.1.1</version>
++ <version>9.7.0.1</version>
+ <packaging>jar</packaging>
-+
+ <name>Saxon-HE</name>
+ <description>The XSLT and XQuery Processor</description>
+ <url>http://www.saxonica.com/</url>
@@ -22,7 +20,6 @@
+ <name>Saxonica</name>
+ <url>http://www.saxonica.com</url>
+ </organization>
-+
+ <licenses>
+ <license>
+ <name>Mozilla Public License Version 2.0</name>
@@ -30,13 +27,11 @@
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
-+
+ <properties>
+ <configs.path>target/config</configs.path>
+ <edition.properties>target/edition</edition.properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
-+
+ <dependencies>
+ <dependency>
+ <groupId>org.jdom</groupId>
@@ -44,34 +39,29 @@
+ <version>1.1</version>
+ <scope>compile</scope>
+ </dependency>
-+
+ <dependency>
+ <groupId>xom</groupId>
+ <artifactId>xom</artifactId>
+ <version>1.2.5</version>
+ <scope>compile</scope>
+ </dependency>
-+
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
-+
+ <dependency>
+ <groupId>xml-resolver</groupId>
+ <artifactId>xml-resolver</artifactId>
+ <version>1.2</version>
+ </dependency>
+ </dependencies>
-+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
-+ <version>2.0.2</version>
+ <configuration>
+ <encoding>ISO-8859-1</encoding>
+ <source>1.6</source>
@@ -158,7 +148,6 @@
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
-+ <version>2.5</version>
+ <configuration>
+ <filesets>
+ <fileset>
More information about the pkg-java-commits
mailing list