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 2015/05/04 08:57:05 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 9490cd16d -> af6b07abc


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

Branch: refs/heads/master
Commit: af6b07abc071b6caa58b18fbe79c68de08bd32df
Parents: 9490cd1
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon May 4 08:56:59 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon May 4 08:56:59 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/af6b07ab/ehcache-2.6.11/pom.xml
----------------------------------------------------------------------
diff --git a/ehcache-2.6.11/pom.xml b/ehcache-2.6.11/pom.xml
index 1368f11..2ca94f3 100644
--- a/ehcache-2.6.11/pom.xml
+++ b/ehcache-2.6.11/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.ehcache</artifactId>
-    <version>2.6.11_1-SNAPSHOT</version>
+    <version>2.6.11_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.ehcache-2.6.11_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>net.sf.ehcache</pkgGroupId>