You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/01/17 08:18:56 UTC

[plc4x] branch develop updated: - Try to update on apache parent 22 again (With suggestions from the maven slack channel)

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 98f57ab  - Try to update on apache parent 22 again (With suggestions from the maven slack channel)
98f57ab is described below

commit 98f57ab99a8fdedae4676c2ac4a90573de984ab7
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 17 09:18:42 2020 +0100

    - Try to update on apache parent 22 again (With suggestions from the maven slack channel)
---
 pom.xml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9d8cfe..d18fd9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22</version>
   </parent>
 
   <groupId>org.apache.plc4x</groupId>
@@ -1301,6 +1301,19 @@
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>3.0.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.scm</groupId>
+              <artifactId>maven-scm-provider-gitexe</artifactId>
+              <version>1.10.0</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
           <version>3.2.1</version>
           <configuration>
@@ -1364,7 +1377,7 @@
             </dependency>
 
             <!-- add support for scm/git site deployment -->
-            <dependency>
+            <!--dependency>
               <groupId>org.apache.maven.wagon</groupId>
               <artifactId>wagon-scm</artifactId>
               <version>3.3.4</version>
@@ -1383,7 +1396,7 @@
               <groupId>org.apache.maven.scm</groupId>
               <artifactId>maven-scm-provider-gitexe</artifactId>
               <version>1.11.2</version>
-            </dependency>
+            </dependency-->
 
             <!-- Add support for asciidoctor -->
             <dependency>