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:09:12 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 11211697b -> 46cd7f848


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

Branch: refs/heads/master
Commit: 46cd7f8484eeb593c02ddb82fb97a99030158473
Parents: 1121169
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 22:08:45 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 22:08:45 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/46cd7f84/mybatis-3.4.5/pom.xml
----------------------------------------------------------------------
diff --git a/mybatis-3.4.5/pom.xml b/mybatis-3.4.5/pom.xml
index 81ba91f..e6f69f2 100644
--- a/mybatis-3.4.5/pom.xml
+++ b/mybatis-3.4.5/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mybatis</artifactId>
-    <version>3.4.5_1-SNAPSHOT</version>
+    <version>3.4.5_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.mybatis-3.4.5_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.mybatis</pkgGroupId>