Repository: incubator-juneau Updated Branches: refs/heads/master 8a6597a37 -> 398a3cbcc
[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/398a3cbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/398a3cbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/398a3cbc Branch: refs/heads/master Commit: 398a3cbcc558b5ab06aa0b65d7a58cec2d49c621 Parents: 8a6597a Author: jamesbognar <jamesbog...@apache.org> Authored: Sun Sep 10 17:39:34 2017 -0400 Committer: jamesbognar <jamesbog...@apache.org> Committed: Sun Sep 10 17:39:34 2017 -0400 ---------------------------------------------------------------------- juneau-core/juneau-config/pom.xml | 2 +- juneau-core/juneau-core-test/pom.xml | 2 +- juneau-core/juneau-dto/pom.xml | 2 +- juneau-core/juneau-marshall-rdf/pom.xml | 2 +- juneau-core/juneau-marshall/pom.xml | 2 +- juneau-core/juneau-svl/pom.xml | 2 +- juneau-core/pom.xml | 2 +- juneau-examples/juneau-examples-core/pom.xml | 2 +- juneau-examples/juneau-examples-rest/pom.xml | 2 +- juneau-examples/pom.xml | 2 +- juneau-microservice/juneau-microservice-server/pom.xml | 2 +- juneau-microservice/juneau-microservice-template/pom.xml | 4 ++-- juneau-microservice/juneau-microservice-test/pom.xml | 2 +- juneau-microservice/pom.xml | 2 +- juneau-releng/juneau-all/pom.xml | 2 +- juneau-releng/juneau-distrib/pom.xml | 2 +- juneau-releng/pom.xml | 2 +- juneau-rest/juneau-rest-client/pom.xml | 2 +- juneau-rest/juneau-rest-server-jaxrs/pom.xml | 2 +- juneau-rest/juneau-rest-server/pom.xml | 2 +- juneau-rest/pom.xml | 2 +- pom.xml | 4 ++-- 22 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-config/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-config/pom.xml b/juneau-core/juneau-config/pom.xml index da3ee35..d9756c6 100644 --- a/juneau-core/juneau-config/pom.xml +++ b/juneau-core/juneau-config/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-config</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-core-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-core-test/pom.xml b/juneau-core/juneau-core-test/pom.xml index d711ea8..cfc600a 100644 --- a/juneau-core/juneau-core-test/pom.xml +++ b/juneau-core/juneau-core-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-core-test</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-dto/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml index 9fd27c9..e035ca8 100644 --- a/juneau-core/juneau-dto/pom.xml +++ b/juneau-core/juneau-dto/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-dto</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-marshall-rdf/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall-rdf/pom.xml b/juneau-core/juneau-marshall-rdf/pom.xml index ea641d9..6ed6bf1 100644 --- a/juneau-core/juneau-marshall-rdf/pom.xml +++ b/juneau-core/juneau-marshall-rdf/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-marshall-rdf</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-marshall/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-marshall/pom.xml b/juneau-core/juneau-marshall/pom.xml index 5a2b945..98ae24e 100644 --- a/juneau-core/juneau-marshall/pom.xml +++ b/juneau-core/juneau-marshall/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-marshall</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/juneau-svl/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/juneau-svl/pom.xml b/juneau-core/juneau-svl/pom.xml index 34149d9..29808bb 100644 --- a/juneau-core/juneau-svl/pom.xml +++ b/juneau-core/juneau-svl/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-core</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-svl</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-core/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml index ad2d967..b032b1f 100644 --- a/juneau-core/pom.xml +++ b/juneau-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-examples/juneau-examples-core/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-core/pom.xml b/juneau-examples/juneau-examples-core/pom.xml index 4376408..7c7ab21 100644 --- a/juneau-examples/juneau-examples-core/pom.xml +++ b/juneau-examples/juneau-examples-core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>juneau-examples</artifactId> <groupId>org.apache.juneau</groupId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-examples-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-examples/juneau-examples-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-examples/juneau-examples-rest/pom.xml b/juneau-examples/juneau-examples-rest/pom.xml index 04537f2..4b81a0a 100644 --- a/juneau-examples/juneau-examples-rest/pom.xml +++ b/juneau-examples/juneau-examples-rest/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-examples</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-examples-rest</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-examples/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-examples/pom.xml b/juneau-examples/pom.xml index f84ddcb..de30f42 100644 --- a/juneau-examples/pom.xml +++ b/juneau-examples/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-examples</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-microservice/juneau-microservice-server/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/juneau-microservice-server/pom.xml b/juneau-microservice/juneau-microservice-server/pom.xml index 0cdcf10..ff8af3a 100644 --- a/juneau-microservice/juneau-microservice-server/pom.xml +++ b/juneau-microservice/juneau-microservice-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-microservice</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-microservice-server</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-microservice/juneau-microservice-template/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/juneau-microservice-template/pom.xml b/juneau-microservice/juneau-microservice-template/pom.xml index 4f39858..376dc36 100644 --- a/juneau-microservice/juneau-microservice-template/pom.xml +++ b/juneau-microservice/juneau-microservice-template/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-microservice</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-microservice-template</artifactId> @@ -36,7 +36,7 @@ <description>A template project developers use to start with to create a microservice.</description> <properties> - <juneau.version>6.4.0-incubating</juneau.version> + <juneau.version>6.4.1-incubating-SNAPSHOT</juneau.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-microservice/juneau-microservice-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/juneau-microservice-test/pom.xml b/juneau-microservice/juneau-microservice-test/pom.xml index 35d4700..1d43ee2 100644 --- a/juneau-microservice/juneau-microservice-test/pom.xml +++ b/juneau-microservice/juneau-microservice-test/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-microservice</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-microservice-test</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-microservice/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml index 3a05c8e..1070353 100644 --- a/juneau-microservice/pom.xml +++ b/juneau-microservice/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-microservice</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-releng/juneau-all/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/juneau-all/pom.xml b/juneau-releng/juneau-all/pom.xml index e2d8a0e..27202e7 100644 --- a/juneau-releng/juneau-all/pom.xml +++ b/juneau-releng/juneau-all/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-releng</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-all</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-releng/juneau-distrib/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/juneau-distrib/pom.xml b/juneau-releng/juneau-distrib/pom.xml index cabf254..c4c5daa 100644 --- a/juneau-releng/juneau-distrib/pom.xml +++ b/juneau-releng/juneau-distrib/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-releng</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-distrib</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-releng/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-releng/pom.xml b/juneau-releng/pom.xml index 2821bba..0ed0590 100644 --- a/juneau-releng/pom.xml +++ b/juneau-releng/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-releng</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-rest/juneau-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/juneau-rest-client/pom.xml b/juneau-rest/juneau-rest-client/pom.xml index 5e7de6b..6a5ca62 100644 --- a/juneau-rest/juneau-rest-client/pom.xml +++ b/juneau-rest/juneau-rest-client/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-rest</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-rest-client</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-rest/juneau-rest-server-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/juneau-rest-server-jaxrs/pom.xml b/juneau-rest/juneau-rest-server-jaxrs/pom.xml index 206225e..f2479ba 100644 --- a/juneau-rest/juneau-rest-server-jaxrs/pom.xml +++ b/juneau-rest/juneau-rest-server-jaxrs/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-rest</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-rest-server-jaxrs</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-rest/juneau-rest-server/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/juneau-rest-server/pom.xml b/juneau-rest/juneau-rest-server/pom.xml index ee01b9b..53e1e90 100644 --- a/juneau-rest/juneau-rest-server/pom.xml +++ b/juneau-rest/juneau-rest-server/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau-rest</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-rest-server</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/juneau-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml index 0a5eb67..cc3d649 100644 --- a/juneau-rest/pom.xml +++ b/juneau-rest/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> </parent> <artifactId>juneau-rest</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/398a3cbc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b776da2..db848eb 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>org.apache.juneau</groupId> <artifactId>juneau</artifactId> - <version>6.4.0-incubating</version> + <version>6.4.1-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Juneau (incubating)</name> <description>All the Apache Juneau content in one convenient package.</description> @@ -285,7 +285,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.4.0-incubating-RC1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>Jira</system>