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 eecedeec DELTASPIKE-1452 upgrade to apache-parent 25
eecedeec is described below
commit eecedeecf147dbebc867556337d6360ffeacb8ce
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Apr 8 11:16:26 2022 +0200
DELTASPIKE-1452 upgrade to apache-parent 25
---
deltaspike/parent/pom.xml | 8 ++++----
pom.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index acf51654..a3a32ade 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -936,14 +936,14 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<copy
todir="${project.build.directory}/apidocs/META-INF">
<fileset dir="${basedir}">
<include name="LICENSE.txt" />
<include name="NOTICE.txt" />
</fileset>
</copy>
- </tasks>
+ </target>
</configuration>
</execution>
<execution>
@@ -953,12 +953,12 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<!-- Copy javadoc to another directory, to
keep javadoc of previous versions on site -->
<copy
todir="${project.build.directory}/site/apidocs-${project.version}"
failonerror="false">
<fileset
dir="${project.build.directory}/site/apidocs" />
</copy>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
diff --git a/pom.xml b/pom.xml
index 3485c385..fae57305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>23</version>
+ <version>25</version>
</parent>
<!--