mirror of https://github.com/winsw/winsw
Next release is 1.19.1
parent
d1fdea5ff7
commit
6bb0504806
|
@ -28,5 +28,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.20.0.0")]
|
[assembly: AssemblyVersion("1.19.1.0")]
|
||||||
[assembly: AssemblyFileVersion("1.20.0.0")]
|
[assembly: AssemblyFileVersion("1.19.1.0")]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<groupId>com.sun.winsw</groupId>
|
<groupId>com.sun.winsw</groupId>
|
||||||
<artifactId>winsw</artifactId>
|
<artifactId>winsw</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.20-SNAPSHOT</version>
|
<version>1.19.1-SNAPSHOT</version>
|
||||||
<name>Windows service wrapper</name>
|
<name>Windows service wrapper</name>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|
Loading…
Reference in New Issue