File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' io.avaje.inject'
9
- version ' 10.0-RC9 '
9
+ version ' 10.0-RC11 '
10
10
11
11
repositories {
12
12
mavenLocal()
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >org.avaje</groupId >
6
- <artifactId >java11-oss</artifactId >
7
- <version >4.3</version >
8
- <relativePath />
5
+ <artifactId >avaje-inject-parent</artifactId >
6
+ <groupId >io.avaje</groupId >
7
+ <version >10.0-RC11</version >
9
8
</parent >
10
9
11
- <groupId >io.avaje</groupId >
12
10
<artifactId >avaje-inject-maven-plugin</artifactId >
13
11
<packaging >maven-plugin</packaging >
14
- <version >10.0-RC9</version >
15
12
16
13
<dependencies >
17
14
<dependency >
Original file line number Diff line number Diff line change 28
28
<module >inject-generator</module >
29
29
<module >inject-test</module >
30
30
<module >inject-aop</module >
31
+ <module >inject-maven-plugin</module >
31
32
</modules >
32
33
33
34
<profiles >
40
41
<activeByDefault >true</activeByDefault >
41
42
</activation >
42
43
<modules >
43
- <module >inject-maven-plugin</module >
44
44
<module >blackbox-other</module >
45
45
<module >blackbox-aspect</module >
46
46
<module >blackbox-test-inject</module >
You can’t perform that action at this time.
0 commit comments