| @@ -2,13 +2,13 @@ | |||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>alerttek</groupId> | <groupId>alerttek</groupId> | ||||
| <artifactId>CommEngine</artifactId> | <artifactId>CommEngine</artifactId> | ||||
| <version>0.0.3</version> | |||||
| <version>0.0.4-SNAPSHOT</version> | |||||
| <properties> | <properties> | ||||
| <maven.test.skip>true</maven.test.skip> | <maven.test.skip>true</maven.test.skip> | ||||
| </properties> | </properties> | ||||
| <scm> | <scm> | ||||
| <developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection> | <developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection> | ||||
| <tag>CommEngine-0.0.3</tag> | |||||
| <tag>HEAD</tag> | |||||
| </scm> | </scm> | ||||
| <build> | <build> | ||||
| @@ -26,7 +26,7 @@ | |||||
| <artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
| <version>3.8.1</version> | <version>3.8.1</version> | ||||
| <configuration> | <configuration> | ||||
| <release>8</release> | |||||
| <release>11</release> | |||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||
| <plugin> | <plugin> | ||||
| @@ -84,4 +84,4 @@ | |||||
| </repository> | </repository> | ||||
| </distributionManagement> | </distributionManagement> | ||||
| </project> | |||||
| </project> | |||||