[pkg-java] r17484 - in trunk/maven-compiler-plugin/debian: . patches
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 21 16:56:42 UTC 2013
Author: ebourg-guest
Date: 2013-11-21 16:56:42 +0000 (Thu, 21 Nov 2013)
New Revision: 17484
Modified:
trunk/maven-compiler-plugin/debian/README.source
trunk/maven-compiler-plugin/debian/changelog
trunk/maven-compiler-plugin/debian/maven.properties
trunk/maven-compiler-plugin/debian/patches/descriptor.patch
Log:
New upstream release (2.5.1)
Modified: trunk/maven-compiler-plugin/debian/README.source
===================================================================
--- trunk/maven-compiler-plugin/debian/README.source 2013-11-21 16:25:25 UTC (rev 17483)
+++ trunk/maven-compiler-plugin/debian/README.source 2013-11-21 16:56:42 UTC (rev 17484)
@@ -1,5 +1,5 @@
Information about maven-compiler-plugin
-------------------------------
+---------------------------------------
This plugin is a core Maven plugin, if you update it to a new upstream release
the superpom in the maven2-core package must be updated to specify the new
Modified: trunk/maven-compiler-plugin/debian/changelog
===================================================================
--- trunk/maven-compiler-plugin/debian/changelog 2013-11-21 16:25:25 UTC (rev 17483)
+++ trunk/maven-compiler-plugin/debian/changelog 2013-11-21 16:56:42 UTC (rev 17484)
@@ -1,6 +1,8 @@
-maven-compiler-plugin (2.0.2-7) UNRELEASED; urgency=low
+maven-compiler-plugin (2.5.1-1) unstable; urgency=low
* Team upload.
+ * New upstream release
+ * Refreshed the patch
* debian/control:
- Depend on the new libplexus-compiler-java package
- Updated Standards-Version to 3.9.5 (no changes)
@@ -9,7 +11,7 @@
* debian/copyright: Updated to the Copyright Format 1.0
* Documented the procedure to update the core Maven plugins in README.source
- -- Emmanuel Bourg <ebourg at apache.org> Thu, 31 Oct 2013 22:06:33 +0100
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 21 Nov 2013 17:55:23 +0100
maven-compiler-plugin (2.0.2-6) unstable; urgency=low
Modified: trunk/maven-compiler-plugin/debian/maven.properties
===================================================================
--- trunk/maven-compiler-plugin/debian/maven.properties 2013-11-21 16:25:25 UTC (rev 17483)
+++ trunk/maven-compiler-plugin/debian/maven.properties 2013-11-21 16:56:42 UTC (rev 17484)
@@ -3,4 +3,5 @@
# maven.test.skip=true
maven.test.failure.ignore=true
-
+maven.compiler.source=1.6
+maven.compiler.target=1.6
Modified: trunk/maven-compiler-plugin/debian/patches/descriptor.patch
===================================================================
--- trunk/maven-compiler-plugin/debian/patches/descriptor.patch 2013-11-21 16:25:25 UTC (rev 17483)
+++ trunk/maven-compiler-plugin/debian/patches/descriptor.patch 2013-11-21 16:56:42 UTC (rev 17484)
@@ -1,6 +1,6 @@
--- a/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java
-@@ -235,7 +235,7 @@
+@@ -300,7 +300,7 @@
/**
* Plexus compiler manager.
*
More information about the pkg-java-commits
mailing list