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 2020/04/17 05:21:59 UTC

[royale-asjs] branch develop updated: jgit

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

aharui 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 4f0af3e  jgit
4f0af3e is described below

commit 4f0af3ef625c27a85f73283602a34d90d76309f3
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Apr 16 22:21:31 2020 -0700

    jgit
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 10736b7..701ee6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,17 @@
               <artifactId>maven-gpg-plugin</artifactId>
               <configuration>
                 <skip>true</skip>
+                <providerImplementations>
+                  <git>jgit</git>
+                </providerImplementations>
               </configuration>
+              <dependencies>
+                <dependency>
+                  <groupId>org.apache.maven.scm</groupId>
+                  <artifactId>maven-scm-provider-jgit</artifactId>
+                  <version>1.11.3-SNAPSHOT</version>
+                </dependency>
+              </dependencies>
             </plugin>
             <!-- We require the release manager to login and push the changes using his credentials -->
             <plugin>