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 f4341ad1f SM-5745: Create OSGi bundle for solr-solrj 9.6.1
f4341ad1f is described below
commit f4341ad1f52d975331bb043d61b05afcae54b47b
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jul 15 07:30:49 2024 +0200
SM-5745: Create OSGi bundle for solr-solrj 9.6.1
---
pom.xml | 1 +
{solr-solrj-9.6.0 => solr-solrj-9.6.1}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 643d36a9f..c070748fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +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>
</modules>
</project>
diff --git a/solr-solrj-9.6.0/pom.xml b/solr-solrj-9.6.1/pom.xml
similarity index 97%
rename from solr-solrj-9.6.0/pom.xml
rename to solr-solrj-9.6.1/pom.xml
index 2d72788bd..4dacfc1fa 100644
--- a/solr-solrj-9.6.0/pom.xml
+++ b/solr-solrj-9.6.1/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.0_2-SNAPSHOT</version>
+ <version>9.6.1_1-SNAPSHOT</version>
<name>Apache ServiceMix :: Bundles :: SolrJ</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,14 +39,13 @@
<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.solr</pkgGroupId>
<pkgArtifactId>solr-solrj</pkgArtifactId>
- <pkgVersion>9.6.0</pkgVersion>
-
<servicemix.osgi.source.version>9.6.0.1</servicemix.osgi.source.version>
+ <pkgVersion>9.6.1</pkgVersion>
+
<servicemix.osgi.source.version>9.6.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
org.apache.solr*,
org.noggit*
diff --git a/solr-solrj-9.6.0/src/main/resources/OSGI-INF/bundle.info
b/solr-solrj-9.6.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from solr-solrj-9.6.0/src/main/resources/OSGI-INF/bundle.info
rename to solr-solrj-9.6.1/src/main/resources/OSGI-INF/bundle.info