You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2016/03/28 21:51:55 UTC

incubator-johnzon git commit: add staging.directory and bundle packaging

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master a460da4a2 -> 7c80bc371


add staging.directory and bundle packaging


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/7c80bc37
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/7c80bc37
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/7c80bc37

Branch: refs/heads/master
Commit: 7c80bc3714216231ab003585c0c08a7cecc07ef3
Parents: a460da4
Author: Hendrik Saly <he...@gmail.com>
Authored: Mon Mar 28 21:51:52 2016 +0200
Committer: Hendrik Saly <he...@gmail.com>
Committed: Mon Mar 28 21:51:52 2016 +0200

----------------------------------------------------------------------
 johnzon-jaxrs/pom.xml | 1 -
 johnzon-jsonb/pom.xml | 2 ++
 jsonb-api/pom.xml     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/7c80bc37/johnzon-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jaxrs/pom.xml b/johnzon-jaxrs/pom.xml
index 4470297..a50cc27 100644
--- a/johnzon-jaxrs/pom.xml
+++ b/johnzon-jaxrs/pom.xml
@@ -64,7 +64,6 @@
 
   <properties>
     <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
-
   </properties>
   <packaging>bundle</packaging>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/7c80bc37/johnzon-jsonb/pom.xml
----------------------------------------------------------------------
diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml
index fbb269d..924db71 100644
--- a/johnzon-jsonb/pom.xml
+++ b/johnzon-jsonb/pom.xml
@@ -30,6 +30,7 @@
 
   <properties>
     <java-compile.version>1.8</java-compile.version>
+    <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
   </properties>
 
   <dependencies>
@@ -95,4 +96,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  <packaging>bundle</packaging>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/7c80bc37/jsonb-api/pom.xml
----------------------------------------------------------------------
diff --git a/jsonb-api/pom.xml b/jsonb-api/pom.xml
index 3e4be61..4558cc6 100644
--- a/jsonb-api/pom.xml
+++ b/jsonb-api/pom.xml
@@ -31,5 +31,6 @@
 
   <properties>
     <java-compile.version>1.8</java-compile.version>
+    <staging.directory>${project.parent.reporting.outputDirectory}</staging.directory>
   </properties>
 </project>