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/05/03 20:45:29 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 694cabe3a -> e0b752c05


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

Branch: refs/heads/master
Commit: e0b752c05bd4d606d9a1fe0d7f81bc3ba9dc4921
Parents: 694cabe
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed May 3 22:45:15 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed May 3 22:45:15 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/e0b752c0/ognl-3.2.1/pom.xml
----------------------------------------------------------------------
diff --git a/ognl-3.2.1/pom.xml b/ognl-3.2.1/pom.xml
index 1923f67..71b9d58 100644
--- a/ognl-3.2.1/pom.xml
+++ b/ognl-3.2.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.ognl</artifactId>
-    <version>3.2.1_1-SNAPSHOT</version>
+    <version>3.2.1_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundles 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.ognl-3.2.1_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>ognl</pkgGroupId>