Skip to content

Commit 113f357

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 7509d24 commit 113f357

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/maven-extensions/pom.xml

Lines changed: 2 additions & 2 deletions
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>docs</artifactId>
26-
<version>48</version>
26+
<version>49-SNAPSHOT</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.plugins</groupId>
@@ -35,7 +35,7 @@ under the License.
3535
<url>https://maven.apache.org/pom/maven/maven-extensions</url>
3636

3737
<scm>
38-
<tag>maven-parent-48</tag>
38+
<tag>master</tag>
3939
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-extensions</url>
4040
</scm>
4141

docs/maven-plugins/pom.xml

Lines changed: 2 additions & 2 deletions
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>docs</artifactId>
26-
<version>48</version>
26+
<version>49-SNAPSHOT</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.plugins</groupId>
@@ -35,7 +35,7 @@ under the License.
3535
<url>https://maven.apache.org/pom/maven/maven-plugins</url>
3636

3737
<scm>
38-
<tag>maven-parent-48</tag>
38+
<tag>master</tag>
3939
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-plugins</url>
4040
</scm>
4141

docs/maven-shared-components/pom.xml

Lines changed: 2 additions & 2 deletions
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>docs</artifactId>
26-
<version>48</version>
26+
<version>49-SNAPSHOT</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.shared</groupId>
@@ -35,7 +35,7 @@ under the License.
3535
<url>https://maven.apache.org/pom/maven/maven-shared-components</url>
3636

3737
<scm>
38-
<tag>maven-parent-48</tag>
38+
<tag>master</tag>
3939
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-shared-components</url>
4040
</scm>
4141

docs/maven-skins/pom.xml

Lines changed: 2 additions & 2 deletions
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>docs</artifactId>
26-
<version>48</version>
26+
<version>49-SNAPSHOT</version>
2727
</parent>
2828

2929
<groupId>org.apache.maven.skins</groupId>
@@ -35,7 +35,7 @@ under the License.
3535
<url>https://maven.apache.org/pom/maven/maven-skins</url>
3636

3737
<scm>
38-
<tag>maven-parent-48</tag>
38+
<tag>master</tag>
3939
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}/maven-skins</url>
4040
</scm>
4141

docs/pom.xml

Lines changed: 2 additions & 2 deletions
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>48</version>
26+
<version>49-SNAPSHOT</version>
2727
</parent>
2828

2929
<artifactId>docs</artifactId>
@@ -41,7 +41,7 @@ under the License.
4141
</modules>
4242

4343
<scm>
44-
<tag>maven-parent-48</tag>
44+
<tag>master</tag>
4545
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
4646
</scm>
4747

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>48</version>
26+
<version>49-SNAPSHOT</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>48</version>
26+
<version>49-SNAPSHOT</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>48</version>
26+
<version>49-SNAPSHOT</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>48</version>
26+
<version>49-SNAPSHOT</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>48</version>
33+
<version>49-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535

3636
<name>Apache Maven</name>
@@ -936,7 +936,7 @@ under the License.
936936
<scm>
937937
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection>
938938
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection>
939-
<tag>maven-parent-48</tag>
939+
<tag>master</tag>
940940
<url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url>
941941
</scm>
942942

@@ -979,7 +979,7 @@ under the License.
979979
<version.plexus-xml>3.0.1</version.plexus-xml>
980980
<versions.junit5>5.14.4</versions.junit5>
981981
<version.maven-shared-resources>6</version.maven-shared-resources>
982-
<project.build.outputTimestamp>2026-05-06T21:30:01Z</project.build.outputTimestamp>
982+
<project.build.outputTimestamp>2026-05-06T21:30:14Z</project.build.outputTimestamp>
983983
</properties>
984984

985985
<dependencyManagement>

0 commit comments

Comments
 (0)