|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 | 5 | <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> |
6 | 11 |
|
7 |
| - <groupId>io.avaje</groupId> |
8 | 12 | <artifactId>avaje-jsonb-bom</artifactId>
|
9 |
| - <version>3.1-RC1</version> |
10 | 13 |
|
11 | 14 | <packaging>pom</packaging>
|
12 | 15 | <name>avaje jsonb bom</name>
|
|
21 | 24 | <dependency>
|
22 | 25 | <groupId>io.avaje</groupId>
|
23 | 26 | <artifactId>avaje-json-core</artifactId>
|
24 |
| - <version>3.1-RC1</version> |
| 27 | + <version>3.1</version> |
25 | 28 | </dependency>
|
26 | 29 | <dependency>
|
27 | 30 | <groupId>io.avaje</groupId>
|
28 | 31 | <artifactId>avaje-json-node</artifactId>
|
29 |
| - <version>3.1-RC1</version> |
| 32 | + <version>3.1</version> |
30 | 33 | </dependency>
|
31 | 34 | <dependency>
|
32 | 35 | <groupId>io.avaje</groupId>
|
33 | 36 | <artifactId>avaje-jsonb</artifactId>
|
34 |
| - <version>3.1-RC1</version> |
| 37 | + <version>3.1</version> |
35 | 38 | </dependency>
|
36 | 39 | <dependency>
|
37 | 40 | <groupId>io.avaje</groupId>
|
38 | 41 | <artifactId>avaje-jsonb-generator</artifactId>
|
39 |
| - <version>3.1-RC1</version> |
| 42 | + <version>3.1</version> |
40 | 43 | <scope>provided</scope>
|
41 | 44 | </dependency>
|
42 | 45 | <dependency>
|
43 | 46 | <groupId>io.avaje</groupId>
|
44 | 47 | <artifactId>avaje-jsonb-inject-plugin</artifactId>
|
45 |
| - <version>3.1-RC1</version> |
| 48 | + <version>3.1</version> |
46 | 49 | </dependency>
|
47 | 50 | <dependency>
|
48 | 51 | <groupId>io.avaje</groupId>
|
49 | 52 | <artifactId>avaje-jsonb-jackson</artifactId>
|
50 |
| - <version>3.1-RC1</version> |
| 53 | + <version>3.1</version> |
51 | 54 | </dependency>
|
52 | 55 | <dependency>
|
53 | 56 | <groupId>io.avaje</groupId>
|
54 | 57 | <artifactId>avaje-jsonb-spring-starter</artifactId>
|
55 |
| - <version>3.1-RC1</version> |
| 58 | + <version>3.1</version> |
56 | 59 | </dependency>
|
57 | 60 | </dependencies>
|
58 | 61 | </dependencyManagement>
|
|
0 commit comments