Skip to content

Commit 14127be

Browse files
authored
bump plugin versions (#637)
1 parent b7c1b91 commit 14127be

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

inject-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'io.avaje.inject'
9-
version '10.0-RC9'
9+
version '10.0-RC11'
1010

1111
repositories {
1212
mavenLocal()

inject-maven-plugin/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<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>
98
</parent>
109

11-
<groupId>io.avaje</groupId>
1210
<artifactId>avaje-inject-maven-plugin</artifactId>
1311
<packaging>maven-plugin</packaging>
14-
<version>10.0-RC9</version>
1512

1613
<dependencies>
1714
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<module>inject-generator</module>
2929
<module>inject-test</module>
3030
<module>inject-aop</module>
31+
<module>inject-maven-plugin</module>
3132
</modules>
3233

3334
<profiles>
@@ -40,7 +41,6 @@
4041
<activeByDefault>true</activeByDefault>
4142
</activation>
4243
<modules>
43-
<module>inject-maven-plugin</module>
4444
<module>blackbox-other</module>
4545
<module>blackbox-aspect</module>
4646
<module>blackbox-test-inject</module>

0 commit comments

Comments
 (0)