You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/09/04 20:05:17 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.dbunit-2.5.4_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master e477db17e -> 489c41f1d


[maven-release-plugin] prepare release org.apache.servicemix.bundles.dbunit-2.5.4_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/489c41f1
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/489c41f1
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/489c41f1

Branch: refs/heads/master
Commit: 489c41f1de1111a5604912a44ab342032caffc96
Parents: e477db1
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 22:04:59 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 22:04:59 2017 +0200

----------------------------------------------------------------------
 dbunit-2.5.4/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/489c41f1/dbunit-2.5.4/pom.xml
----------------------------------------------------------------------
diff --git a/dbunit-2.5.4/pom.xml b/dbunit-2.5.4/pom.xml
index fa430d0..c71f1cb 100644
--- a/dbunit-2.5.4/pom.xml
+++ b/dbunit-2.5.4/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.dbunit</artifactId>
-    <version>2.5.4_1-SNAPSHOT</version>
+    <version>2.5.4_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.dbunit-2.5.4_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.dbunit</pkgGroupId>