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-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 8dced79 - Adjusted the git plugin settings to the same ones in the
compiler project
new 06fecfd Merge pull request #6 from chrisdutz/develop
8dced79 is described below
commit 8dced79ddfdf8b72fb6fd0aee70c45974a42bdc2
Author: Christofer Dutz <[email protected]>
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 38d6581..ac3bbab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,6 @@
<project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
<maven.version>3.3.1</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>
@@ -131,23 +128,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>
</plugins>