Skip to content

Commit 8406f14

Browse files
committed
Version 12.2
1 parent 418883e commit 8406f14

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

blackbox-aspect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-inject-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>12.2-RC1</version>
8+
<version>12.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

blackbox-multi-scope/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-inject-parent</artifactId>
9-
<version>12.2-RC1</version>
9+
<version>12.2</version>
1010
</parent>
1111

1212
<artifactId>blackbox-multi-scope</artifactId>

blackbox-other/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-inject-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>12.2-RC1</version>
9+
<version>12.2</version>
1010
</parent>
1111

1212
<artifactId>blackbox-other</artifactId>

blackbox-test-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-inject-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>12.2-RC1</version>
8+
<version>12.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

inject-aop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-inject-parent</artifactId>
8-
<version>12.2-RC1</version>
8+
<version>12.2</version>
99
</parent>
1010
<artifactId>avaje-inject-aop</artifactId>
1111
<name>avaje inject aspect orient programming</name>

inject-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-inject-parent</artifactId>
9-
<version>12.2-RC1</version>
9+
<version>12.2</version>
1010
</parent>
1111

1212
<artifactId>avaje-inject-bom</artifactId>
@@ -23,33 +23,33 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-inject</artifactId>
26-
<version>12.2-RC1</version>
26+
<version>12.2</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-inject-aop</artifactId>
31-
<version>12.2-RC1</version>
31+
<version>12.2</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-inject-events</artifactId>
36-
<version>12.2-RC1</version>
36+
<version>12.2</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.avaje</groupId>
4040
<artifactId>avaje-inject-generator</artifactId>
41-
<version>12.2-RC1</version>
41+
<version>12.2</version>
4242
<scope>provided</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.avaje</groupId>
4646
<artifactId>avaje-inject-maven-plugin</artifactId>
47-
<version>12.2-RC1</version>
47+
<version>12.2</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.avaje</groupId>
5151
<artifactId>avaje-inject-test</artifactId>
52-
<version>12.2-RC1</version>
52+
<version>12.2</version>
5353
</dependency>
5454

5555
</dependencies>

inject-events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-inject-parent</artifactId>
6-
<version>12.2-RC1</version>
6+
<version>12.2</version>
77
</parent>
88
<artifactId>avaje-inject-events</artifactId>
99
<name>avaje inject events</name>

inject-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-inject-parent</artifactId>
9-
<version>12.2-RC1</version>
9+
<version>12.2</version>
1010
</parent>
1111

1212
<artifactId>avaje-inject-generator</artifactId>

inject-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-inject-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>12.2-RC1</version>
7+
<version>12.2</version>
88
</parent>
99

1010
<artifactId>avaje-inject-maven-plugin</artifactId>

inject-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>12.2-RC1</version>
7+
<version>12.2</version>
88
</parent>
99

1010
<artifactId>avaje-inject-test</artifactId>

0 commit comments

Comments
 (0)