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-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 34b1ce9 Update jgit version number as older version resulted in
'could not find artifact' message
34b1ce9 is described below
commit 34b1ce933f366c2987eb794c907a17e351178941
Author: Yishay Weiss <[email protected]>
AuthorDate: Tue Jan 24 11:38:30 2023 +0200
Update jgit version number as older version resulted in 'could not find
artifact' message
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 02ea131..2f0ba85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-jgit</artifactId>
- <version>1.11.3-SNAPSHOT</version>
+ <version>1.11.4-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>