[pkg-java] r17509 - trunk/maven-war-plugin/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Nov 24 19:50:06 UTC 2013
Author: ebourg-guest
Date: 2013-11-24 19:50:05 +0000 (Sun, 24 Nov 2013)
New Revision: 17509
Modified:
trunk/maven-war-plugin/debian/changelog
trunk/maven-war-plugin/debian/maven.properties
Log:
Set source/target to 1.3 to fix a build failure with the maven-compiler-plugin >= 2.2
Modified: trunk/maven-war-plugin/debian/changelog
===================================================================
--- trunk/maven-war-plugin/debian/changelog 2013-11-24 13:27:45 UTC (rev 17508)
+++ trunk/maven-war-plugin/debian/changelog 2013-11-24 19:50:05 UTC (rev 17509)
@@ -1,6 +1,8 @@
-maven-war-plugin (2.1.1-3) UNRELEASED; urgency=low
+maven-war-plugin (2.1.1-2) UNRELEASED; urgency=low
* Team upload.
+ * Set source/target to 1.3 to fix a build failure
+ with the maven-compiler-plugin >= 2.2
* debian/control:
- Updated Standards-Version to 3.9.5 (no changes)
- Use canonical URLs for the Vcs-* fields
@@ -9,14 +11,10 @@
- Do not remove the jars used as test elements
- Use XZ compression for the upstream tarball
- -- Emmanuel Bourg <ebourg at apache.org> Sat, 09 Nov 2013 23:15:11 +0100
-
-maven-war-plugin (2.1.1-2) UNRELEASED; urgency=low
-
- * Team upload.
+ [ Miguel Landaeta ]
* Make copyright file DEP-5 compliant.
- -- Miguel Landaeta <miguel at miguel.cc> Thu, 29 Sep 2011 19:17:03 -0430
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 09 Nov 2013 23:15:11 +0100
maven-war-plugin (2.1.1-1) unstable; urgency=low
Modified: trunk/maven-war-plugin/debian/maven.properties
===================================================================
--- trunk/maven-war-plugin/debian/maven.properties 2013-11-24 13:27:45 UTC (rev 17508)
+++ trunk/maven-war-plugin/debian/maven.properties 2013-11-24 19:50:05 UTC (rev 17509)
@@ -4,3 +4,5 @@
maven.test.failure.ignore=true
maven.test.error.ignore=true
+maven.compiler.source=1.3
+maven.compiler.target=1.3
More information about the pkg-java-commits
mailing list