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 2020/04/04 06:29:06 UTC

[royale-compiler] branch develop updated: go back to using snapshot to fix relative path issues in SCM-921

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

aharui 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 c88eb0a  go back to using snapshot to fix relative path issues in SCM-921
c88eb0a is described below

commit c88eb0acba5c4ec0ae43ae996d6f2e4e81b5462e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Apr 3 23:28:53 2020 -0700

    go back to using snapshot to fix relative path issues in SCM-921
---
 compiler-build-tools/pom.xml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 6d2d777..6f421c6 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -307,7 +307,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>
               </dependencies>
             </plugin>
diff --git a/pom.xml b/pom.xml
index 10cfe18..83060c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,7 +696,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>
               </dependencies>
             </plugin>