Skip to content

Commit 81f7077

Browse files
committed
[maven-release-plugin] prepare release jackson-module-jsonSchema-parent-3.2.0
1 parent 426eb82 commit 81f7077

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎jakarta/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tools.jackson.module</groupId>
1010
<artifactId>jackson-module-jsonSchema-parent</artifactId>
11-
<version>3.2.0-SNAPSHOT</version>
11+
<version>3.2.0</version>
1212
</parent>
1313
<artifactId>jackson-module-jsonSchema-jakarta</artifactId>
1414
<name>jackson-module-jsonSchema-jakarta</name>

‎javax/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>tools.jackson.module</groupId>
1010
<artifactId>jackson-module-jsonSchema-parent</artifactId>
11-
<version>3.2.0-SNAPSHOT</version>
11+
<version>3.2.0</version>
1212
</parent>
1313
<artifactId>jackson-module-jsonSchema</artifactId>
1414
<name>jackson-module-jsonSchema</name>

‎pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>tools.jackson.module</groupId>
1515
<artifactId>jackson-module-jsonSchema-parent</artifactId>
1616
<name>jackson-module-jsonSchema-parent</name>
17-
<version>3.2.0-SNAPSHOT</version>
17+
<version>3.2.0</version>
1818
<packaging>pom</packaging>
1919
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
2020
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
@@ -24,7 +24,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
2424
<connection>scm:git:git@github.com:FasterXML/jackson-module-jsonSchema.git</connection>
2525
<developerConnection>scm:git:git@github.com:FasterXML/jackson-module-jsonSchema.git</developerConnection>
2626
<url>http://github.com/FasterXML/jackson-module-jsonSchema</url>
27-
<tag>HEAD</tag>
27+
<tag>jackson-module-jsonSchema-parent-3.2.0</tag>
2828
</scm>
2929
<developers>
3030
<developer>

0 commit comments

Comments
 (0)