Repository: servicemix-bundles
Updated Branches:
refs/heads/master 34b8be0c4 -> bc1bca998
[maven-release-plugin] prepare release org.apache.servicemix.bundles.postgresql-42.1.3.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/bc1bca99
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/bc1bca99
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/bc1bca99
Branch: refs/heads/master
Commit: bc1bca9987c484850fba9b1347a3527abc172be7
Parents: 34b8be0
Author: Jean-Baptiste Onofré <jbonofre@apache.org>
Authored: Fri Jul 28 10:08:01 2017 +0200
Committer: Jean-Baptiste Onofré <jbonofre@apache.org>
Committed: Fri Jul 28 10:08:01 2017 +0200
----------------------------------------------------------------------
postgresql-42.1.3.jre7/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/bc1bca99/postgresql-42.1.3.jre7/pom.xml
----------------------------------------------------------------------
diff --git a/postgresql-42.1.3.jre7/pom.xml b/postgresql-42.1.3.jre7/pom.xml
index d6f0367..d6ff01c 100644
--- a/postgresql-42.1.3.jre7/pom.xml
+++ b/postgresql-42.1.3.jre7/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.postgresql</artifactId>
- <version>42.1.3.jre7_1-SNAPSHOT</version>
+ <version>42.1.3.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.3.jre7_1</tag>
+ </scm>
<properties>
<pkgGroupId>org.postgresql</pkgGroupId>
|