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 2019/03/27 19:52:47 UTC

[servicemix-bundles] branch master updated: [maven-release-plugin] prepare release org.apache.servicemix.bundles.poi-4.0.1_2

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new d0e7861  [maven-release-plugin] prepare release org.apache.servicemix.bundles.poi-4.0.1_2
d0e7861 is described below

commit d0e786176af9e36938838ad868c72fa36186412d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 20:52:38 2019 +0100

    [maven-release-plugin] prepare release org.apache.servicemix.bundles.poi-4.0.1_2
---
 poi-4.0.1/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/poi-4.0.1/pom.xml b/poi-4.0.1/pom.xml
index ad6cc5e..5520a64 100644
--- a/poi-4.0.1/pom.xml
+++ b/poi-4.0.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.poi</artifactId>
-    <version>4.0.1_2-SNAPSHOT</version>
+    <version>4.0.1_2</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>
@@ -41,7 +41,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    </scm>
+      <tag>org.apache.servicemix.bundles.poi-4.0.1_2</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>org.apache.poi</pkgGroupId>