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

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new eee06e8  go back to old release plugin and try forcing new scm-api 
plugin
eee06e8 is described below

commit eee06e8797f7dcb3925fe5831414e233f6862eb5
Author: Alex Harui <[email protected]>
AuthorDate: Fri Feb 15 11:29:38 2019 -0800

    go back to old release plugin and try forcing new scm-api plugin
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9a272ae..28076ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>3.0.0-SNAPSHOT</version>
+                <version>2.5.3</version>
                 <configuration>
                     <providerImplementations>
                         <git>jgit</git>
@@ -165,6 +165,11 @@
                         <artifactId>maven-scm-provider-jgit</artifactId>
                         <version>1.11.2-SNAPSHOT</version>
                     </dependency>
+                    <dependency>
+                        <groupId>org.apache.maven.scm</groupId>
+                        <artifactId>maven-scm-api</artifactId>
+                        <version>1.11.2-SNAPSHOT</version>
+                    </dependency>
                 </dependencies>
             </plugin>
           </plugins>

Reply via email to