You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/02/18 15:04:12 UTC

[servicemix-bundles] 01/04: [SM-4317] Create OSGi bundle for Avro 1.9.2

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git

commit ff18232198563e37bd58bbe3796ff590aa712236
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:56:15 2020 +0100

    [SM-4317] Create OSGi bundle for Avro 1.9.2
---
 {avro-1.9.1 => avro-1.9.2}/pom.xml                                 | 4 ++--
 {avro-1.9.1 => avro-1.9.2}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                            | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/avro-1.9.1/pom.xml b/avro-1.9.2/pom.xml
similarity index 98%
rename from avro-1.9.1/pom.xml
rename to avro-1.9.2/pom.xml
index 3d6cd45..e9a867b 100644
--- a/avro-1.9.1/pom.xml
+++ b/avro-1.9.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro</artifactId>
-    <version>1.9.1_2-SNAPSHOT</version>
+    <version>1.9.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>org.apache.avro</pkgGroupId>
         <pkgArtifactId>avro</pkgArtifactId>
-        <pkgVersion>1.9.1</pkgVersion>
+        <pkgVersion>1.9.2</pkgVersion>
         <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.9.1/src/main/resources/OSGI-INF/bundle.info b/avro-1.9.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.9.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.9.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d91c1e2..42280da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
         <module>spring-batch-core-3.0.10.RELEASE</module>
         <module>pulsar-client-2.4.2</module>
         <module>pulsar-client-2.5.0</module>
+        <module>avro-1.9.2</module>
     </modules>
 
 </project>