mirror of https://github.com/winsw/winsw
parent
f730fd72ef
commit
aba99e83cd
7
pom.xml
7
pom.xml
|
@ -1,11 +1,9 @@
|
|||
<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>com.sun.winsw</groupId>
|
||||
<artifactId>winsw</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.17-SNAPSHOT</version>
|
||||
<version>1.17</version>
|
||||
<name>Windows service wrapper</name>
|
||||
|
||||
<distributionManagement>
|
||||
|
@ -19,6 +17,7 @@
|
|||
<connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/kohsuke/winsw.git</developerConnection>
|
||||
<url>https://github.com/kohsuke/winsw</url>
|
||||
<tag>winsw-1.17</tag>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue