[jackson-annotations] 53/207: Change target to 1.5, was accidentally set to 1.6 for 2.0.0
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a commit to branch master
in repository jackson-annotations.
commit 0e7fab7a4b2b4384187cb175c42840af745e30f0
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date: Tue Apr 17 10:11:55 2012 -0700
Change target to 1.5, was accidentally set to 1.6 for 2.0.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7993739..798bf34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,8 +65,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
<plugin>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git
More information about the pkg-java-commits
mailing list