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 672227dc6 SM-5780: Create OSGi bundles for avro 1.11.4
672227dc6 is described below
commit 672227dc623901d2be71feed758ce418c260f76d
Author: JB Onofré <[email protected]>
AuthorDate: Wed Nov 13 11:41:20 2024 +0100
SM-5780: Create OSGi bundles for avro 1.11.4
---
{avro-1.11.3 => avro-1.11.4}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{avro-ipc-1.11.3 => avro-ipc-1.11.4}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 ++
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/avro-1.11.3/pom.xml b/avro-1.11.4/pom.xml
similarity index 96%
rename from avro-1.11.3/pom.xml
rename to avro-1.11.4/pom.xml
index b54f73e78..629aa2aa8 100644
--- a/avro-1.11.3/pom.xml
+++ b/avro-1.11.4/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.avro</artifactId>
- <version>1.11.3_2-SNAPSHOT</version>
+ <version>1.11.4_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.3</pkgVersion>
-
<servicemix.osgi.source.version>1.11.3.1</servicemix.osgi.source.version>
+ <pkgVersion>1.11.4</pkgVersion>
+
<servicemix.osgi.source.version>1.11.4.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.3/src/main/resources/OSGI-INF/bundle.info
b/avro-1.11.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.11.3/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.11.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/avro-ipc-1.11.3/pom.xml b/avro-ipc-1.11.4/pom.xml
similarity index 96%
rename from avro-ipc-1.11.3/pom.xml
rename to avro-ipc-1.11.4/pom.xml
index 8a4e4802a..45170dedc 100644
--- a/avro-ipc-1.11.3/pom.xml
+++ b/avro-ipc-1.11.4/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.avro-ipc</artifactId>
- <version>1.11.3_2-SNAPSHOT</version>
+ <version>1.11.4_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.3</pkgVersion>
-
<servicemix.osgi.source.version>1.11.3.1</servicemix.osgi.source.version>
+ <pkgVersion>1.11.4</pkgVersion>
+
<servicemix.osgi.source.version>1.11.4.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.3/src/main/resources/OSGI-INF/bundle.info
b/avro-ipc-1.11.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.11.3/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.11.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1aca160bd..abbf9b98e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,8 @@
<module>spring-security-taglibs-6.3.3</module>
<module>spring-security-test-6.3.3</module>
<module>spring-security-web-6.3.3</module>
+ <module>avro-1.11.4</module>
+ <module>avro-ipc-1.11.4</module>
</modules>
</project>