Skip to content

Commit 6dc6e1f

Browse files
committed
[maven-release-plugin] prepare release jackson-module-kotlin-2.12.1
1 parent f4607dc commit 6dc6e1f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<!-- This module was also published with a richer model, Gradle metadata, -->
43
<!-- which should be used instead. Do not delete the following line which -->
54
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
@@ -14,7 +13,7 @@
1413
<groupId>com.fasterxml.jackson.module</groupId>
1514
<artifactId>jackson-module-kotlin</artifactId>
1615
<name>jackson-module-kotlin</name>
17-
<version>2.12.1-SNAPSHOT</version>
16+
<version>2.12.1</version>
1817
<packaging>bundle</packaging>
1918
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
2019
Kotlin language, specifically introspection of method/constructor parameter names,
@@ -43,7 +42,7 @@
4342
<connection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</connection>
4443
<developerConnection>scm:git:[email protected]:FasterXML/jackson-module-kotlin.git</developerConnection>
4544
<url>https://github.com/FasterXML/jackson-module-kotlin</url>
46-
<tag>HEAD</tag>
45+
<tag>jackson-module-kotlin-2.12.1</tag>
4746
</scm>
4847

4948
<properties>

0 commit comments

Comments
 (0)