[libjgoodies-common-java] 07/09: add patch for pom.xml
Tony Mancill
tmancill at moszumanska.debian.org
Fri Jan 29 05:16:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository libjgoodies-common-java.
commit 522ebfaf3a471610ae2de067bb32735db68856d7
Author: tony mancill <tmancill at debian.org>
Date: Thu Jan 28 20:48:49 2016 -0800
add patch for pom.xml
---
debian/patches/build.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
new file mode 100644
index 0000000..b6b0980
--- /dev/null
+++ b/debian/patches/build.patch
@@ -0,0 +1,23 @@
+--- a/pom.xml
++++ b/pom.xml
+@@ -1,11 +1,13 @@
+ <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>
++ <!--
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
++ -->
+ <groupId>com.jgoodies</groupId>
+ <artifactId>jgoodies-common</artifactId>
+ <version>1.7.0</version>
+@@ -73,4 +75,4 @@
+ </plugin>
+ </plugins>
+ </build>
+-</project>
+\ No newline at end of file
++</project>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5879227
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgoodies-common-java.git
More information about the pkg-java-commits
mailing list