Skip to content

Commit a4948a9

Browse files
committed
Version 3.1 avaje-jsonb-bom
1 parent c7412c3 commit a4948a9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

jsonb-bom/pom.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<groupId>io.avaje</groupId>
8+
<artifactId>avaje-jsonb-parent</artifactId>
9+
<version>3.1</version>
10+
</parent>
611

7-
<groupId>io.avaje</groupId>
812
<artifactId>avaje-jsonb-bom</artifactId>
9-
<version>3.1-RC1</version>
1013

1114
<packaging>pom</packaging>
1215
<name>avaje jsonb bom</name>
@@ -21,38 +24,38 @@
2124
<dependency>
2225
<groupId>io.avaje</groupId>
2326
<artifactId>avaje-json-core</artifactId>
24-
<version>3.1-RC1</version>
27+
<version>3.1</version>
2528
</dependency>
2629
<dependency>
2730
<groupId>io.avaje</groupId>
2831
<artifactId>avaje-json-node</artifactId>
29-
<version>3.1-RC1</version>
32+
<version>3.1</version>
3033
</dependency>
3134
<dependency>
3235
<groupId>io.avaje</groupId>
3336
<artifactId>avaje-jsonb</artifactId>
34-
<version>3.1-RC1</version>
37+
<version>3.1</version>
3538
</dependency>
3639
<dependency>
3740
<groupId>io.avaje</groupId>
3841
<artifactId>avaje-jsonb-generator</artifactId>
39-
<version>3.1-RC1</version>
42+
<version>3.1</version>
4043
<scope>provided</scope>
4144
</dependency>
4245
<dependency>
4346
<groupId>io.avaje</groupId>
4447
<artifactId>avaje-jsonb-inject-plugin</artifactId>
45-
<version>3.1-RC1</version>
48+
<version>3.1</version>
4649
</dependency>
4750
<dependency>
4851
<groupId>io.avaje</groupId>
4952
<artifactId>avaje-jsonb-jackson</artifactId>
50-
<version>3.1-RC1</version>
53+
<version>3.1</version>
5154
</dependency>
5255
<dependency>
5356
<groupId>io.avaje</groupId>
5457
<artifactId>avaje-jsonb-spring-starter</artifactId>
55-
<version>3.1-RC1</version>
58+
<version>3.1</version>
5659
</dependency>
5760
</dependencies>
5861
</dependencyManagement>

0 commit comments

Comments
 (0)