[Git][java-team/libpostgresql-jdbc-java][master] 2 commits: Add B-D libmaven-shade-plugin-java and libscram-java.
Christoph Berg
gitlab at salsa.debian.org
Wed May 2 19:18:52 BST 2018
Christoph Berg pushed to branch master at Debian Java Maintainers / libpostgresql-jdbc-java
Commits:
309f5c76 by Christoph Berg at 2018-05-02T20:09:20+02:00
Add B-D libmaven-shade-plugin-java and libscram-java.
- - - - -
6d5cb378 by Christoph Berg at 2018-05-02T20:10:21+02:00
debian/maven.properties: Switch to source 8 to enable lambda expressions.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/maven.properties
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libpgjava (42.2.2-1) UNRELEASED; urgency=medium
* New upstream version.
* Add myself and pkg-postgresql to Uploaders.
* Refresh debian/patches/01-missing-pom-configuration.patch.
+ * Add B-D libmaven-shade-plugin-java and libscram-java.
+ * debian/maven.properties: Switch to source 8 to enable lambda expressions.
-- Christoph Berg <myon at debian.org> Mon, 30 Apr 2018 22:29:11 +0200
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,9 @@ Build-Depends:
libcomment-preprocessor-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
+ libmaven-shade-plugin-java,
libproperties-maven-plugin-java,
+ libscram-java,
maven-debian-helper
Build-Depends-Indep:
default-jdk,
=====================================
debian/maven.properties
=====================================
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -4,5 +4,9 @@
maven.test.skip=true
+# lambda not supported before version 8
+maven.compiler.source=1.8
+maven.compiler.target=1.8
+
waffleEnabled=false
osgiEnabled=false
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/compare/21f61b69bdb17bb986ba8002c8f8e2c118fc0ab3...6d5cb3788e0103fa09f7c563acf9e54d7db70004
---
View it on GitLab: https://salsa.debian.org/java-team/libpostgresql-jdbc-java/compare/21f61b69bdb17bb986ba8002c8f8e2c118fc0ab3...6d5cb3788e0103fa09f7c563acf9e54d7db70004
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180502/674b20d9/attachment.html>
More information about the pkg-java-commits
mailing list