Repository: incubator-juneau
Updated Branches:
  refs/heads/master fe073626a -> d0e4f9ceb


[JUNEAU-24] Fix release issues discovered by Stian

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

Branch: refs/heads/master
Commit: aa386619d35cff13614bd7440cb2aa3016ca8735
Parents: fe07362
Author: JamesBognar <[email protected]>
Authored: Mon Dec 12 18:49:24 2016 -0500
Committer: JamesBognar <[email protected]>
Committed: Mon Dec 12 18:49:24 2016 -0500

----------------------------------------------------------------------
 juneau-all/pom.xml                   | 2 +-
 juneau-client/pom.xml                | 2 +-
 juneau-core/pom.xml                  | 2 +-
 juneau-microservice-template/pom.xml | 2 +-
 juneau-microservice/pom.xml          | 2 +-
 juneau-samples/pom.xml               | 2 +-
 juneau-server-test/pom.xml           | 2 +-
 juneau-server/pom.xml                | 2 +-
 pom.xml                              | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index da8e80d..030875d 100644
--- a/juneau-all/pom.xml
+++ b/juneau-all/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-client/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
index 507078a..f812180 100644
--- a/juneau-client/pom.xml
+++ b/juneau-client/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-core/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index 1e517cd..0b21053 100644
--- a/juneau-core/pom.xml
+++ b/juneau-core/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-microservice-template/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice-template/pom.xml 
b/juneau-microservice-template/pom.xml
index 0d8be4c..5952ff0 100644
--- a/juneau-microservice-template/pom.xml
+++ b/juneau-microservice-template/pom.xml
@@ -28,7 +28,7 @@
        <name>Apache Juneau Microservice Template</name>
        <description>A template project developers use to start with to create 
a microservice.</description>
        <properties>
-               <juneau.version>6.0.2-incubating-SNAPSHOT</juneau.version>
+               <juneau.version>6.0.1-incubating-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <encoding>UTF-8</encoding>
        </properties>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-microservice/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 6d320a5..d4abb99 100644
--- a/juneau-microservice/pom.xml
+++ b/juneau-microservice/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-samples/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
index b6ef3c7..f469602 100644
--- a/juneau-samples/pom.xml
+++ b/juneau-samples/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-server-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
index 4e8ee3b..24eb3c0 100644
--- a/juneau-server-test/pom.xml
+++ b/juneau-server-test/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/juneau-server/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
index 626f12f..898b2c4 100644
--- a/juneau-server/pom.xml
+++ b/juneau-server/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.2-incubating-SNAPSHOT</version>
+               <version>6.0.1-incubating-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/aa386619/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ccf54c8..580b2c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.apache.juneau</groupId>
        <artifactId>juneau</artifactId>
-       <version>6.0.2-incubating-SNAPSHOT</version>
+       <version>6.0.1-incubating-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Apache Juneau (incubating)</name>
        <description>All the Apache Juneau content in one convenient 
package.</description>

Reply via email to