Skip to content

Commit 3f1c827

Browse files
committed
[maven-release-plugin] prepare release jackson-module-kotlin-2.18.1
1 parent fb5b731 commit 3f1c827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>
1515
<name>jackson-module-kotlin</name>
16-
<version>2.18.1-SNAPSHOT</version>
16+
<version>2.18.1</version>
1717
<packaging>bundle</packaging>
1818
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1919
Kotlin language, specifically introspection of method/constructor parameter names,
@@ -53,7 +53,7 @@
5353
<connection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</connection>
5454
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</developerConnection>
5555
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
56-
<tag>jackson-module-kotlin-2.18.0-rc1</tag>
56+
<tag>jackson-module-kotlin-2.18.1</tag>
5757
</scm>
5858

5959
<properties>

0 commit comments

Comments
 (0)