This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
commit 4520b25d397750e8466266bee4c1ec9b08ba6db9 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue Sep 17 20:02:03 2024 +0000 Update parent POM --- pom.xml | 8 ++------ systests/spring-ws-tests/pom.xml | 2 +- testing/spring-ws-testsuite/pom.xml | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5eba66dd8..9bc2f6b98 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>20</version> + <version>33</version> </parent> <groupId>org.apache.ws.commons.axiom</groupId> @@ -278,7 +278,7 @@ </distributionManagement> <properties> - <javaVersion>11</javaVersion> + <maven.compiler.target>11</maven.compiler.target> <failIfNoTests>false</failIfNoTests> <shade.plugin.version>3.6.0</shade.plugin.version> @@ -775,7 +775,6 @@ <version>3.10.0</version> <configuration> <detectOfflineLinks>false</detectOfflineLinks> - <source>${javaVersion}</source> <breakiterator>true</breakiterator> <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number of changes between releases (to avoid mass changes when committing the site for a new release) --> @@ -1062,9 +1061,6 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>${javaVersion}</source> - <target>${javaVersion}</target> - <release>${javaVersion}</release> <showWarnings>true</showWarnings> <compilerArgs combine.children="append"> <compilerArg>-XDcompilePolicy=simple</compilerArg> diff --git a/systests/spring-ws-tests/pom.xml b/systests/spring-ws-tests/pom.xml index 9d4e8df26..d6f853d3b 100644 --- a/systests/spring-ws-tests/pom.xml +++ b/systests/spring-ws-tests/pom.xml @@ -35,7 +35,7 @@ </description> <properties> - <javaVersion>17</javaVersion> + <maven.compiler.target>17</maven.compiler.target> </properties> <dependencies> diff --git a/testing/spring-ws-testsuite/pom.xml b/testing/spring-ws-testsuite/pom.xml index c6a5963bc..98da7e63d 100644 --- a/testing/spring-ws-testsuite/pom.xml +++ b/testing/spring-ws-testsuite/pom.xml @@ -32,7 +32,7 @@ <url>http://ws.apache.org/axiom/</url> <properties> - <javaVersion>17</javaVersion> + <maven.compiler.target>17</maven.compiler.target> </properties> <dependencyManagement>