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 6eee69ffd SM-5626: Create OSGi bundles for avro 1.11.3
6eee69ffd is described below
commit 6eee69ffd16cb2ceb6ce74546c51bfca92fbc437
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 15:53:09 2023 +0200
SM-5626: Create OSGi bundles for avro 1.11.3
---
{avro-1.11.2 => avro-1.11.3}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
{avro-ipc-1.11.2 => avro-ipc-1.11.3}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 ++
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/avro-1.11.2/pom.xml b/avro-1.11.3/pom.xml
similarity index 95%
rename from avro-1.11.2/pom.xml
rename to avro-1.11.3/pom.xml
index eca942f82..1d1e8df5a 100644
--- a/avro-1.11.2/pom.xml
+++ b/avro-1.11.3/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.avro</artifactId>
- <version>1.11.2_2-SNAPSHOT</version>
+ <version>1.11.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>org.apache.avro</pkgGroupId>
<pkgArtifactId>avro</pkgArtifactId>
- <pkgVersion>1.11.2</pkgVersion>
-
<servicemix.osgi.source.version>1.11.2.1</servicemix.osgi.source.version>
+ <pkgVersion>1.11.3</pkgVersion>
+
<servicemix.osgi.source.version>1.11.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
!org.apache.avro.ipc;version="${project.version}",
org.apache.avro*;version="${project.version}";-noimport:=true;-split-package:=merge-first
diff --git a/avro-1.11.2/src/main/resources/OSGI-INF/bundle.info
b/avro-1.11.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.11.2/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.11.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/avro-ipc-1.11.2/pom.xml b/avro-ipc-1.11.3/pom.xml
similarity index 95%
rename from avro-ipc-1.11.2/pom.xml
rename to avro-ipc-1.11.3/pom.xml
index 1b609e37a..be2b7b70b 100644
--- a/avro-ipc-1.11.2/pom.xml
+++ b/avro-ipc-1.11.3/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.avro-ipc</artifactId>
- <version>1.11.2_2-SNAPSHOT</version>
+ <version>1.11.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>org.apache.avro</pkgGroupId>
<pkgArtifactId>avro-ipc</pkgArtifactId>
- <pkgVersion>1.11.2</pkgVersion>
-
<servicemix.osgi.source.version>1.11.2.1</servicemix.osgi.source.version>
+ <pkgVersion>1.11.3</pkgVersion>
+
<servicemix.osgi.source.version>1.11.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
org.apache.avro.ipc*;version="${project.version}";-noimport:=true;-split-package:=merge-first
</servicemix.osgi.export>
diff --git a/avro-ipc-1.11.2/src/main/resources/OSGI-INF/bundle.info
b/avro-ipc-1.11.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.11.2/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.11.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 48e9a7b49..9d9f512ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,8 @@
<module>spring-webmvc-6.0.11</module>
<module>spring-websocket-6.0.11</module>
<module>braintree-java-3.26.0</module>
+ <module>avro-1.11.3</module>
+ <module>avro-ipc-1.11.3</module>
</modules>
</project>