This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release_practice
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release_practice by this push:
new 1aa2b16 try jgit which includes setting defaults with git config per
jgit doc
1aa2b16 is described below
commit 1aa2b164e53caae9d3967758334921d8201d9f74
Author: Alex Harui <[email protected]>
AuthorDate: Mon Feb 11 16:33:20 2019 -0800
try jgit which includes setting defaults with git config per jgit doc
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index a8febcb..ced336e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,23 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.3</version>
+ <configuration>
+ <providerImplementations>
+ <git>jgit</git>
+ </providerImplementations>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-jgit</artifactId>
+ <version>1.11.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
</plugins>
</build>
</profile>