[jackson-annotations] 162/207: Upgrade to use jackson-parent
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:50 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 27ce16afa8c761bd54342f6452fef5875a56d66f
Author: Tatu Saloranta <tatu.saloranta at iki.fi>
Date: Fri Feb 28 19:55:25 2014 -0800
Upgrade to use jackson-parent
---
pom.xml | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index f47bba3..445bca4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fasterxml</groupId>
- <artifactId>oss-parent</artifactId>
- <version>12</version>
+ <artifactId>jackson-parent</artifactId>
+ <version>2.4-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -24,24 +24,6 @@
</scm>
<properties>
- <!--
- | Configuration properties for the OSGi maven-bundle-plugin
- -->
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
</properties>
-
- <build>
- <plugins>
- <!-- not much to debug, but let's add all the info (2.4+); size diff +4% -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <optimize>true</optimize>
- <debug>true</debug>
- <debuglevel>lines,source,vars</debuglevel>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>
--
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