File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43 <!-- This module was also published with a richer model, Gradle metadata, -->
54 <!-- which should be used instead. Do not delete the following line which -->
65 <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
1413 </parent >
1514 <groupId >com.github.joschi.jackson</groupId >
1615 <artifactId >jackson-datatype-threetenbp</artifactId >
17- <version >2.15.3-SNAPSHOT </version >
16+ <version >2.18.2 </version >
1817 <packaging >bundle</packaging >
1918 <description >Add-on module to support ThreeTen backport (Java 8 Date & Time API for Java 6/7) data types.
2019 </description >
2423 <connection >scm:git:git@github.com:joschi/jackson-datatype-threetenbp.git</connection >
2524 <developerConnection >scm:git:git@github.com:joschi/jackson-datatype-threetenbp.git</developerConnection >
2625 <url >https://github.com/joschi/jackson-datatype-threetenbp</url >
27- <tag >HEAD </tag >
26+ <tag >jackson-datatype-threetenbp-2.18.2 </tag >
2827 </scm >
2928
3029 <licenses >
145144 <serverId >ossrh</serverId >
146145 <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
147146 <autoReleaseAfterClose >true</autoReleaseAfterClose >
148- <stagingProfileId combine.self=" override" />
147+ <stagingProfileId combine.self=" override" />
149148 </configuration >
150149 <executions >
151150 <execution >
222221 <arg >10000</arg >
223222 <arg >-Xmaxwarns</arg >
224223 <arg >10000</arg >
225- <Xlint />
224+ <Xlint />
226225 </compilerArgs >
227226 </configuration >
228227 </plugin >
You can’t perform that action at this time.
0 commit comments