Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-parent-40
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Jun 12, 2023
1 parent f8cd129 commit 253b595
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doxia-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-shared-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-skins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</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 @@ under the License.

<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>40-SNAPSHOT</version>
<version>40</version>
<packaging>pom</packaging>

<name>Apache Maven</name>
Expand Down Expand Up @@ -908,7 +908,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
<tag>master</tag>
<tag>maven-parent-40</tag>
<url>/~https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
</scm>

Expand Down Expand Up @@ -947,7 +947,7 @@ under the License.
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
and those that are enforced by the formatting checks from spotless -->
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2022-12-11T20:07:39Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-06-12T17:56:31Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 253b595

Please sign in to comment.