You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/09/29 17:17:20 UTC

incubator-juneau git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 3022b0d7e -> 9201a1c8d


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/master
Commit: 9201a1c8de1fd5cfa70fa17e4b18d416ff7c4160
Parents: 3022b0d
Author: jamesbognar <ja...@apache.org>
Authored: Thu Sep 29 13:17:17 2016 -0400
Committer: jamesbognar <ja...@apache.org>
Committed: Thu Sep 29 13:17:17 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/9201a1c8/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 406e087..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.0-incubating-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-client/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-client/pom.xml b/juneau-client/pom.xml
index 9243a05..2039473 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-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-core/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index d94c3a4..b038328 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-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-distrib/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 5c73ca4..24abde8 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-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-microservice/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index bc77385..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.0-incubating-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-samples/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-samples/pom.xml b/juneau-samples/pom.xml
index eb28311..bff9f0f 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-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-server-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server-test/pom.xml b/juneau-server-test/pom.xml
index 1803575..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.0-incubating-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/juneau-server/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-server/pom.xml b/juneau-server/pom.xml
index 4c78f33..a77c578 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-RC1</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/9201a1c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd664f1..3016a9b 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-RC1</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>
@@ -257,7 +257,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>juneau-6.0.0-incubating-RC1</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>