Skip to content

Commit 97738f9

Browse files
committed
[maven-release-plugin] prepare release jackson-datatype-threetenbp-2.18.2
1 parent 9ca05cf commit 97738f9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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 -->
@@ -14,7 +13,7 @@
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 &amp; Time API for Java 6/7) data types.
2019
</description>
@@ -24,7 +23,7 @@
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>
@@ -145,7 +144,7 @@
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>
@@ -222,7 +221,7 @@
222221
<arg>10000</arg>
223222
<arg>-Xmaxwarns</arg>
224223
<arg>10000</arg>
225-
<Xlint/>
224+
<Xlint />
226225
</compilerArgs>
227226
</configuration>
228227
</plugin>

0 commit comments

Comments
 (0)