This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new 00afca3 try to debug jgit
00afca3 is described below
commit 00afca3e787dc7f42365eaa4f39f221a3adc8d83
Author: Alex Harui <[email protected]>
AuthorDate: Thu Feb 14 23:27:17 2019 -0800
try to debug jgit
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b551969..6f664c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-jgit</artifactId>
- <version>1.11.1</version>
+ <version>1.11.2-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>