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 2020/03/23 11:26:17 UTC

[royale-compiler] branch develop updated: pom: comment jgit

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


The following commit(s) were added to refs/heads/develop by this push:
     new 8b849ca  pom: comment jgit
8b849ca is described below

commit 8b849cab1145c9f8c15ec83daf11c01ea84dc7a7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Mar 23 12:26:13 2020 +0100

    pom: comment jgit
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9009a18..53042d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,13 +199,13 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <providerImplementations>
+          <!--providerImplementations>
             <git>jgit</git>
-          </providerImplementations>
+          </providerImplementations-->
           <arguments combine.self="override">-P${release-profiles}</arguments>
         </configuration>
         <dependencies>
-          <dependency>
+          <!--dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-provider-jgit</artifactId>
             <version>1.11.2</version>
@@ -214,7 +214,7 @@
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-api</artifactId>
             <version>1.11.2</version>
-          </dependency>
+          </dependency-->
         </dependencies>
       </plugin>