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/01/18 15:51:30 UTC

[royale-compiler] branch develop updated: maven: apache parent upgraded to v22

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 14d1b0c  maven: apache parent upgraded to v22
14d1b0c is described below

commit 14d1b0cd505e8815f4de95218f83e413b53ff62e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jan 18 16:51:19 2020 +0100

    maven: apache parent upgraded to v22
---
 compiler-build-tools/pom.xml   | 2 +-
 compiler-jburg-types/pom.xml   | 2 +-
 pom.xml                        | 2 +-
 royale-maven-extension/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index dd7d5ce..fcd37b8 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22</version>
     <relativePath />
   </parent>
 
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index 6f0e217..09b7ff7 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22</version>
     <relativePath/>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 988f694..126fdf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>22</version>
   </parent>
 
   <groupId>org.apache.royale.compiler</groupId>
diff --git a/royale-maven-extension/pom.xml b/royale-maven-extension/pom.xml
index 6df1a77..dfbc861 100644
--- a/royale-maven-extension/pom.xml
+++ b/royale-maven-extension/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>18</version>
+    <version>22</version>
     <relativePath></relativePath>
   </parent>