[jenkins-trilead-ssh2] 08/08: Specified the maven.compiler.source/target properties to build on Wheezy
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Sep 25 15:11:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jenkins-trilead-ssh2.
commit 74abb02a336a7e31802954b5ecc9078f9dc11a55
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Sep 25 17:03:01 2014 +0200
Specified the maven.compiler.source/target properties to build on Wheezy
---
debian/changelog | 2 ++
debian/maven.properties | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index dd45b4c..3389aaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ jenkins-trilead-ssh2 (217-jenkins-6-1) unstable; urgency=medium
* Team upload.
* New upstream release
+ * Specified the maven.compiler.source/target properties to build on Wheezy
+ (Closes: #737994)
* debian/control:
- Use canonical URLs for the Vcs-* fields
- Standards-Version updated to 3.9.6 (no changes)
diff --git a/debian/maven.properties b/debian/maven.properties
index 7c29bd7..3c32fe1 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -2,3 +2,5 @@
# For example:
# maven.test.skip=true
+maven.compiler.source=1.5
+maven.compiler.target=1.5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-trilead-ssh2.git
More information about the pkg-java-commits
mailing list