Browse Source

Update the release dependency for the WinSW 2.0.1 release

Oleg Nenashev 9 years ago
parent
commit
9d7f25c300
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -8,7 +8,7 @@
   <url>https://github.com/kohsuke/winsw/</url>
    
   <properties>
-    <winsw.version>2.0.3</winsw.version>
+    <winsw.version>2.0.1</winsw.version>
   </properties>
   
   <licenses>
@@ -71,7 +71,7 @@
             <configuration>
               <tasks>
                 <mkdir dir="${project.build.directory}/bin/"/>
-                <get src="https://github.com/kohsuke/winsw/releases/download/winsw-draft-v${winsw.version}/WinSW.NET2.exe" 
+                <get src="https://github.com/kohsuke/winsw/releases/download/winsw-v${winsw.version}/WinSW.NET2.exe" 
                      dest="${project.build.directory}/bin/winsw.exe"/>
                 <attachArtifact file="${project.build.directory}/bin/bin/winsw.exe" type="exe" classifier="bin" />
               </tasks>