Skip to content

Commit 13aba6b

Browse files
committed
#5 - Bump to java 11 and System.Logger
1 parent b2f3aff commit 13aba6b

File tree

2 files changed

+4
-33
lines changed

2 files changed

+4
-33
lines changed

pom.xml

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,28 @@
44

55
<groupId>io.avaje</groupId>
66
<artifactId>classpath-scanner-api</artifactId>
7-
<version>6.2</version>
7+
<version>7.0</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
11-
<artifactId>java8-oss</artifactId>
12-
<version>3.2</version>
11+
<artifactId>java11-oss</artifactId>
12+
<version>3.6</version>
1313
</parent>
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:avaje/classpath-scanner-api.git</developerConnection>
1717
<tag>HEAD</tag>
1818
</scm>
1919

20-
<properties>
21-
<!-- <java.version>11</java.version>-->
22-
</properties>
23-
2420
<dependencies>
2521

2622
<dependency>
2723
<groupId>io.avaje</groupId>
2824
<artifactId>junit</artifactId>
29-
<version>1.0</version>
25+
<version>1.1</version>
3026
<scope>test</scope>
3127
</dependency>
3228

3329
</dependencies>
3430

35-
<build>
36-
<plugins>
37-
<plugin>
38-
<groupId>org.moditect</groupId>
39-
<artifactId>moditect-maven-plugin</artifactId>
40-
<version>1.0.0.RC1</version>
41-
<executions>
42-
<execution>
43-
<id>add-module-infos</id>
44-
<phase>package</phase>
45-
<goals>
46-
<goal>add-module-info</goal>
47-
</goals>
48-
<configuration>
49-
<jvmVersion>9</jvmVersion>
50-
<module>
51-
<moduleInfoFile>src/main/java9/module-info.java</moduleInfoFile>
52-
</module>
53-
</configuration>
54-
</execution>
55-
</executions>
56-
</plugin>
57-
</plugins>
58-
</build>
59-
6031
</project>

0 commit comments

Comments
 (0)