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 17:51:22 UTC

[royale-compiler] branch develop updated: Use snapshot to avoid a bug https://issues.apache.org/jira/browse/SCM-921

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 f537c99  Use snapshot to avoid a bug https://issues.apache.org/jira/browse/SCM-921
f537c99 is described below

commit f537c99c048e19d5d8c0b955cade6cf2a0a8617f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Nov 22 18:51:08 2019 +0100

    Use snapshot to avoid a bug https://issues.apache.org/jira/browse/SCM-921
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6d31fa2..88a8a04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
               <dependency>
                   <groupId>org.apache.maven.scm</groupId>
                   <artifactId>maven-scm-provider-jgit</artifactId>
-                  <version>1.11.2</version>
+                  <version>1.11.2-SNAPSHOT</version>
               </dependency>
               <dependency>
                   <groupId>org.apache.maven.scm</groupId>