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:05:00 UTC

[royale-compiler] branch develop updated: I'll get it right one of these days

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 b8d2066  I'll get it right one of these days
b8d2066 is described below

commit b8d206639bba6d23d53dfb5966fd74a48dd5b316
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Apr 3 23:04:49 2020 -0700

    I'll get it right one of these days
---
 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 8cb2efb..6d2d777 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.3</version>
+                  <version>1.11.2</version>
                 </dependency>
               </dependencies>
             </plugin>
diff --git a/pom.xml b/pom.xml
index 35e8236..10cfe18 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.3</version>
+                  <version>1.11.2</version>
                 </dependency>
               </dependencies>
             </plugin>