Skip to content

Commit b3771f9

Browse files
committed
[maven-release-plugin] prepare release jackson-dataformats-text-2.17.3
1 parent 683310e commit b3771f9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

csv/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-csv</artifactId>
1515
<name>Jackson-dataformat-CSV</name>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>
1010
<name>Jackson dataformats: Text</name>
11-
<version>2.17.3-SNAPSHOT</version>
11+
<version>2.17.3</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>
@@ -33,15 +33,15 @@
3333
<connection>scm:git:git@github.com:FasterXML/jackson-dataformats-text.git</connection>
3434
<developerConnection>scm:git:git@github.com:FasterXML/jackson-dataformats-text.git</developerConnection>
3535
<url>https://github.com/FasterXML/jackson-dataformats-text</url>
36-
<tag>HEAD</tag>
36+
<tag>jackson-dataformats-text-2.17.3</tag>
3737
</scm>
3838
<issueManagement>
3939
<url>https://github.com/FasterXML/jackson-dataformats-text/issues</url>
4040
</issueManagement>
4141

4242
<properties>
4343
<!-- for Reproducible Builds -->
44-
<project.build.outputTimestamp>2024-07-05T17:33:03Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2024-11-01T21:08:48Z</project.build.outputTimestamp>
4545
</properties>
4646

4747
<dependencies>

properties/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-properties</artifactId>
1515
<name>Jackson-dataformat-Properties</name>

toml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-toml</artifactId>
1515
<packaging>jar</packaging>

yaml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformats-text</artifactId>
12-
<version>2.17.3-SNAPSHOT</version>
12+
<version>2.17.3</version>
1313
</parent>
1414
<artifactId>jackson-dataformat-yaml</artifactId>
1515
<packaging>jar</packaging>

0 commit comments

Comments
 (0)