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/10/03 16:17:42 UTC

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

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 1d0b213ba -> 3a663530f


[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/3a663530
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/3a663530
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/3a663530

Branch: refs/heads/master
Commit: 3a663530f83a8735d398b2db1b63cc87392c1ad3
Parents: 1d0b213
Author: jamesbognar <ja...@apache.org>
Authored: Mon Oct 3 12:17:39 2016 -0400
Committer: jamesbognar <ja...@apache.org>
Committed: Mon Oct 3 12:17:39 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/3a663530/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index 341eab4..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</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

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

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

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/3a663530/juneau-distrib/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index d51c550..1e8a714 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</version>
+		<version>6.0.1-incubating-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/3a663530/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef6b4c7..a5c35fe 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</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>
@@ -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>juneau-6.0.0-incubating-RC2</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>