This is an automated email from the git hooks/post-receive script. stephenonelson-guest pushed a commit to branch maven-build in repository serp.
commit 8b7fa79a3a72ef0871be1552dbd407b44f4565b7 Author: Stephen Nelson <[email protected]> Date: Thu Aug 29 21:39:27 2013 +0100 Create Java 1.6 compatible bytecode. Amend source and target from 1.3 to 1.6. --- debian/patches/compile-java-1.6.diff | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/patches/compile-java-1.6.diff b/debian/patches/compile-java-1.6.diff new file mode 100644 index 0000000..1534e97 --- /dev/null +++ b/debian/patches/compile-java-1.6.diff @@ -0,0 +1,13 @@ +--- a/pom.xml ++++ b/pom.xml +@@ -85,8 +85,8 @@ + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> +- <source>1.3</source> +- <target>1.3</target> ++ <source>1.6</source> ++ <target>1.6</target> + </configuration> + </plugin> + <plugin> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..10b4254 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +compile-java-1.6.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/serp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

