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 7cbd1aec1 SM-5767: Create OSGi bundle for solr-solrj 9.7.0
7cbd1aec1 is described below
commit 7cbd1aec112a015d7e2face47abb4e444beb72c9
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 08:16:15 2024 +0200
SM-5767: Create OSGi bundle for solr-solrj 9.7.0
---
pom.xml | 2 +-
{solr-solrj-9.6.1 => solr-solrj-9.7.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index ce8e293a4..1d24e6257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<module>lucene-sandbox-9.11.1</module>
<module>mustache-compiler-0.9.14</module>
<module>jruby-9.4.8.0</module>
- <module>solr-solrj-9.6.1</module>
+ <module>solr-solrj-9.7.0</module>
<module>hapi-fhir-structures-dstu2-7.2.2</module>
<module>hapi-fhir-structures-dstu2.1-7.2.2</module>
<module>hapi-fhir-structures-dstu3-7.2.2</module>
diff --git a/solr-solrj-9.6.1/pom.xml b/solr-solrj-9.7.0/pom.xml
similarity index 98%
rename from solr-solrj-9.6.1/pom.xml
rename to solr-solrj-9.7.0/pom.xml
index 4dacfc1fa..7b6848f91 100644
--- a/solr-solrj-9.6.1/pom.xml
+++ b/solr-solrj-9.7.0/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.solr-solrj</artifactId>
<packaging>bundle</packaging>
- <version>9.6.1_1-SNAPSHOT</version>
+ <version>9.7.0_1-SNAPSHOT</version>
<name>Apache ServiceMix :: Bundles :: SolrJ</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.apache.solr</pkgGroupId>
<pkgArtifactId>solr-solrj</pkgArtifactId>
- <pkgVersion>9.6.1</pkgVersion>
-
<servicemix.osgi.source.version>9.6.1.1</servicemix.osgi.source.version>
+ <pkgVersion>9.7.0</pkgVersion>
+
<servicemix.osgi.source.version>9.7.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
org.apache.solr*,
org.noggit*
diff --git a/solr-solrj-9.6.1/src/main/resources/OSGI-INF/bundle.info
b/solr-solrj-9.7.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from solr-solrj-9.6.1/src/main/resources/OSGI-INF/bundle.info
rename to solr-solrj-9.7.0/src/main/resources/OSGI-INF/bundle.info