Skip to content

Commit ca43d8b

Browse files
committed
Update API version of : to 4.0.2
1 parent 80da6a2 commit ca43d8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>jakarta.xml.bind-api-parent</artifactId>
1717
<groupId>jakarta.xml.bind</groupId>
18-
<version>4.0.2-SNAPSHOT</version>
18+
<version>4.0.2</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>

jaxb-api-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>jakarta.xml.bind-api-parent</artifactId>
1717
<groupId>jakarta.xml.bind</groupId>
18-
<version>4.0.2-SNAPSHOT</version>
18+
<version>4.0.2</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>jakarta.xml.bind</groupId>
2626
<artifactId>jakarta.xml.bind-api-parent</artifactId>
27-
<version>4.0.2-SNAPSHOT</version>
27+
<version>4.0.2</version>
2828
<packaging>pom</packaging>
2929
<name>Jakarta XML Binding</name>
3030
<description>Jakarta XML Binding API</description>

0 commit comments

Comments
 (0)