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

[royale-asjs] branch develop updated: One more attempt to update scm

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 5450e89  One more attempt to update scm
5450e89 is described below

commit 5450e89ca2af97c19596bf46f8264a44072cb80d
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Thu Sep 13 17:29:00 2018 +0200

    One more attempt to update scm
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index d99b3c3..c7e0b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,16 @@
             <artifactId>maven-scm-provider-gitexe</artifactId>
             <version>1.10.0</version>
           </dependency>
+          <dependency>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-scm-publish-plugin</artifactId>
+              <version>3.0.0</version>
+          </dependency>
+          <dependency>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-plugin</artifactId>
+            <version>1.10.0</version>
+          </dependency>
         </dependencies>
       </plugin>