-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release jackson-module-kotlin-2.18.1
- Loading branch information
1 parent
fb5b731
commit 3f1c827
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<groupId>com.fasterxml.jackson.module</groupId> | ||
<artifactId>jackson-module-kotlin</artifactId> | ||
<name>jackson-module-kotlin</name> | ||
<version>2.18.1-SNAPSHOT</version> | ||
<version>2.18.1</version> | ||
<packaging>bundle</packaging> | ||
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support | ||
Kotlin language, specifically introspection of method/constructor parameter names, | ||
|
@@ -53,7 +53,7 @@ | |
<connection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</developerConnection> | ||
<url>https://github.com/FasterXML/jackson-module-kotlin</url> | ||
<tag>jackson-module-kotlin-2.18.0-rc1</tag> | ||
<tag>jackson-module-kotlin-2.18.1</tag> | ||
</scm> | ||
|
||
<properties> | ||
|