Преглед изворни кода

switch to jdk 11

tags/1.0.0
yiu пре 5 година
родитељ
комит
2d865fd001
1 измењених фајлова са 4 додато и 4 уклоњено
  1. +4
    -4
      pom.xml

+ 4
- 4
pom.xml Прегледај датотеку

@@ -2,13 +2,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>alerttek</groupId>
<artifactId>CommEngine</artifactId>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<scm>
<developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection>
<tag>CommEngine-0.0.3</tag>
<tag>HEAD</tag>
</scm>

<build>
@@ -26,7 +26,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>8</release>
<release>11</release>
</configuration>
</plugin>
<plugin>
@@ -84,4 +84,4 @@
</repository>
</distributionManagement>

</project>
</project>

Loading…
Откажи
Сачувај