Repository: servicemix-bundles Updated Branches: refs/heads/master bff441b77 -> a065bcd98
[maven-release-plugin] prepare release org.apache.servicemix.bundles.openws-1.5.4_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/a065bcd9 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a065bcd9 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a065bcd9 Branch: refs/heads/master Commit: a065bcd988ee2dad393bf51aa178f6b10f4a7327 Parents: bff441b Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 07:50:45 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 07:50:45 2015 +0100 ---------------------------------------------------------------------- openws-1.5.4/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a065bcd9/openws-1.5.4/pom.xml ---------------------------------------------------------------------- diff --git a/openws-1.5.4/pom.xml b/openws-1.5.4/pom.xml index fe027db..072b291 100644 --- a/openws-1.5.4/pom.xml +++ b/openws-1.5.4/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.openws</artifactId> <packaging>bundle</packaging> - <version>1.5.4_1-SNAPSHOT</version> + <version>1.5.4_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.openws-1.5.4_1</tag> + </scm> <properties> <pkgGroupId>org.opensaml</pkgGroupId>
