Repository: servicemix-specs Updated Branches: refs/heads/master a188149ed -> f567e3a0d
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/f567e3a0 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/f567e3a0 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/f567e3a0 Branch: refs/heads/master Commit: f567e3a0dd64e4d2a0d19c2e14ba09d6369df377 Parents: a188149 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Nov 13 16:56:36 2018 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Nov 13 16:56:36 2018 +0100 ---------------------------------------------------------------------- jaxws-api-2.3/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/f567e3a0/jaxws-api-2.3/pom.xml ---------------------------------------------------------------------- diff --git a/jaxws-api-2.3/pom.xml b/jaxws-api-2.3/pom.xml index ca8e786..687ac88 100644 --- a/jaxws-api-2.3/pom.xml +++ b/jaxws-api-2.3/pom.xml @@ -31,14 +31,14 @@ <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.jaxws-api-2.3</artifactId> <packaging>bundle</packaging> - <version>2.3_1</version> + <version>2.3_2-SNAPSHOT</version> <name>Apache ServiceMix :: Specs :: JAXWS API 2.3</name> <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-specs.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-specs.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-specs.git</url> - <tag>org.apache.servicemix.specs.jaxws-api-2.3-2.3_1</tag> + <tag>HEAD</tag> </scm> <dependencies>
