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 aab0de3cf SM-5791: Create OSGi bundle for jedis 5.2.0
aab0de3cf is described below
commit aab0de3cf6cd4fb3338bbdfc8d27441fa17645ef
Author: JB Onofré <[email protected]>
AuthorDate: Fri Nov 15 10:51:55 2024 +0100
SM-5791: Create OSGi bundle for jedis 5.2.0
---
{jedis-4.4.1 => jedis-5.2.0}/pom.xml | 11 +++++------
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/jedis-4.4.1/pom.xml b/jedis-5.2.0/pom.xml
similarity index 94%
rename from jedis-4.4.1/pom.xml
rename to jedis-5.2.0/pom.xml
index bf711c011..b6891ad0c 100644
--- a/jedis-4.4.1/pom.xml
+++ b/jedis-5.2.0/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.jedis</artifactId>
- <version>4.4.1_2-SNAPSHOT</version>
+ <version>5.2.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps the ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,21 +39,20 @@
<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>redis.clients</pkgGroupId>
<pkgArtifactId>jedis</pkgArtifactId>
- <pkgVersion>4.4.1</pkgVersion>
-
<servicemix.osgi.source.version>4.4.1.1</servicemix.osgi.source.version>
+ <pkgVersion>5.2.0</pkgVersion>
+
<servicemix.osgi.source.version>5.2.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
redis.clients
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
javax.net*,
org.apache.commons.pool*,
- org.slf4j*;version="[1.7,2)"
+ org.slf4j*;version="[1.7,3)"
</servicemix.osgi.import.pkg>
</properties>
diff --git a/jedis-4.4.1/src/main/resources/OSGI-INF/bundle.info
b/jedis-5.2.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from jedis-4.4.1/src/main/resources/OSGI-INF/bundle.info
rename to jedis-5.2.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a862f4984..42603ec00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,7 @@
<module>lucene-queryparser-10.0.0</module>
<module>lucene-sandbox-10.0.0</module>
<module>aws-java-sdk-2.29.6</module>
+ <module>jedis-4.4.1</module>
</modules>
</project>