This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository felix-bundlerepository.
commit c627ddddb1e4d1c331b19013924de5a3379872c8 Author: tony mancill <[email protected]> Date: Sun Dec 1 16:00:15 2013 -0800 set source/target level to 1.3 --- debian/maven.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/maven.properties b/debian/maven.properties index 49c1900..eb11765 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,2 +1,4 @@ # Include here properties to pass to Maven during the build. maven.test.skip=true +maven.compiler.source=1.3 +maven.compiler.target=1.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-bundlerepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

