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:29:53 UTC

[servicemix-bundles] branch master updated (5eb1fb0 -> eba1208)

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

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


 discard 5eb1fb0  [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin
 discard 1432a81  [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2
 discard 53ce08a  [SM-4317] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin
 discard ff18232  [SM-4317] Create OSGi bundle for Avro 1.9.2
     new afe85a9  [SM-4316] Create OSGi bundle for Avro 1.9.2
     new a575a4e  [SM-4316] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin
     new 73c550d  [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2
     new c435b44  [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin
     new eba1208  [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, Added to pom

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5eb1fb0)
            \
             N -- N -- N   refs/heads/master (eba1208)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 1 +
 1 file changed, 1 insertion(+)


[servicemix-bundles] 01/05: [SM-4316] Create OSGi bundle for Avro 1.9.2

Posted by ac...@apache.org.
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 afe85a9710ca0f821a9bb0c2b348c3d5f0d9c03c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:56:15 2020 +0100

    [SM-4316] 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>


[servicemix-bundles] 04/05: [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin

Posted by ac...@apache.org.
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 c435b4453e625065502face3cd8f5bdbb7b49832
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 16:02:03 2020 +0100

    [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin
---
 avro-ipc-1.9.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/avro-ipc-1.9.2/pom.xml b/avro-ipc-1.9.2/pom.xml
index 37b4d58..25a83f3 100644
--- a/avro-ipc-1.9.2/pom.xml
+++ b/avro-ipc-1.9.2/pom.xml
@@ -83,7 +83,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>


[servicemix-bundles] 02/05: [SM-4316] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin

Posted by ac...@apache.org.
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 a575a4e3a56f4e8b621bc3fd6438994e04826cea
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:57:25 2020 +0100

    [SM-4316] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin
---
 avro-1.9.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/avro-1.9.2/pom.xml b/avro-1.9.2/pom.xml
index e9a867b..ec14374 100644
--- a/avro-1.9.2/pom.xml
+++ b/avro-1.9.2/pom.xml
@@ -88,7 +88,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>


[servicemix-bundles] 05/05: [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, Added to pom

Posted by ac...@apache.org.
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 eba1208b71a388b05a406a7f95a9eaedd84eefa5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 16:28:34 2020 +0100

    [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2, Added to pom
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 42280da..a49a53b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
         <module>pulsar-client-2.4.2</module>
         <module>pulsar-client-2.5.0</module>
         <module>avro-1.9.2</module>
+        <module>avro-ipc-1.9.2</module>
     </modules>
 
 </project>


[servicemix-bundles] 03/05: [SM-4316] Create OSGi bundle for Avro-ipc 1.9.2

Posted by ac...@apache.org.
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 73c550d52b3870c81910659e23d750d2d82073fe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:59:33 2020 +0100

    [SM-4316] 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