Skip to content

Commit 8b25be1

Browse files
committed
Bump to version 8.11
1 parent 23fb0bf commit 8b25be1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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>8.11-SNAPSHOT</version>
8+
<version>8.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

inject-generator/pom.xml

Lines changed: 2 additions & 2 deletions
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>8.11-SNAPSHOT</version>
7+
<version>8.11</version>
88
</parent>
99

1010
<artifactId>avaje-inject-generator</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-inject</artifactId>
19-
<version>8.11-SNAPSHOT</version>
19+
<version>8.11</version>
2020
</dependency>
2121

2222
<!-- test dependencies -->

inject-test/pom.xml

Lines changed: 2 additions & 2 deletions
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>8.11-SNAPSHOT</version>
7+
<version>8.11</version>
88
</parent>
99

1010
<artifactId>avaje-inject-test</artifactId>
@@ -124,7 +124,7 @@
124124
<path>
125125
<groupId>io.avaje</groupId>
126126
<artifactId>avaje-inject-generator</artifactId>
127-
<version>8.11-SNAPSHOT</version>
127+
<version>8.11</version>
128128
</path>
129129
</annotationProcessorPaths>
130130
</configuration>

inject/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>8.11-SNAPSHOT</version>
7+
<version>8.11</version>
88
</parent>
99

1010
<artifactId>avaje-inject</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-inject-parent</artifactId>
12-
<version>8.11-SNAPSHOT</version>
12+
<version>8.11</version>
1313
<packaging>pom</packaging>
1414
<name>avaje inject parent</name>
1515
<description>parent pom for avaje inject library</description>

0 commit comments

Comments
 (0)