[maven-archiver] 04/10: Changed the source/target level to 1.5

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon May 4 23:37:08 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository maven-archiver.

commit 239f14719bd1144a4125f62e3667ce0243f3cd32
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 5 00:23:52 2015 +0200

    Changed the source/target level to 1.5
---
 debian/changelog        | 1 +
 debian/maven.properties | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ca1a9b..9564fd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-archiver (2.6-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - New dependency on libmaven-shared-utils-java
+    - Changed the source/target level to 1.5
   * The date set in the DEB_BUILD_DATE environment variable is now used
     for the timestamp in the pom.properties file embedded in the jar files
     generated by maven-archiver to make the builds reproducible.
diff --git a/debian/maven.properties b/debian/maven.properties
index fcb2d97..02e5735 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -5,5 +5,5 @@
 # Tests can be enabled after upgrading plexus-archiver to 2.2 or later
 maven.test.skip=true
 
-maven.compiler.source=1.3
-maven.compiler.target=1.3
+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/maven-archiver.git



More information about the pkg-java-commits mailing list