| @@ -1,16 +1,14 @@ | |||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |||||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||||
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |||||
| <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-SNAPSHOT</version> | |||||
| <version>0.0.3</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>HEAD</tag> | |||||
| <tag>CommEngine-0.0.3</tag> | |||||
| </scm> | </scm> | ||||
| <build> | <build> | ||||