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 07:00:34 UTC

[servicemix-bundles] branch master updated (7b54807 -> bdfce70)

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

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


    from 7b54807  [maven-release-plugin] prepare for next development iteration
     new ec5337c  Upgrade to bundles-pom 14
     new bdfce70  [maven-release-plugin] prepare release org.apache.servicemix.bundles.libthrift-0.12.0_1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libthrift-0.12.0/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[servicemix-bundles] 01/02: Upgrade to bundles-pom 14

Posted by jb...@apache.org.
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

commit ec5337c0eaf32609088dba946970a50fff6a1967
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 07:57:00 2019 +0100

    Upgrade to bundles-pom 14
---
 libthrift-0.12.0/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libthrift-0.12.0/pom.xml b/libthrift-0.12.0/pom.xml
index bd5054f..b504d87 100644
--- a/libthrift-0.12.0/pom.xml
+++ b/libthrift-0.12.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 


[servicemix-bundles] 02/02: [maven-release-plugin] prepare release org.apache.servicemix.bundles.libthrift-0.12.0_1

Posted by jb...@apache.org.
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

commit bdfce70077e0cf6d80d5494efba501c09675d15d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 08:00:25 2019 +0100

    [maven-release-plugin] prepare release org.apache.servicemix.bundles.libthrift-0.12.0_1
---
 libthrift-0.12.0/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libthrift-0.12.0/pom.xml b/libthrift-0.12.0/pom.xml
index b504d87..9b726d2 100644
--- a/libthrift-0.12.0/pom.xml
+++ b/libthrift-0.12.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.libthrift</artifactId>
-    <version>0.12.0_1-SNAPSHOT</version>
+    <version>0.12.0_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,6 +39,7 @@
         <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>
+    <tag>org.apache.servicemix.bundles.libthrift-0.12.0_1</tag>
   </scm>
 
     <properties>