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 19:52:19 UTC

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

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 27cc55728 -> 4ad56e4e5


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

Branch: refs/heads/master
Commit: 4ad56e4e51ee8f3235dd3e69689e95ee41911eea
Parents: 27cc557
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 21:52:09 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 21:52:09 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/4ad56e4e/ognl-3.2.3/pom.xml
----------------------------------------------------------------------
diff --git a/ognl-3.2.3/pom.xml b/ognl-3.2.3/pom.xml
index 16b83fa..aa732b7 100644
--- a/ognl-3.2.3/pom.xml
+++ b/ognl-3.2.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.ognl</artifactId>
-    <version>3.2.3_1-SNAPSHOT</version>
+    <version>3.2.3_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.3_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>ognl</pkgGroupId>