This is an automated email from the ASF dual-hosted git repository.
aharui 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 27c962c fix poms
27c962c is described below
commit 27c962c11aef62a4ec66b3859db9a534a1ce116e
Author: Alex Harui <[email protected]>
AuthorDate: Fri Apr 3 22:58:37 2020 -0700
fix poms
---
compiler-build-tools/pom.xml | 12 +++++++-----
pom.xml | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 4ffc0f6..8cb2efb 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -303,11 +303,13 @@
<git>jgit</git>
</providerImplementations>
</configuration>
- <dependency>
- <groupId>org.apache.maven.scm</groupId>
- <artifactId>maven-scm-provider-jgit</artifactId>
- <version>1.11.3</version>
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-jgit</artifactId>
+ <version>1.11.3</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</pluginManagement>
diff --git a/pom.xml b/pom.xml
index eec78e4..35e8236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,11 +692,13 @@
<git>jgit</git>
</providerImplementations>
</configuration>
- <dependency>
- <groupId>org.apache.maven.scm</groupId>
- <artifactId>maven-scm-provider-jgit</artifactId>
- <version>1.11.3</version>
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.scm</groupId>
+ <artifactId>maven-scm-provider-jgit</artifactId>
+ <version>1.11.3</version>
+ </dependency>
+ </dependencies>
</plugin>
</plugins>
</pluginManagement>