Skip to content

Commit 7af26aa

Browse files
[maven-release-plugin] prepare release maven-parent-41
1 parent 8198c18 commit 7af26aa

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doxia-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41-SNAPSHOT</version>
26+
<version>41</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.doxia</groupId>

maven-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41-SNAPSHOT</version>
26+
<version>41</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.extensions</groupId>

maven-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41-SNAPSHOT</version>
26+
<version>41</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.plugins</groupId>

maven-shared-components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41-SNAPSHOT</version>
26+
<version>41</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.shared</groupId>

maven-skins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.maven</groupId>
2525
<artifactId>maven-parent</artifactId>
26-
<version>41-SNAPSHOT</version>
26+
<version>41</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.skins</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030

3131
<groupId>org.apache.maven</groupId>
3232
<artifactId>maven-parent</artifactId>
33-
<version>41-SNAPSHOT</version>
33+
<version>41</version>
3434
<packaging>pom</packaging>
3535

3636
<name>Apache Maven</name>
@@ -928,7 +928,7 @@ under the License.
928928
<scm>
929929
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
930930
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
931-
<tag>master</tag>
931+
<tag>maven-parent-41</tag>
932932
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
933933
</scm>
934934

@@ -968,7 +968,7 @@ under the License.
968968
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some)
969969
and those that are enforced by the formatting checks from spotless -->
970970
<checkstyle.violation.ignore>ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
971-
<project.build.outputTimestamp>2023-06-12T17:56:47Z</project.build.outputTimestamp>
971+
<project.build.outputTimestamp>2023-11-08T22:48:46Z</project.build.outputTimestamp>
972972
</properties>
973973

974974
<dependencyManagement>

0 commit comments

Comments
 (0)