Skip to content

Commit

Permalink
Open version 15.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Apr 16, 2024
1 parent 894c0df commit 52ece13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fflauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>ffprobejaxb</artifactId>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>processlauncher</artifactId>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ffprobejaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>starter-medialib</artifactId>
<packaging>pom</packaging>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>

<name>Commons Maven medialib starter project</name>
<url>https://github.com/hdsdi3g/medialib</url>
Expand Down
2 changes: 1 addition & 1 deletion processlauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>tv.hd3g.commons</groupId>
<artifactId>starter-medialib</artifactId>
<version>15.0.0</version>
<version>15.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 52ece13

Please sign in to comment.