Repository: servicemix-bundles Updated Branches: refs/heads/master 7e1e51d2f -> 740ca5dc3
[maven-release-plugin] prepare release org.apache.servicemix.bundles.postgresql-42.1.1.jre7_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/740ca5dc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/740ca5dc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/740ca5dc Branch: refs/heads/master Commit: 740ca5dc3f87dbcc623d01fdcd30bff7d511d1bb Parents: 7e1e51d Author: Jean-Baptiste Onofré <[email protected]> Authored: Wed Jul 5 20:56:55 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Wed Jul 5 20:56:55 2017 +0200 ---------------------------------------------------------------------- postgresql-42.1.1.jre7/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/740ca5dc/postgresql-42.1.1.jre7/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql-42.1.1.jre7/pom.xml b/postgresql-42.1.1.jre7/pom.xml index 11a8011..547ee16 100644 --- a/postgresql-42.1.1.jre7/pom.xml +++ b/postgresql-42.1.1.jre7/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.postgresql</artifactId> - <version>42.1.1.jre7_1-SNAPSHOT</version> + <version>42.1.1.jre7_1</version> <packaging>bundle</packaging> <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.postgresql-42.1.1.jre7_1</tag> + </scm> <properties> <pkgGroupId>org.postgresql</pkgGroupId>
