Skip to content

Commit 340ac7b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8262991 commit 340ac7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.jawk</groupId>
1111
<artifactId>jawk</artifactId>
12-
<version>6.3.00</version>
12+
<version>6.4.00-SNAPSHOT</version>
1313

1414
<name>Jawk</name>
1515
<description>Java AWK interpreter, allowing Java to call and execute AWK scripts in the JVM.</description>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/jawkio/jawk.git</connection>
4444
<url>https://github.com/jawkio/jawk</url>
45-
<tag>v6.3.00</tag>
45+
<tag>HEAD</tag>
4646
</scm>
4747

4848
<developers>
@@ -74,7 +74,7 @@
7474

7575
<!-- Reproducible Build -->
7676
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
77-
<project.build.outputTimestamp>2026-05-07T07:55:27Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2026-05-07T07:56:38Z</project.build.outputTimestamp>
7878
</properties>
7979

8080
<dependencies>

0 commit comments

Comments
 (0)