This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-maven-plugin.
commit fcad635098945747594c2aae27e80eae2468862f Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 22 20:54:02 2013 +0000 Replaced 0004-set-source-and-target-version.patch with build properties --- debian/changelog | 7 +++++ debian/maven.properties | 2 ++ .../0004-set-source-and-target-version.patch | 33 ---------------------- debian/patches/series | 1 - 4 files changed, 9 insertions(+), 34 deletions(-) diff --git a/debian/changelog b/debian/changelog index d685839..f98d0e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. 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 diff --git a/debian/patches/0004-set-source-and-target-version.patch b/debian/patches/0004-set-source-and-target-version.patch deleted file mode 100644 index 11fd859..0000000 --- a/debian/patches/0004-set-source-and-target-version.patch +++ /dev/null @@ -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> --- diff --git a/debian/patches/series b/debian/patches/series index 0738234..02846fb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

