Selaa lähdekoodia

[maven-release-plugin] prepare for next development iteration

Oleg Nenashev 6 vuotta sitten
vanhempi
sitoutus
a6e291d61b
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -3,7 +3,7 @@
   <groupId>com.sun.winsw</groupId>
   <artifactId>winsw</artifactId>
   <packaging>pom</packaging>
-  <version>2.2.0</version>
+  <version>2.2.1-SNAPSHOT</version>
   <name>Windows Service Wrapper (WinSW)</name>
   <url>https://github.com/kohsuke/winsw/</url>
    
@@ -46,7 +46,7 @@
     <connection>scm:git:ssh://github.com/kohsuke/winsw.git</connection>
     <developerConnection>scm:git:ssh://[email protected]/kohsuke/winsw.git</developerConnection>
     <url>https://github.com/kohsuke/winsw</url>
-    <tag>winsw-2.2.0</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>