Skip to content

Commit 3aa05f5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 067bc81 commit 3aa05f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>printf4j</artifactId>
11-
<version>0.9.08</version>
11+
<version>0.9.09-SNAPSHOT</version>
1212

1313
<name>Printf4J</name>
1414
<description>Java implementation of C's *printf() functions</description>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:https://github.com/metricshub/printf4j.git</connection>
3939
<url>https://github.com/metricshub/printf4j</url>
40-
<tag>v0.9.08</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<developers>
@@ -57,7 +57,7 @@
5757
<!-- Reproducible Build -->
5858
<!-- See
5959
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
60-
<project.build.outputTimestamp>2025-04-01T15:35:13Z</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>2025-04-01T15:36:03Z</project.build.outputTimestamp>
6161
</properties>
6262

6363
<dependencyManagement>

0 commit comments

Comments
 (0)