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

ghisvail-guest pushed a commit to branch master
in repository libimglib2-java.

commit 4528c5e84b5eea3791743b8e6e38ca2c3f2eb52a
Author: Ghislain Antony Vaillant <ghisv...@gmail.com>
Date:   Mon Aug 14 21:34:27 2017 +0100

    Force use of Java 8 via maven.properties
---
 debian/maven.properties         |  2 ++
 debian/patches/Use-Java-8.patch | 23 -----------------------
 debian/patches/series           |  1 -
 3 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/debian/maven.properties b/debian/maven.properties
new file mode 100644
index 0000000..b4fc3e7
--- /dev/null
+++ b/debian/maven.properties
@@ -0,0 +1,2 @@
+maven.compiler.source=1.8
+maven.compiler.target=1.8
diff --git a/debian/patches/Use-Java-8.patch b/debian/patches/Use-Java-8.patch
deleted file mode 100644
index acda3ba..0000000
--- a/debian/patches/Use-Java-8.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Ghislain Antony Vaillant <ghisv...@gmail.com>
-Date: Wed, 7 Jun 2017 11:03:02 +0100
-Subject: Use Java 8
-
----
- pom.xml | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/pom.xml b/pom.xml
-index 3d9de13..5300e59 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -60,6 +60,10 @@ Aivar Grislis, Jonathan Hale, Grant Harris, Stefan 
Helfrich, Mark Hiner,
- Martin Horn, Steffen Jaensch, Lee Kamentsky, Larry Lindsey, Melissa Linkert,
- Mark Longair, Brian Northan, Nick Perry, Curtis Rueden, Johannes Schindelin,
- Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
-+
-+              <maven.compiler.source>1.8</maven.compiler.source>
-+              <maven.compiler.target>1.8</maven.compiler.target>
-+
-       </properties>
- 
-       <developers>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ef294df..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Use-Java-8.patch

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to