Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version numbers for the Github release
  • Loading branch information
fsmv committed Jul 8, 2013
1 parent 0450333 commit 1625849
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions buildall.bat
@@ -1,6 +1,11 @@
call mvn package -P win32,!win64,!linux32,!linux64,!macosx32,!macosx64,exe

call mvn package -P !win32,win64,!linux32,!linux64,!macosx32,!macosx64,exe

call mvn package -P !win32,!win64,linux32,!linux64,!macosx32,!macosx64

call mvn package -P !win32,!win64,!linux32,linux64,!macosx32,!macosx64

call mvn package -P !win32,!win64,!linux32,!linux64,macosx32,!macosx64

call mvn package -P !win32,!win64,!linux32,!linux64,!macosx32,macosx64
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -45,10 +45,10 @@
<main.class>net.sapium.livestreamprocessor.Main</main.class>
<lib.directory>lib</lib.directory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.numeric>0.8</version.numeric>
<version.numeric>0.8.3</version.numeric>
</properties>

<version>v${version.numeric}</version>
<version>v${version.numeric}-beta</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -316,11 +316,11 @@
<maxHeapSize>1024</maxHeapSize>
</jre>
<versionInfo>
<fileVersion>${version.numeric}.0.0</fileVersion>
<fileVersion>${version.numeric}.0</fileVersion>
<txtFileVersion>${version}</txtFileVersion>
<fileDescription>Livestream Processor</fileDescription>
<copyright>2013</copyright>
<productVersion>${version.numeric}.0.0</productVersion>
<productVersion>${version.numeric}.0</productVersion>
<txtProductVersion>${version}</txtProductVersion>
<productName>${name}</productName>
<internalName>${artifactId}</internalName>
Expand Down

0 comments on commit 1625849

Please sign in to comment.