You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/22 18:42:38 UTC

[royale-compiler] branch develop updated: forgot other version snapshot reference in latest commit

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new fbc1720  forgot other version snapshot reference in latest commit
fbc1720 is described below

commit fbc1720ec8c991551f56853fc056b55195358442
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Nov 22 19:42:31 2019 +0100

    forgot other version snapshot reference in latest commit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88a8a04..21bc755 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
               <dependency>
                   <groupId>org.apache.maven.scm</groupId>
                   <artifactId>maven-scm-api</artifactId>
-                  <version>1.11.2</version>
+                  <version>1.11.2-SNAPSHOT</version>
               </dependency>
           </dependencies>
       </plugin>