Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-release-3.0.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 5, 2022
1 parent 2f5dfc7 commit 166a16d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion maven-release-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
</parent>

<artifactId>maven-release-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-release-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
</parent>

<artifactId>maven-release-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-release-policies/maven-release-semver-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release</artifactId>
<version>3.0.0-M6-SNAPSHOT</version>
<version>3.0.0-M6</version>
<packaging>pom</packaging>

<name>Maven Release</name>
Expand All @@ -48,7 +48,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-release.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-release.git</developerConnection>
<url>https://github.com/apache/maven-release/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-release-3.0.0-M6</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down Expand Up @@ -99,7 +99,7 @@
<slf4jVersion>1.7.36</slf4jVersion>
<junitVersion>4.13.2</junitVersion>
<maven.site.path>maven-release-archives/maven-release-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-01-02T10:18:49Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-05T07:10:41Z</project.build.outputTimestamp>

<mavenCompilerPluginVersion>3.10.1</mavenCompilerPluginVersion>
<mavenInvokerPluginVersion>3.2.2</mavenInvokerPluginVersion>
Expand Down

0 comments on commit 166a16d

Please sign in to comment.