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 2019/02/15 07:29:15 UTC

[royale-compiler] branch release_practice updated: try to debug jgit

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

aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/release_practice by this push:
     new 7185d1f  try to debug jgit
7185d1f is described below

commit 7185d1f1ce21ecc846e44838253f536d523ddf40
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Feb 14 23:29:04 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 2a932ee..ab3d1ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,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>