Repository: servicemix-specs Updated Branches: refs/heads/master 1b9d27584 -> b7e87bda2
[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/b7e87bda Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/b7e87bda Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/b7e87bda Branch: refs/heads/master Commit: b7e87bda2a48e584fa02c119d3722d9f0ced0014 Parents: 1b9d275 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 29 16:34:20 2018 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 29 16:34:20 2018 +0200 ---------------------------------------------------------------------- stax-api-1.2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/b7e87bda/stax-api-1.2/pom.xml ---------------------------------------------------------------------- diff --git a/stax-api-1.2/pom.xml b/stax-api-1.2/pom.xml index bf4af25..581ee1c 100644 --- a/stax-api-1.2/pom.xml +++ b/stax-api-1.2/pom.xml @@ -31,14 +31,14 @@ <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.stax-api-1.2</artifactId> <packaging>bundle</packaging> - <version>1.2_1</version> + <version>1.2_2-SNAPSHOT</version> <name>Apache ServiceMix :: Specs :: Stax API 1.2</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.stax-api-1.2-1.2_1</tag> + <tag>HEAD</tag> </scm> <dependencies>
