Repository: servicemix-bundles Updated Branches: refs/heads/master 3a79f76db -> f23b9d3ef
[maven-release-plugin] prepare release org.apache.servicemix.bundles.saxon-9.8.0-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/f23b9d3e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f23b9d3e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f23b9d3e Branch: refs/heads/master Commit: f23b9d3efa4182e1f7feb5554251a3401e4d82d1 Parents: 3a79f76 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Sep 5 06:33:48 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Sep 5 06:33:48 2017 +0200 ---------------------------------------------------------------------- saxon-9.8.0-4/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f23b9d3e/saxon-9.8.0-4/pom.xml ---------------------------------------------------------------------- diff --git a/saxon-9.8.0-4/pom.xml b/saxon-9.8.0-4/pom.xml index 6a37238..9ba160b 100644 --- a/saxon-9.8.0-4/pom.xml +++ b/saxon-9.8.0-4/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-4_1-SNAPSHOT</version> + <version>9.8.0-4_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-4_1</tag> + </scm> <properties> <pkgGroupId>net.sf.saxon</pkgGroupId>
