You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/15 19:24:21 UTC

[royale-compiler] branch release_practice updated: experiment with newer release plugin

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 69f0449  experiment with newer release plugin
69f0449 is described below

commit 69f04494bbc72495a41df51c48a4b650b6e7a3ae
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Feb 15 11:24:07 2019 -0800

    experiment with newer release plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab3d1ca..9a272ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5.3</version>
+                <version>3.0.0-SNAPSHOT</version>
                 <configuration>
                     <providerImplementations>
                         <git>jgit</git>