Skip to content

Commit 924660b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9f89131 commit 924660b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
</parent>
2525

2626
<artifactId>plexus-xml</artifactId>
27-
<version>4.1.0</version>
27+
<version>4.1.1-SNAPSHOT</version>
2828

2929
<name>Plexus XML Utilities</name>
3030
<description>A collection of various utility classes to ease working with XML.</description>
@@ -33,7 +33,7 @@ limitations under the License.
3333
<scm>
3434
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
3535
<developerConnection>${project.scm.connection}</developerConnection>
36-
<tag>plexus-xml-4.1.0</tag>
36+
<tag>master</tag>
3737
<url>https://github.com/codehaus-plexus/plexus-xml/tree/${project.scm.tag}/</url>
3838
</scm>
3939
<issueManagement>
@@ -50,7 +50,7 @@ limitations under the License.
5050
<properties>
5151
<javaVersion>17</javaVersion>
5252
<jmhVersion>1.37</jmhVersion>
53-
<project.build.outputTimestamp>2025-04-05T16:06:58Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2025-04-05T16:07:06Z</project.build.outputTimestamp>
5454
</properties>
5555

5656
<dependencies>

0 commit comments

Comments
 (0)