Skip to content

Commit 72572a0

Browse files
author
Bill Bensing
committed
updated java build releae number, updated the github maven repo for new repo
1 parent e0907bb commit 72572a0

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.target>1.13</maven.compiler.target>
1414
<maven.compiler.source>1.13</maven.compiler.source>
15-
<maven.compiler.release>13</maven.compiler.release>
15+
<maven.compiler.release>7</maven.compiler.release>
1616
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
1717
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
1818
<junit.jupiter.version>5.6.0-M1</junit.jupiter.version>
@@ -33,11 +33,6 @@
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-compiler-plugin</artifactId>
3535
<version>${maven.compiler.plugin.version}</version>
36-
<configuration>
37-
<source>${maven.compiler.source}</source>
38-
<target>${maven.compiler.target}</target>
39-
<release>${maven.compiler.release}</release>
40-
</configuration>
4136
</plugin>
4237

4338
<plugin>
@@ -52,7 +47,7 @@
5247
<repository>
5348
<id>github</id>
5449
<name>GitHub WB3Tech Kernel - Apache Maven Packages</name>
55-
<url>https://maven.pkg.github.com/WB3Tech-Kernel-Java/com.wb3tech.kernel</url>
50+
<url>https://maven.pkg.github.com/WB3Tech-Java/com.wb3tech.kernel</url>
5651
</repository>
5752
</distributionManagement>
5853

0 commit comments

Comments
 (0)