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 9b53dfb [SM-4547] Create OSGi bundle for zxing 3.4.1
9b53dfb is described below
commit 9b53dfb1b2b8a410c630ddbeaea85995bfa817cb
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Nov 2 14:21:17 2020 +0100
[SM-4547] Create OSGi bundle for zxing 3.4.1
---
pom.xml | 1 +
{zxing-3.4.0 => zxing-3.4.1}/pom.xml | 5 ++---
{zxing-3.4.0 => zxing-3.4.1}/src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index ce18e3b..7a7bb41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,7 @@
<module>snmp4j-3.4.3</module>
<module>gae-1.9.82</module>
<module>elasticsearch-7.9.3</module>
+ <module>zxing-3.4.1</module>
</modules>
</project>
diff --git a/zxing-3.4.0/pom.xml b/zxing-3.4.1/pom.xml
similarity index 98%
rename from zxing-3.4.0/pom.xml
rename to zxing-3.4.1/pom.xml
index 8100fad..39432dc 100644
--- a/zxing-3.4.0/pom.xml
+++ b/zxing-3.4.1/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.zxing</artifactId>
- <version>3.4.0_2-SNAPSHOT</version>
+ <version>3.4.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>com.google.zxing</pkgGroupId>
<pkgArtifactId>zxing</pkgArtifactId>
- <pkgVersion>3.4.0</pkgVersion>
+ <pkgVersion>3.4.1</pkgVersion>
<servicemix.osgi.export.pkg>
com.google.zxing
</servicemix.osgi.export.pkg>
diff --git a/zxing-3.4.0/src/main/resources/OSGI-INF/bundle.info
b/zxing-3.4.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from zxing-3.4.0/src/main/resources/OSGI-INF/bundle.info
rename to zxing-3.4.1/src/main/resources/OSGI-INF/bundle.info