You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/20 21:54:17 UTC

[royale-compiler] branch develop updated: pom.xml: restoring JGit in compiler to fix CI release process

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


View the commit online:
https://github.com/apache/royale-compiler/commit/bd5ecbf3a2f8866badcd0903ab7ecfdea1b69fb3

The following commit(s) were added to refs/heads/develop by this push:
     new bd5ecbf  pom.xml: restoring JGit in compiler to fix CI release process
bd5ecbf is described below

commit bd5ecbf3a2f8866badcd0903ab7ecfdea1b69fb3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Nov 20 22:54:07 2019 +0100

    pom.xml: restoring JGit in compiler to fix CI release process
---
 pom.xml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/pom.xml b/pom.xml
index 170f9e8..6d31fa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,29 @@
       </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.2</version>
+              </dependency>
+              <dependency>
+                  <groupId>org.apache.maven.scm</groupId>
+                  <artifactId>maven-scm-api</artifactId>
+                  <version>1.11.2</version>
+              </dependency>
+          </dependencies>
+      </plugin>
+
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>