This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 6b37e52 JOHNZON-359 Fix lost OSGi metadata (#78)
6b37e52 is described below
commit 6b37e521f9c50e76a269a9846d122d423d9a9de1
Author: Raymond Augé <[email protected]>
AuthorDate: Sun Feb 20 12:32:14 2022 -0500
JOHNZON-359 Fix lost OSGi metadata (#78)
Reverts the packaging change from b221d9db923c142afcddde056abd9301acbf9af1
Signed-off-by: Raymond Augé <[email protected]>
---
johnzon-core/pom.xml | 1 +
johnzon-json-extras/pom.xml | 1 +
johnzon-jsonb/pom.xml | 2 +-
johnzon-jsonlogic/pom.xml | 2 +-
johnzon-jsonp-strict/pom.xml | 2 +-
johnzon-mapper/pom.xml | 1 +
johnzon-osgi/pom.xml | 4 ++--
7 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/johnzon-core/pom.xml b/johnzon-core/pom.xml
index 56f0e98..8273fd0 100644
--- a/johnzon-core/pom.xml
+++ b/johnzon-core/pom.xml
@@ -27,6 +27,7 @@
<artifactId>johnzon-core</artifactId>
<name>Johnzon :: Core</name>
+ <packaging>bundle</packaging>
<properties>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
diff --git a/johnzon-json-extras/pom.xml b/johnzon-json-extras/pom.xml
index 030ab6a..e311560 100644
--- a/johnzon-json-extras/pom.xml
+++ b/johnzon-json-extras/pom.xml
@@ -27,6 +27,7 @@
<artifactId>johnzon-jsonb-extras</artifactId>
<name>Johnzon :: JSON-B Extensions</name>
+ <packaging>bundle</packaging>
<properties>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index 97b7a45..8a7bdf1 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -27,7 +27,7 @@
<artifactId>johnzon-jsonb</artifactId>
<name>Johnzon :: JSON-B Implementation</name>
-
+ <packaging>bundle</packaging>
<properties>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
diff --git a/johnzon-jsonlogic/pom.xml b/johnzon-jsonlogic/pom.xml
index 33beb03..12e266d 100644
--- a/johnzon-jsonlogic/pom.xml
+++ b/johnzon-jsonlogic/pom.xml
@@ -27,7 +27,7 @@
<artifactId>johnzon-jsonlogic</artifactId>
<name>Johnzon :: JSON Logic</name>
-
+ <packaging>bundle</packaging>
<dependencies>
<dependency>
diff --git a/johnzon-jsonp-strict/pom.xml b/johnzon-jsonp-strict/pom.xml
index 6acd306..55029a8 100644
--- a/johnzon-jsonp-strict/pom.xml
+++ b/johnzon-jsonp-strict/pom.xml
@@ -27,7 +27,7 @@
<artifactId>johnzon-jsonp-strict</artifactId>
<name>Johnzon :: JSON-P Strict JSON Pointer Implementation (spec
compliant)</name>
-
+ <packaging>bundle</packaging>
<properties>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
diff --git a/johnzon-mapper/pom.xml b/johnzon-mapper/pom.xml
index 0c1bf54..72aa972 100644
--- a/johnzon-mapper/pom.xml
+++ b/johnzon-mapper/pom.xml
@@ -70,6 +70,7 @@
<properties>
<staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
</properties>
+ <packaging>bundle</packaging>
<build>
<plugins>
diff --git a/johnzon-osgi/pom.xml b/johnzon-osgi/pom.xml
index c462fb8..2dfdbbd 100644
--- a/johnzon-osgi/pom.xml
+++ b/johnzon-osgi/pom.xml
@@ -27,7 +27,7 @@
<artifactId>johnzon-osgi</artifactId>
<name>Johnzon :: Support for OSGI Jaxrs Whiteboard</name>
-
+ <packaging>bundle</packaging>
<dependencies>
<dependency>
@@ -128,4 +128,4 @@
</plugin>
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file