Repository: incubator-juneau Updated Branches: refs/heads/master 271542f4c -> db8985260
[maven-release-plugin] prepare release juneau-6.1.0-incubating-RC2 Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/db898526 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/db898526 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/db898526 Branch: refs/heads/master Commit: db8985260f32f33f09c80ce3d7a90a42df0266ad Parents: 271542f Author: jamesbognar <[email protected]> Authored: Thu Feb 16 09:17:28 2017 -0500 Committer: jamesbognar <[email protected]> Committed: Thu Feb 16 09:17:28 2017 -0500 ---------------------------------------------------------------------- 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/db898526/juneau-all/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml index 9322e15..cfdacc5 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-core-rdf/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core-rdf/pom.xml b/juneau-core-rdf/pom.xml index 4713051..feca77d 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-core-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core-test/pom.xml b/juneau-core-test/pom.xml index 9f85d29..32a0fbb 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-core/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-core/pom.xml b/juneau-core/pom.xml index 9c215bb..376d6ca 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-distrib/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml index c4c359d..393afd4 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-examples-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-examples-rest/pom.xml b/juneau-examples-rest/pom.xml index 8f1c74d..5130b46 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-microservice/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice/pom.xml b/juneau-microservice/pom.xml index fc7f645..dde231d 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-rest-client/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-client/pom.xml b/juneau-rest-client/pom.xml index 77c4b8a..ed0f3c4 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-rest-jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-jaxrs/pom.xml b/juneau-rest-jaxrs/pom.xml index bceb305..a2e6b71 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-rest-test/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest-test/pom.xml b/juneau-rest-test/pom.xml index 0591d42..8df8770 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/juneau-rest/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/pom.xml b/juneau-rest/pom.xml index 189106a..70f0512 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/db898526/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ebec010..2ade1bb 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.1.0-incubating-SNAPSHOT</version> + <version>6.1.0-incubating</version> <packaging>pom</packaging> <name>Apache Juneau (incubating)</name> <description>All the Apache Juneau content in one convenient package.</description> @@ -250,7 +250,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.1.0-incubating-RC2</tag> </scm> <issueManagement> <system>Jira</system>
