Repository: servicemix-bundles Updated Branches: refs/heads/master 73df301e7 -> d41c72347
[maven-release-plugin] prepare release org.apache.servicemix.bundles.batik-1.9.1_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/d41c7234 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d41c7234 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d41c7234 Branch: refs/heads/master Commit: d41c723478d1dbc52573e30d629a808e9c1de1a4 Parents: 73df301 Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Sep 5 07:40:10 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Sep 5 07:40:10 2017 +0200 ---------------------------------------------------------------------- batik-1.9.1/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d41c7234/batik-1.9.1/pom.xml ---------------------------------------------------------------------- diff --git a/batik-1.9.1/pom.xml b/batik-1.9.1/pom.xml index 7532bfd..36119b0 100644 --- a/batik-1.9.1/pom.xml +++ b/batik-1.9.1/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.batik</artifactId> - <version>1.9.1_1-SNAPSHOT</version> + <version>1.9.1_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: batik</name> <description>This OSGi bundle wraps batik-bridge, batik-extension, batik-svggen, batik-transcoder ${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.batik-1.9.1_1</tag> + </scm> <properties> <pkgGroupId>org.apache.xmlgraphics</pkgGroupId>
