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:33:45 UTC

[servicemix-bundles] branch master updated (0880e55 -> f935e85)

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 0880e55  [maven-release-plugin] prepare for next development iteration
     new 75a8c58  Upgrade to bundles-pom 14
     new f935e85  [maven-release-plugin] prepare release org.apache.servicemix.bundles.lucene-queries-8.0.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:
 lucene-queries-8.0.0/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[servicemix-bundles] 02/02: [maven-release-plugin] prepare release org.apache.servicemix.bundles.lucene-queries-8.0.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 f935e859abe5b3362f306b108d1f5f338f1a4949
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 20:33:37 2019 +0100

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

diff --git a/lucene-queries-8.0.0/pom.xml b/lucene-queries-8.0.0/pom.xml
index 873bab5..fb439b9 100644
--- a/lucene-queries-8.0.0/pom.xml
+++ b/lucene-queries-8.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene-queries</artifactId>
-    <version>8.0.0_1-SNAPSHOT</version>
+    <version>8.0.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.lucene-queries-8.0.0_1</tag>
   </scm>
 
     <properties>


[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 75a8c588d79dde266d2fa3c91c9d3acc366ad3a3
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 27 20:33:06 2019 +0100

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

diff --git a/lucene-queries-8.0.0/pom.xml b/lucene-queries-8.0.0/pom.xml
index 1bee6ea..873bab5 100644
--- a/lucene-queries-8.0.0/pom.xml
+++ b/lucene-queries-8.0.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>