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:14 UTC

[servicemix-bundles] 03/04: [SM-4317] Create OSGi bundle for Avro-ipc 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 1432a81694749d65de239efcbdbbee9c96409b6b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:59:33 2020 +0100

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

diff --git a/avro-ipc-1.9.1/pom.xml b/avro-ipc-1.9.2/pom.xml
similarity index 98%
rename from avro-ipc-1.9.1/pom.xml
rename to avro-ipc-1.9.2/pom.xml
index 5856795..37b4d58 100644
--- a/avro-ipc-1.9.1/pom.xml
+++ b/avro-ipc-1.9.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro-ipc</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-ipc</pkgArtifactId>
-        <pkgVersion>1.9.1</pkgVersion>
+        <pkgVersion>1.9.2</pkgVersion>
         <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.9.1/src/main/resources/OSGI-INF/bundle.info b/avro-ipc-1.9.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.9.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.9.2/src/main/resources/OSGI-INF/bundle.info