Repository: servicemix-bundles Updated Branches: refs/heads/master d58c657c2 -> efd6aac88
[maven-release-plugin] prepare release org.apache.servicemix.bundles.postgresql-9.4-1201-jdbc41_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/efd6aac8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/efd6aac8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/efd6aac8 Branch: refs/heads/master Commit: efd6aac88bdee6d6aeb077215b61e005d29acdd8 Parents: d58c657 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Mar 26 15:22:06 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Mar 26 15:22:06 2015 +0100 ---------------------------------------------------------------------- postgresql-9.4-1201-jdbc41/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/efd6aac8/postgresql-9.4-1201-jdbc41/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql-9.4-1201-jdbc41/pom.xml b/postgresql-9.4-1201-jdbc41/pom.xml index c462cd0..ec0b942 100644 --- a/postgresql-9.4-1201-jdbc41/pom.xml +++ b/postgresql-9.4-1201-jdbc41/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.postgresql</artifactId> - <version>9.4-1201-jdbc41_1-SNAPSHOT</version> + <version>9.4-1201-jdbc41_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-9.4-1201-jdbc41_1</tag> + </scm> <properties> <pkgGroupId>org.postgresql</pkgGroupId>
