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 2017/06/18 23:28:36 UTC

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

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 4926507a0 -> 14f6d2fbe


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

Branch: refs/heads/master
Commit: 14f6d2fbeeab134b9964032d308e40df7983d8b9
Parents: 4926507
Author: jamesbognar <ja...@apache.org>
Authored: Sun Jun 18 19:28:32 2017 -0400
Committer: jamesbognar <ja...@apache.org>
Committed: Sun Jun 18 19:28:32 2017 -0400

----------------------------------------------------------------------
 juneau-all/pom.xml           | 2 +-
 juneau-core-rdf/pom.xml      | 2 +-
 juneau-core-test/pom.xml     | 2 +-
 juneau-core/pom.xml          | 2 +-
 juneau-distrib/pom.xml       | 2 +-
 juneau-examples-rest/pom.xml | 2 +-
 juneau-microservice/pom.xml  | 2 +-
 juneau-rest-client/pom.xml   | 2 +-
 juneau-rest-jaxrs/pom.xml    | 2 +-
 juneau-rest-test/pom.xml     | 2 +-
 juneau-rest/pom.xml          | 2 +-
 pom.xml                      | 4 ++--
 12 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-all/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index d5ef95d..d5c7124 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.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-core-rdf/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core-rdf/pom.xml b/juneau-core-rdf/pom.xml
index 6d3566b..efe319a 100644
--- a/juneau-core-rdf/pom.xml
+++ b/juneau-core-rdf/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-core-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core-test/pom.xml b/juneau-core-test/pom.xml
index ae96f25..104bbb3 100644
--- a/juneau-core-test/pom.xml
+++ b/juneau-core-test/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-core/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml
index c3afb98..5e2d2cd 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.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-distrib/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 71fc0e5..409e701 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.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<build>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-examples-rest/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-examples-rest/pom.xml b/juneau-examples-rest/pom.xml
index 699e341..bcbcd29 100644
--- a/juneau-examples-rest/pom.xml
+++ b/juneau-examples-rest/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<properties>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-microservice/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml
index 06d0d81..ceae052 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.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<properties>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-rest-client/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest-client/pom.xml b/juneau-rest-client/pom.xml
index 06a1e5a..3189541 100644
--- a/juneau-rest-client/pom.xml
+++ b/juneau-rest-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-rest-jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest-jaxrs/pom.xml b/juneau-rest-jaxrs/pom.xml
index d178b48..0d5ac71 100644
--- a/juneau-rest-jaxrs/pom.xml
+++ b/juneau-rest-jaxrs/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-rest-test/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest-test/pom.xml b/juneau-rest-test/pom.xml
index 88af31e..eb1acfb 100644
--- a/juneau-rest-test/pom.xml
+++ b/juneau-rest-test/pom.xml
@@ -23,7 +23,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 	
 	<properties>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/juneau-rest/pom.xml
----------------------------------------------------------------------
diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml
index ebc244b..af5bc7b 100644
--- a/juneau-rest/pom.xml
+++ b/juneau-rest/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.juneau</groupId>
 		<artifactId>juneau</artifactId>
-		<version>6.3.0-incubating</version>
+		<version>6.3.1-incubating-SNAPSHOT</version>
 	</parent>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/14f6d2fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index caefd9c..6a7c4b6 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.3.0-incubating</version>
+	<version>6.3.1-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Juneau (incubating)</name>
 	<description>All the Apache Juneau content in one convenient package.</description>
@@ -264,7 +264,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.3.0-incubating-RC1</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<issueManagement>
 		<system>Jira</system>