Bläddra i källkod

maven release updates

tags/CommEngine-0.0.1
yiu 6 år sedan
förälder
incheckning
13c8ad0292
1 ändrade filer med 6 tillägg och 5 borttagningar
  1. +6
    -5
      pom.xml

+ 6
- 5
pom.xml Visa fil

@@ -1,15 +1,16 @@
<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>
<groupId>alerttek</groupId>
<artifactId>CommEngine</artifactId>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<scm>
<developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine</developerConnection>
<tag>CommEngine-0.0.1</tag>
</scm>
<developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection>
</scm>

<build>
<plugins>


Laddar…
Avbryt
Spara