Repository: servicemix-specs Updated Branches: refs/heads/master b78ca0bba -> 3bfcbc506
[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/3bfcbc50 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/3bfcbc50 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/3bfcbc50 Branch: refs/heads/master Commit: 3bfcbc506f5433e6ab0884d300da879aa3f03822 Parents: b78ca0b Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 29 13:37:44 2018 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 29 13:37:44 2018 +0200 ---------------------------------------------------------------------- locator/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/3bfcbc50/locator/pom.xml ---------------------------------------------------------------------- diff --git a/locator/pom.xml b/locator/pom.xml index 7131226..8f0a492 100644 --- a/locator/pom.xml +++ b/locator/pom.xml @@ -31,14 +31,14 @@ <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.locator</artifactId> <packaging>jar</packaging> - <version>2.10</version> + <version>2.11-SNAPSHOT</version> <name>Apache ServiceMix :: Specs :: Locator</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.locator-2.10</tag> + <tag>HEAD</tag> </scm> <dependencies>
