Repository: servicemix-bundles Updated Branches: refs/heads/master cd9dd3286 -> 1c1089e56
[maven-release-plugin] prepare release org.apache.servicemix.bundles.qdox-1.6_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/1c1089e5 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/1c1089e5 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/1c1089e5 Branch: refs/heads/master Commit: 1c1089e56eb8dc2d53f043d7c1525b8a6dfe6554 Parents: cd9dd32 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jul 6 13:49:36 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jul 6 13:49:36 2017 +0200 ---------------------------------------------------------------------- qdox-1.6/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/1c1089e5/qdox-1.6/pom.xml ---------------------------------------------------------------------- diff --git a/qdox-1.6/pom.xml b/qdox-1.6/pom.xml index 98ef78f..3122236 100644 --- a/qdox-1.6/pom.xml +++ b/qdox-1.6/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.qdox</artifactId> <packaging>bundle</packaging> - <version>1.6_1-SNAPSHOT</version> + <version>1.6_1</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> - </scm> + <tag>org.apache.servicemix.bundles.qdox-1.6_1</tag> + </scm> <properties> <pkgGroupId>qdox</pkgGroupId>
