Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-tools-3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Mar 30, 2024
1 parent e5e3dd2 commit 0b69acc
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-annotations/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-plugin/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-report-plugin/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-annotations/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-generators/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-generators</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-java/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-ant/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-beanshell/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-beanshell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-plugin-tools-model/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-plugin-tools-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-script-ant/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-script-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/maven-script-beanshell/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-script-beanshell</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-script/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
</parent>

<artifactId>maven-script</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>3.11.1-SNAPSHOT</version>
<version>3.12.0</version>
<packaging>pom</packaging>

<name>Maven Plugin Tools</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</developerConnection>
<tag>maven-plugin-tools-3.9.0</tag>
<tag>maven-plugin-tools-3.12.0</tag>
<url>https://github.com/apache/maven-plugin-tools/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -107,7 +107,7 @@
<reportingImplVersion>3.2.0</reportingImplVersion>
<compilerPluginVersion>3.11.0</compilerPluginVersion>
<javadocPluginVersion>3.5.0</javadocPluginVersion>
<project.build.outputTimestamp>2024-01-07T12:05:13Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-30T02:05:07Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0b69acc

Please sign in to comment.