We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6ffbe commit 59dd968Copy full SHA for 59dd968
inject-generator/pom.xml
@@ -18,7 +18,7 @@
18
</scm>
19
20
<properties>
21
- <inject.version>1.1</inject.version>
+ <inject.version>1.2-SNAPSHOT</inject.version>
22
</properties>
23
24
<dependencies>
inject-test/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.avaje</groupId>
6
<artifactId>avaje-inject-test</artifactId>
7
- <version>1.0</version>
+ <version>1</version>
8
9
<parent>
10
<groupId>org.avaje</groupId>
@@ -13,7 +13,7 @@
13
</parent>
14
15
16
- <inject.version>1.1-SNAPSHOT</inject.version>
17
0 commit comments