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 0c20a135e SM-5698: Create OSGi bundle for zxing 3.5.3
0c20a135e is described below
commit 0c20a135ea2cd851343acce4c7ebbb67bd9ac469
Author: JB Onofré <[email protected]>
AuthorDate: Fri Feb 16 17:41:13 2024 +0100
SM-5698: Create OSGi bundle for zxing 3.5.3
---
pom.xml | 1 +
{zxing-3.5.2 => zxing-3.5.3}/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 abc3a07f0..74b6188d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<modules>
<module>fastjson-2.0.46</module>
<module>jruby-9.4.5.0</module>
+ <module>zxing-3.5.3</module>
</modules>
</project>
diff --git a/zxing-3.5.2/pom.xml b/zxing-3.5.3/pom.xml
similarity index 96%
rename from zxing-3.5.2/pom.xml
rename to zxing-3.5.3/pom.xml
index 2069da96d..3592e47f5 100644
--- a/zxing-3.5.2/pom.xml
+++ b/zxing-3.5.3/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.zxing</artifactId>
- <version>3.5.2_2-SNAPSHOT</version>
+ <version>3.5.3_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</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>com.google.zxing</pkgGroupId>
<pkgArtifactId>zxing</pkgArtifactId>
- <pkgVersion>3.5.2</pkgVersion>
-
<servicemix.osgi.source.version>3.5.2.1</servicemix.osgi.source.version>
+ <pkgVersion>3.5.3</pkgVersion>
+
<servicemix.osgi.source.version>3.5.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.google.zxing
</servicemix.osgi.export.pkg>
diff --git a/zxing-3.5.2/src/main/resources/OSGI-INF/bundle.info
b/zxing-3.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from zxing-3.5.2/src/main/resources/OSGI-INF/bundle.info
rename to zxing-3.5.3/src/main/resources/OSGI-INF/bundle.info