Repository: incubator-juneau
Updated Branches:
  refs/heads/master ea8c1e84e -> 1f4bea3b4


[maven-release-plugin] prepare release juneau-6.0.0-incubating-RC3


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

Branch: refs/heads/master
Commit: 1f4bea3b40367b80abcea0c1c702d81601f4b4ac
Parents: ea8c1e8
Author: jamesbognar <[email protected]>
Authored: Sun Oct 9 21:09:48 2016 -0400
Committer: jamesbognar <[email protected]>
Committed: Sun Oct 9 21:09:48 2016 -0400

----------------------------------------------------------------------
 juneau-all/pom.xml          | 2 +-
 juneau-client/pom.xml       | 2 +-
 juneau-core/pom.xml         | 2 +-
 juneau-distrib/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                     | 4 ++--
 9 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 1141909..341eab4 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-client/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
index a3913bd..e05bd93 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-core/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index e5007db..3a2af72 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-distrib/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index f5c5257..d51c550 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau</artifactId>
-               <version>6.0.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-microservice/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 9dde0fb..be21049 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-samples/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
index 6607126..e169572 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-server-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
index 4f2dc9d..c211d8d 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
        

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/juneau-server/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
index 96260c3..30bee5b 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.0-incubating-SNAPSHOT</version>
+               <version>6.0.0-incubating</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1f4bea3b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3c2cde7..ac041f3 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.0-incubating-SNAPSHOT</version>
+       <version>6.0.0-incubating</version>
        <packaging>pom</packaging>
        <name>Apache Juneau (incubating)</name>
        <description>All the Apache Juneau content in one convenient 
package.</description>
@@ -258,7 +258,7 @@
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-juneau.git</developerConnection>
                <url>https://github.com/apache/incubator-juneau</url>
-               <tag>HEAD</tag>
+               <tag>juneau-6.0.0-incubating-RC3</tag>
        </scm>
        <issueManagement>
                <system>Jira</system>

Reply via email to