This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 0157755 [MPOM-487] Bump parent to 32
0157755 is described below
commit 015775545a339435be9841e110132155894a1649
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Apr 13 23:09:27 2024 +0200
[MPOM-487] Bump parent to 32
---
maven-extensions/pom.xml | 7 -------
maven-plugins/pom.xml | 7 -------
maven-skins/pom.xml | 6 ------
pom.xml | 13 +------------
4 files changed, 1 insertion(+), 32 deletions(-)
diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml
index b7c1ba2..3ff8d17 100644
--- a/maven-extensions/pom.xml
+++ b/maven-extensions/pom.xml
@@ -48,13 +48,6 @@ under the License.
<build>
<pluginManagement>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <releaseProfiles>apache-release</releaseProfiles>
- </configuration>
- </plugin>
<!-- publish mono-module site with "mvn site-deploy" -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index c01bd0b..a0e2125 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -61,13 +61,6 @@ under the License.
<build>
<pluginManagement>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <releaseProfiles>apache-release</releaseProfiles>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 8fb7b14..e896597 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -57,12 +57,6 @@ under the License.
<build>
<pluginManagement>
<plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <releaseProfiles>apache-release</releaseProfiles>
- </configuration>
- </plugin>
<!-- publish mono-module site with "mvn site-deploy" -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 3a307bb..39f0906 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>32-SNAPSHOT</version>
+ <version>32</version>
<relativePath />
</parent>
@@ -949,7 +949,6 @@ under the License.
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<!-- in order to restore default annotation processing behaviour, please
override with empty value -->
<maven.compiler.proc>none</maven.compiler.proc>
- <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
<!-- to be overridden -->
<maven.site.path>../..</maven.site.path>
@@ -1110,13 +1109,6 @@ under the License.
</excludeRoots>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <autoVersionSubmodules>true</autoVersionSubmodules>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
@@ -1346,9 +1338,6 @@ under the License.
<activation>
<jdk>[11,)</jdk>
</activation>
- <properties>
- <maven.compiler.release>${javaVersion}</maven.compiler.release>
- </properties>
<build>
<!--- newer versions of plugins requires JDK 11 -->
<plugins>