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 fc415d0 try to debug jgit on ci
fc415d0 is described below
commit fc415d0cdeccd22e3d6c64cfd59488fa8eee536b
Author: Alex Harui <[email protected]>
AuthorDate: Sat Apr 4 22:23:19 2020 -0700
try to debug jgit on ci
---
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 6f421c6..4244266 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-SNAPSHOT</version>
+ <version>1.11.3-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/pom.xml b/pom.xml
index 83060c4..ec35d03 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-SNAPSHOT</version>
+ <version>1.11.3-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>