You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/09/13 15:04:09 UTC

[royale-asjs] branch develop updated: Trying to update scm plugin again

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

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3416c0e  Trying to update scm plugin again
3416c0e is described below

commit 3416c0eeabe53eb7370d6059dd854010013d7ace
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Thu Sep 13 17:03:54 2018 +0200

    Trying to update scm plugin again
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4ac7e35..d99b3c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,6 +162,18 @@
           <artifactId>maven-war-plugin</artifactId>
           <version>3.2.0</version>
         </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.10.0</version>
+        </plugin>
 <!--
         <plugin>
           <groupId>org.sonarsource.scanner.maven</groupId>