Repository: servicemix-bundles Updated Branches: refs/heads/master 3c7758491 -> 842f27e1a
[maven-release-plugin] prepare release org.apache.servicemix.bundles.postgresql-9.4-1204-jdbc42_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/842f27e1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/842f27e1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/842f27e1 Branch: refs/heads/master Commit: 842f27e1a3fe47ed7bf7dce1ef09da394782b7e6 Parents: 3c77584 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Nov 1 09:04:10 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Nov 1 09:04:10 2015 +0100 ---------------------------------------------------------------------- postgresql-9.4-1204-jdbc42/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/842f27e1/postgresql-9.4-1204-jdbc42/pom.xml ---------------------------------------------------------------------- diff --git a/postgresql-9.4-1204-jdbc42/pom.xml b/postgresql-9.4-1204-jdbc42/pom.xml index 20450ed..a472707 100644 --- a/postgresql-9.4-1204-jdbc42/pom.xml +++ b/postgresql-9.4-1204-jdbc42/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.postgresql</artifactId> - <version>9.4-1204-jdbc42_1-SNAPSHOT</version> + <version>9.4-1204-jdbc42_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,6 +39,7 @@ <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> + <tag>org.apache.servicemix.bundles.postgresql-9.4-1204-jdbc42_1</tag> </scm> <properties>
