[jackson-annotations] 69/207: Change artifact id to use fully-qualified package name
Timo Aaltonen
tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:40 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 469b53b40c79c7159044b57813b2ced5352989f0
Author: Tatu Saloranta <tsaloranta at gmail.com>
Date: Mon May 28 22:21:57 2012 -0700
Change artifact id to use fully-qualified package name
---
pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8a758a7..42ca2a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,21 +45,4 @@
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
</properties>
- <!-- need to override bundle name, for 2.0.x compatibility -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.7</version>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
- </instructions>
- </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