Author: ebourg-guest Date: 2013-11-22 20:54:02 +0000 (Fri, 22 Nov 2013) New Revision: 17496
Removed: trunk/plexus-maven-plugin/debian/patches/0004-set-source-and-target-version.patch Modified: trunk/plexus-maven-plugin/debian/changelog trunk/plexus-maven-plugin/debian/maven.properties trunk/plexus-maven-plugin/debian/patches/series Log: Replaced 0004-set-source-and-target-version.patch with build properties Modified: trunk/plexus-maven-plugin/debian/changelog =================================================================== --- trunk/plexus-maven-plugin/debian/changelog 2013-11-22 16:01:27 UTC (rev 17495) +++ trunk/plexus-maven-plugin/debian/changelog 2013-11-22 20:54:02 UTC (rev 17496) @@ -1,3 +1,10 @@ +plexus-maven-plugin (1.3.8-9) UNRELEASED; urgency=low + + * Team upload. + * Replaced 0004-set-source-and-target-version.patch with build properties + + -- Emmanuel Bourg <[email protected]> Fri, 22 Nov 2013 21:34:40 +0100 + plexus-maven-plugin (1.3.8-8) unstable; urgency=low * Team upload. Modified: trunk/plexus-maven-plugin/debian/maven.properties =================================================================== --- trunk/plexus-maven-plugin/debian/maven.properties 2013-11-22 16:01:27 UTC (rev 17495) +++ trunk/plexus-maven-plugin/debian/maven.properties 2013-11-22 20:54:02 UTC (rev 17496) @@ -2,3 +2,5 @@ # For example: # maven.test.skip=true +maven.compiler.source=1.5 +maven.compiler.target=1.5 Deleted: trunk/plexus-maven-plugin/debian/patches/0004-set-source-and-target-version.patch =================================================================== --- trunk/plexus-maven-plugin/debian/patches/0004-set-source-and-target-version.patch 2013-11-22 16:01:27 UTC (rev 17495) +++ trunk/plexus-maven-plugin/debian/patches/0004-set-source-and-target-version.patch 2013-11-22 20:54:02 UTC (rev 17496) @@ -1,33 +0,0 @@ -From: Torsten Werner <[email protected]> -Date: Thu, 22 Sep 2011 21:21:35 +0200 -Subject: set source and target version - ---- - pom.xml | 13 +++++++++++++ - 1 files changed, 13 insertions(+), 0 deletions(-) - -diff --git a/pom.xml b/pom.xml -index 1c92109..c793236 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -72,6 +72,19 @@ - </dependency> - </dependencies> - -+ <build> -+ <plugins> -+ <plugin> -+ <groupId>org.apache.maven.plugins</groupId> -+ <artifactId>maven-compiler-plugin</artifactId> -+ <configuration> -+ <source>1.5</source> -+ <target>1.5</target> -+ </configuration> -+ </plugin> -+ </plugins> -+ </build> -+ - <scm> - <connection>scm:svn:http://svn.codehaus.org/plexus/plexus-maven-plugin/tags/plexus-maven-plugin-1.3.8</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-maven-plugin/tags/plexus-maven-plugin-1.3.8</developerConnection> --- Modified: trunk/plexus-maven-plugin/debian/patches/series =================================================================== --- trunk/plexus-maven-plugin/debian/patches/series 2013-11-22 16:01:27 UTC (rev 17495) +++ trunk/plexus-maven-plugin/debian/patches/series 2013-11-22 20:54:02 UTC (rev 17496) @@ -1,4 +1,3 @@ 0001-support-newer-doxia.patch 0002-fix-plexus-descriptor.patch 0003-add-missing-dependency.patch -0004-set-source-and-target-version.patch _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

