Repository: servicemix-bundles Updated Branches: refs/heads/master aa064218b -> 27c56241b
[maven-release-plugin] prepare release org.apache.servicemix.bundles.saxon-9.8.0-5_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/27c56241 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/27c56241 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/27c56241 Branch: refs/heads/master Commit: 27c56241bff076b7d530ceefa5d4f953e2c144df Parents: aa06421 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Oct 22 06:41:54 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Oct 22 06:41:54 2017 +0200 ---------------------------------------------------------------------- saxon-9.8.0-5/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/27c56241/saxon-9.8.0-5/pom.xml ---------------------------------------------------------------------- diff --git a/saxon-9.8.0-5/pom.xml b/saxon-9.8.0-5/pom.xml index ae768cf..2a059cd 100644 --- a/saxon-9.8.0-5/pom.xml +++ b/saxon-9.8.0-5/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.saxon</artifactId> <packaging>bundle</packaging> - <version>9.8.0-5_1-SNAPSHOT</version> + <version>9.8.0-5_1</version> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps saxon he ${pkgVersion} jar files.</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.saxon-9.8.0-5_1</tag> + </scm> <properties> <pkgGroupId>net.sf.saxon</pkgGroupId>
