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 2020/01/03 06:57:11 UTC

[servicemix-bundles] branch master updated: Fix version in lucene 8.3.1 bundle

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 892ef92  Fix version in lucene 8.3.1 bundle
892ef92 is described below

commit 892ef92829baac2e59c1d6913d4b4298d27e8c62
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jan 3 07:56:50 2020 +0100

    Fix version in lucene 8.3.1 bundle
---
 lucene-8.3.1/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lucene-8.3.1/pom.xml b/lucene-8.3.1/pom.xml
index 475e17e..b95f5d2 100644
--- a/lucene-8.3.1/pom.xml
+++ b/lucene-8.3.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.lucene</artifactId>
-    <version>8.3.0_2-SNAPSHOT</version>
+    <version>8.3.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.apache.lucene</pkgGroupId>
         <pkgArtifactId>lucene-core</pkgArtifactId>
-        <pkgVersion>8.3.0</pkgVersion>
+        <pkgVersion>8.3.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.lucene
         </servicemix.osgi.export.pkg>