| @@ -4,10 +4,14 @@ | |||||
| <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.1</version> | |||||
| <version>0.0.1-SNAPSHOT</version> | |||||
| <properties> | <properties> | ||||
| <maven.test.skip>true</maven.test.skip> | <maven.test.skip>true</maven.test.skip> | ||||
| </properties> | </properties> | ||||
| <scm> | |||||
| <developerConnection>scm:git:dev1.link2tek.net:/home/alerttekdev/git_hub/CommEngine.git</developerConnection> | |||||
| </scm> | |||||
| <build> | <build> | ||||
| <plugins> | <plugins> | ||||
| <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin --> | <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin --> | ||||
| @@ -31,6 +35,11 @@ | |||||
| </dependency> | </dependency> | ||||
| </dependencies> | </dependencies> | ||||
| </plugin> | </plugin> | ||||
| <plugin> | |||||
| <groupId>org.apache.maven.plugins</groupId> | |||||
| <artifactId>maven-release-plugin</artifactId> | |||||
| <version>2.5.3</version> | |||||
| </plugin> | |||||
| </plugins> | </plugins> | ||||
| </build> | </build> | ||||
| @@ -58,10 +67,6 @@ | |||||
| </dependencies> | </dependencies> | ||||
| <scm> | |||||
| <connection>scm:git:dev1.link2tek.net:/home/alerttekdev/git_hub/CommEngine.git</connection> | |||||
| </scm> | |||||
| <distributionManagement> | <distributionManagement> | ||||
| <repository> | <repository> | ||||
| <uniqueVersion>false</uniqueVersion> | <uniqueVersion>false</uniqueVersion> | ||||