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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 89cf8b9bd3 Update jgit version number as older version resulted in
'could not find artifact' message
89cf8b9bd3 is described below
commit 89cf8b9bd393dca5740293277d984cc990b57e85
Author: Yishay Weiss <[email protected]>
AuthorDate: Tue Jan 24 11:37:00 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 a646aac48c..99cec79957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -506,7 +506,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>