File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments