You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by rm...@apache.org on 2014/11/12 07:49:02 UTC

incubator-johnzon git commit: not sure why spec jar was insnapshot

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 51c524dbb -> c87e427c5


not sure why spec jar was insnapshot


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

Branch: refs/heads/master
Commit: c87e427c530ac48e84551e9f1021732882d91914
Parents: 51c524d
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Wed Nov 12 07:48:13 2014 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Wed Nov 12 07:48:40 2014 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/c87e427c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 68cfecd..5e2c91d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-json_1.0_spec</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0-alpha-1</version>
       <scope>provided</scope>
     </dependency>