File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<!-- This module was also published with a richer model, Gradle metadata, -->
4
3
<!-- which should be used instead. Do not delete the following line which -->
5
4
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
14
13
<groupId >com.fasterxml.jackson.module</groupId >
15
14
<artifactId >jackson-module-kotlin</artifactId >
16
15
<name >jackson-module-kotlin</name >
17
- <version >2.12.1-SNAPSHOT </version >
16
+ <version >2.12.1</version >
18
17
<packaging >bundle</packaging >
19
18
<description >Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
20
19
Kotlin language, specifically introspection of method/constructor parameter names,
43
42
<
connection >scm:git:
[email protected] :FasterXML/jackson-module-kotlin.git</
connection >
44
43
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-module-kotlin.git</
developerConnection >
45
44
<url >https://github.com/FasterXML/jackson-module-kotlin</url >
46
- <tag >HEAD </tag >
45
+ <tag >jackson-module-kotlin-2.12.1 </tag >
47
46
</scm >
48
47
49
48
<properties >
You can’t perform that action at this time.
0 commit comments