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

[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

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>