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 <[email protected]>
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>