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 4d9e2c7d8 SM-5594 - Create OSGi bundles for avro 1.11.2
4d9e2c7d8 is described below

commit 4d9e2c7d85e81a5cf171308f29a9d956e6d866a9
Author: JB Onofré <[email protected]>
AuthorDate: Tue Aug 1 17:46:06 2023 +0200

    SM-5594 - Create OSGi bundles for avro 1.11.2
---
 {avro-1.11.1 => avro-1.11.2}/pom.xml                               | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 {avro-ipc-1.11.1 => avro-ipc-1.11.2}/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.1/pom.xml b/avro-1.11.2/pom.xml
similarity index 96%
rename from avro-1.11.1/pom.xml
rename to avro-1.11.2/pom.xml
index fcfa43816..33a4caf14 100644
--- a/avro-1.11.1/pom.xml
+++ b/avro-1.11.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro</artifactId>
-    <version>1.11.1_2-SNAPSHOT</version>
+    <version>1.11.2_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.1</pkgVersion>
-       
<servicemix.osgi.source.version>1.11.1.1</servicemix.osgi.source.version>
+        <pkgVersion>1.11.2</pkgVersion>
+       
<servicemix.osgi.source.version>1.11.2.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.1/src/main/resources/OSGI-INF/bundle.info 
b/avro-1.11.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.11.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.11.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/avro-ipc-1.11.1/pom.xml b/avro-ipc-1.11.2/pom.xml
similarity index 96%
rename from avro-ipc-1.11.1/pom.xml
rename to avro-ipc-1.11.2/pom.xml
index da83974d2..c87bab796 100644
--- a/avro-ipc-1.11.1/pom.xml
+++ b/avro-ipc-1.11.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro-ipc</artifactId>
-    <version>1.11.1_2-SNAPSHOT</version>
+    <version>1.11.2_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.1</pkgVersion>
-       
<servicemix.osgi.source.version>1.11.1.1</servicemix.osgi.source.version>
+        <pkgVersion>1.11.2</pkgVersion>
+       
<servicemix.osgi.source.version>1.11.2.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.1/src/main/resources/OSGI-INF/bundle.info 
b/avro-ipc-1.11.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.11.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.11.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0da9b20ab..8c8632dba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@
                        <module>spring-data-commons-3.1.2</module>
                        <module>spring-data-keyvalue-3.1.2</module>
                        <module>spring-data-redis-3.1.2</module>
+                       <module>avro-1.11.2</module>
+                       <module>avro-ipc-1.11.2</module>
     </modules>
 
 </project>

Reply via email to