Skip to content

Commit

Permalink
Prepared for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Jul 17, 2018
1 parent 6d53402 commit 804af90
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions jave-all-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-all-deps</artifactId>
<build>
<plugins>
Expand All @@ -29,32 +29,32 @@
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-win32</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-win64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-linux32</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-linux64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-osx64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
14 changes: 7 additions & 7 deletions jave-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-core-test</artifactId>
<build>
<plugins>
Expand All @@ -29,32 +29,32 @@
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-win32</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-win64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-linux32</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-linux64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-osx64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class DefaultFFMPEGLocator extends FFMPEGLocator {
* Trace the version of the bundled ffmpeg executable. It's a counter: every
* time the bundled ffmpeg change it is incremented by 1.
*/
private static final String MY_EXE_VERSION = "2.4.0-SNAPSHOT";
private static final String MY_EXE_VERSION = "2.4.0";

/**
* The ffmpeg executable file path.
Expand Down
6 changes: 3 additions & 3 deletions jave-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-example</artifactId>
<build>
<plugins>
Expand Down Expand Up @@ -52,12 +52,12 @@
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-core</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>ws.schild</groupId>
<artifactId>jave-native-win64</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jave-native-linux32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-native-linux32</artifactId>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion jave-native-linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-native-linux64</artifactId>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion jave-native-osx64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-native-osx64</artifactId>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion jave-native-win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-native-win32</artifactId>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion jave-native-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ws.schild</groupId>
<packaging>jar</packaging>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<artifactId>jave-native-win64</artifactId>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<artifactId>jave-modules</artifactId>
<packaging>pom</packaging>
<properties>
<revision>2.4.0-SNAPSHOT</revision>
<revision>2.4.0</revision>
<!-- Don't forget to change it also in DefaultFFMPEGLocator.java -->
</properties>

<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<name>Jave main project</name>
<description>Jave main project</description>
<url>https://github.com/a-schild/jave2</url>
Expand Down

0 comments on commit 804af90

Please sign in to comment.