Skip to content

Commit 6985c0a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 73226db commit 6985c0a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

csv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>3.0.3</version>
12+
<version>3.0.4-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-csv</artifactId>
1515
<name>Jackson-dataformat-CSV</name>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>tools.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>
1010
<name>Jackson dataformats: Text</name>
11-
<version>3.0.3</version>
11+
<version>3.0.4-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>
@@ -32,15 +32,15 @@
3232
<connection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</connection>
3333
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformats-text.git</developerConnection>
3434
<url>https://github.com/FasterXML/jackson-dataformats-text</url>
35-
<tag>jackson-dataformats-text-3.0.3</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737
<issueManagement>
3838
<url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>
3939
</issueManagement>
4040

4141
<properties>
4242
<!-- for Reproducible Builds -->
43-
<project.build.outputTimestamp>2025-11-28T19:06:13Z</project.build.outputTimestamp>
43+
<project.build.outputTimestamp>2025-11-28T19:07:01Z</project.build.outputTimestamp>
4444
</properties>
4545

4646
<dependencies>

properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>3.0.3</version>
12+
<version>3.0.4-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-properties</artifactId>
1515
<name>Jackson-dataformat-Properties</name>

toml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>3.0.3</version>
12+
<version>3.0.4-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-toml</artifactId>
1515
<packaging>jar</packaging>

yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>tools.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>3.0.3</version>
12+
<version>3.0.4-SNAPSHOT</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-yaml</artifactId>
1515
<packaging>jar</packaging>

0 commit comments

Comments
 (0)