Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-source-plugin-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 488c859 commit d68b1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
</parent>

<artifactId>maven-source-plugin</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta-1</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Source Plugin</name>
Expand Down Expand Up @@ -58,7 +58,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>maven-source-plugin-4.0.0-beta-1</tag>
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -90,7 +90,7 @@ under the License.
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
<version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>

<project.build.outputTimestamp>2024-03-30T01:49:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-26T08:31:36Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit d68b1bd

Please sign in to comment.