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

[servicemix-bundles] 02/05: [SM-4316] Create OSGi bundle for Avro 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 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>