You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2020/04/12 09:55:00 UTC

[deltaspike] branch master updated: DELTASPIKE-1405 upgrade to apache parent 23 and fix distribution

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new e346e97  DELTASPIKE-1405 upgrade to apache parent 23 and fix distribution
e346e97 is described below

commit e346e97cb8b76130fe1d6a6902c9846ecddac797
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Apr 12 11:54:32 2020 +0200

    DELTASPIKE-1405 upgrade to apache parent 23 and fix distribution
---
 deltaspike/dist/full/pom.xml | 2 ++
 deltaspike/parent/pom.xml    | 2 +-
 pom.xml                      | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml
index b97c244..c266a87 100644
--- a/deltaspike/dist/full/pom.xml
+++ b/deltaspike/dist/full/pom.xml
@@ -235,7 +235,9 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
+                <version>3.2.0</version>
                 <executions>
                     <execution>
                         <id>assemble</id>
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 3341a73..e9f0253 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -100,7 +100,7 @@
         <maven.dependency.plugin.version>2.4</maven.dependency.plugin.version>
         <maven.checkstyle.plugin.version>2.16</maven.checkstyle.plugin.version>
         <maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
-        <maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
+        <maven.assembly.plugin.version>3.2.0</maven.assembly.plugin.version>
         <maven.artifact.version>3.0</maven.artifact.version>
 
         <hamcrest.version>1.3</hamcrest.version>
diff --git a/pom.xml b/pom.xml
index 62982b1..75b91a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>23</version>
     </parent>
 
     <!--