Skip to content

Commit 8357afd

Browse files
committed
Version 1.12
1 parent 1bb0ac0 commit 8357afd

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

blackbox-test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-jsonb</artifactId>
31-
<version>1.12-SNAPSHOT</version>
31+
<version>1.12</version>
3232
</dependency>
3333

3434
<!-- <dependency>-->
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>avaje-jsonb-generator</artifactId>
50-
<version>1.12-SNAPSHOT</version>
50+
<version>1.12</version>
5151
<scope>provided</scope>
5252
</dependency>
5353

jsonb-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-generator</artifactId>

jsonb-inject-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-jsonb-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>1.12-SNAPSHOT</version>
9+
<version>1.12</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-inject-plugin</artifactId>

jsonb-jackson/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jsonb-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-jackson</artifactId>

jsonb-spring-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-jsonb-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>1.12-SNAPSHOT</version>
9+
<version>1.12</version>
1010
</parent>
1111

1212
<artifactId>avaje-jsonb-spring-starter</artifactId>

jsonb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>1.12-SNAPSHOT</version>
7+
<version>1.12</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-jsonb-parent</artifactId>
12-
<version>1.12-SNAPSHOT</version>
12+
<version>1.12</version>
1313

1414
<packaging>pom</packaging>
1515
<name>jsonb parent</name>

0 commit comments

Comments
 (0)