You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2023/01/24 06:46:36 UTC

[royale-compiler] branch develop updated: Update jgit version number as older version resulted in 'could not find artifact' message

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

yishayw 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 6f884f04d Update jgit version number as older version resulted in 'could not find artifact' message
6f884f04d is described below

commit 6f884f04d54c5b95cf543bf1df727dd17567cd9b
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Tue Jan 24 08:46:25 2023 +0200

    Update jgit version number as older version resulted in 'could not find artifact' message
---
 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 9485bee26..eae0d4f8c 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -311,7 +311,7 @@
                 <dependency>
                   <groupId>org.apache.maven.scm</groupId>
                   <artifactId>maven-scm-provider-jgit</artifactId>
-                  <version>1.11.3-SNAPSHOT</version>
+                  <version>2.0.0-M3</version>
                 </dependency>
               </dependencies>
             </plugin>
diff --git a/pom.xml b/pom.xml
index dd438181a..21cec35a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,7 +702,7 @@
                 <dependency>
                   <groupId>org.apache.maven.scm</groupId>
                   <artifactId>maven-scm-provider-jgit</artifactId>
-                  <version>1.11.3-SNAPSHOT</version>
+                  <version>2.0.0-M3</version>
                 </dependency>
               </dependencies>
             </plugin>