Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-plugin-tools-4.0.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jun 26, 2024
1 parent 6acacc9 commit a78b872
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>maven-plugin-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>maven-plugin-tools-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>maven-plugin-tools-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-tools-generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
</parent>

<artifactId>maven-plugin-tools-generators</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
<packaging>pom</packaging>

<name>Maven Plugin Tools</name>
Expand Down Expand Up @@ -69,7 +69,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-4.0.0-beta-1</tag>
<url>https://github.com/apache/maven-plugin-tools/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -106,7 +106,7 @@
<compilerPluginVersion>3.11.0</compilerPluginVersion>
<javadocPluginVersion>3.5.0</javadocPluginVersion>
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
<project.build.outputTimestamp>2024-05-28T08:15:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-26T07:45:51Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a78b872

Please sign in to comment.