This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 3223e98a5a78f8cd5b136690924ab81c6150d1ce Author: Lukasz Dywicki <[email protected]> Date: Tue Sep 3 20:28:57 2013 +0200 Improvements in OSGi manifest generation. Fixes #29. --- base/pom.xml | 1 + json/pom.xml | 1 + smile/pom.xml | 1 + xml/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/base/pom.xml b/base/pom.xml index 5e650df..ec8009b 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -10,6 +10,7 @@ </parent> <artifactId>jackson-jaxrs-base</artifactId> <name>Jackson-JAXRS-base</name> + <packaging>bundle</packaging> <description>Pile of code that is shared by all Jackson-based JAX-RS providers. </description> diff --git a/json/pom.xml b/json/pom.xml index b8b2ea1..3688dad 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -25,6 +25,7 @@ </parent> <artifactId>jackson-jaxrs-json-provider</artifactId> <name>Jackson-JAXRS-JSON</name> + <packaging>bundle</packaging> <description>Functionality to handle JSON input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. </description> diff --git a/smile/pom.xml b/smile/pom.xml index 0cbd645..8cd9e5b 100644 --- a/smile/pom.xml +++ b/smile/pom.xml @@ -25,6 +25,7 @@ </parent> <artifactId>jackson-jaxrs-smile-provider</artifactId> <name>Jackson-JAXRS-Smile</name> + <packaging>bundle</packaging> <description>Functionality to handle Smile (binary JSON) input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. </description> diff --git a/xml/pom.xml b/xml/pom.xml index 277dd18..9ba4b66 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -25,6 +25,7 @@ </parent> <artifactId>jackson-jaxrs-xml-provider</artifactId> <name>Jackson-JAXRS-XML</name> + <packaging>bundle</packaging> <description>Functionality to handle Smile XML input/output for JAX-RS implementations (like Jersey and RESTeasy) using standard Jackson data binding. </description> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

