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 21:43:01 UTC

[royale-asjs] branch develop updated: - Adjusted the git plugin settings to the same ones in the compiler project

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


The following commit(s) were added to refs/heads/develop by this push:
     new 94b6393  - Adjusted the git plugin settings to the same ones in the compiler project
     new 02a5656  Merge pull request #780 from chrisdutz/develop
94b6393 is described below

commit 94b6393f263c3c59af340e0fb11a9425158bc472
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Mar 23 22:41:32 2020 +0100

    - Adjusted the git plugin settings to the same ones in the compiler project
---
 pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index 999c1f7..fd053ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,9 +55,6 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.5.4</maven.version>
 
-    <!-- Timestamp for the reproducible builds -->
-    <!--project.build.outputTimestamp>2019-11-01T10:30:00Z</project.build.outputTimestamp-->
-
     <royale.build-tools.version>1.1.0</royale.build-tools.version>
     <royale.compiler.version>0.9.7-SNAPSHOT</royale.compiler.version>
     <royale.typedefs.version>0.9.7-SNAPSHOT</royale.typedefs.version>
@@ -250,23 +247,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <providerImplementations>
-            <git>jgit</git>
-          </providerImplementations>
           <arguments combine.self="override">-P${release-profiles}</arguments>
         </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>
 
       <!-- Check if all source files have the required apache license headers -->