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/04 05:12:06 UTC

[royale-compiler] branch develop updated: go back to jgit to see if we can avoid putting the committers username and email in the git config

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new ca469c0  go back to jgit to see if we can avoid putting the committers username and email in the git config
ca469c0 is described below

commit ca469c08542518e0bc42438a5e0407a51face479
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Apr 3 22:11:49 2020 -0700

    go back to jgit to see if we can avoid putting the committers username and email in the git config
---
 compiler-build-tools/pom.xml | 8 ++++++++
 pom.xml                      | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 13d171c..4ffc0f6 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -299,7 +299,15 @@
               <artifactId>maven-release-plugin</artifactId>
               <configuration>
                 <pushChanges>false</pushChanges>
+                <providerImplementations>
+                  <git>jgit</git>
+                </providerImplementations>
               </configuration>
+              <dependency>
+                <groupId>org.apache.maven.scm</groupId>
+                <artifactId>maven-scm-provider-jgit</artifactId>
+                <version>1.11.3</version>
+              </dependency>
             </plugin>
           </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index d8ce643..eec78e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -688,7 +688,15 @@
               <artifactId>maven-release-plugin</artifactId>
               <configuration>
                 <pushChanges>false</pushChanges>
+                <providerImplementations>
+                  <git>jgit</git>
+                </providerImplementations>
               </configuration>
+              <dependency>
+                <groupId>org.apache.maven.scm</groupId>
+                <artifactId>maven-scm-provider-jgit</artifactId>
+                <version>1.11.3</version>
+              </dependency>
             </plugin>
           </plugins>
         </pluginManagement>