You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/08/25 07:37:21 UTC

[servicemix-bundles] branch master updated: [SM-5271] Create OSGi bundles for avro 1.11.1

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 9e2c494f2 [SM-5271] Create OSGi bundles for avro 1.11.1
9e2c494f2 is described below

commit 9e2c494f23d6043735cab6b8847eaaaae1c7d637
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Aug 25 09:36:48 2022 +0200

    [SM-5271] Create OSGi bundles for avro 1.11.1
---
 {avro-1.11.0 => avro-1.11.1}/pom.xml                              | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 {avro-ipc-1.11.0 => avro-ipc-1.11.1}/pom.xml                      | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 2 ++
 5 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/avro-1.11.0/pom.xml b/avro-1.11.1/pom.xml
similarity index 96%
rename from avro-1.11.0/pom.xml
rename to avro-1.11.1/pom.xml
index f760e6ba5..5d53d5722 100644
--- a/avro-1.11.0/pom.xml
+++ b/avro-1.11.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro</artifactId>
-    <version>1.11.0_2-SNAPSHOT</version>
+    <version>1.11.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,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.0</pkgVersion>
+        <pkgVersion>1.11.1</pkgVersion>
+	<servicemix.osgi.source.version>1.11.1.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.0/src/main/resources/OSGI-INF/bundle.info b/avro-1.11.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.11.0/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.11.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/avro-ipc-1.11.0/pom.xml b/avro-ipc-1.11.1/pom.xml
similarity index 96%
rename from avro-ipc-1.11.0/pom.xml
rename to avro-ipc-1.11.1/pom.xml
index d87dcf0f3..332faf967 100644
--- a/avro-ipc-1.11.0/pom.xml
+++ b/avro-ipc-1.11.1/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</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.0_2-SNAPSHOT</version>
+    <version>1.11.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,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.0</pkgVersion>
+        <pkgVersion>1.11.1</pkgVersion>
+	<servicemix.osgi.source.version>1.11.1.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.0/src/main/resources/OSGI-INF/bundle.info b/avro-ipc-1.11.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.11.0/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.11.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fd028e1bb..84285421f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,8 @@
        <module>azure-messaging-eventhubs-5.13.0</module>
        <module>htmlunit-2.64.0</module>
        <module>azure-storage-common-12.18.0</module>
+       <module>avro-1.11.1</module>
+       <module>avro-ipc-1.11.1</module>
     </modules>
 
 </project>