[SCM] Sun multi-schema XML validator branch, master, updated. debian/2009.1+dfsg1-3-4-g84717ee
Ludovic Claude
ludovic.claude at laposte.net
Tue May 8 22:05:57 UTC 2012
The following commit has been merged in the master branch:
commit f031ff5e7d2260772339746ba0d853f40cd7c3f1
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date: Mon May 7 22:50:44 2012 +0200
Add --has-package-version to all POM files
diff --git a/debian/changelog b/debian/changelog
index c3c719c..391c37e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,9 @@ msv (2009.1+dfsg1-4) UNRELEASED; urgency=low
* Update Vcs-Git URL in d/control.
[Ludovic Claude]
- * Add --no-parent option to the parent POM
+ * Add --no-parent option to the parent POM,
+ * Add --has-package-version to all POM files.
+ * Add patch to fix the version in relnames/pom.xml
-- tony mancill <tmancill at debian.org> Wed, 02 May 2012 22:56:58 -0700
diff --git a/debian/libmsv-java.poms b/debian/libmsv-java.poms
index b5ac893..9db345d 100644
--- a/debian/libmsv-java.poms
+++ b/debian/libmsv-java.poms
@@ -23,11 +23,11 @@
# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
# temporarily for certain artifacts such as Javadoc jars.
#
-pom.xml --java-lib --no-parent
-parent/pom.xml --java-lib
-xsdlib/pom.xml --java-lib
-testharness/pom.xml --java-lib
-msv/pom.xml --java-lib
-rngconverter/pom.xml --java-lib
-relames/pom.xml --java-lib
+pom.xml --java-lib --no-parent --has-package-version
+parent/pom.xml --java-lib --has-package-version
+xsdlib/pom.xml --java-lib --has-package-version
+testharness/pom.xml --java-lib --has-package-version
+msv/pom.xml --java-lib --has-package-version
+rngconverter/pom.xml --java-lib --has-package-version
+relames/pom.xml --java-lib --has-package-version
--
Sun multi-schema XML validator
More information about the pkg-java-commits
mailing list