Skip to content

Commit

Permalink
Set version 19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Aug 6, 2024
1 parent 1170da5 commit 033a005
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# All Medialib projects upgrades needs

## 19.0.0

Create a FFprobe XML progress watcher/handler for FFprobeResultSAX #104

## 18.0.0

Update starter parent to 21.1.0
Expand Down
4 changes: 2 additions & 2 deletions fflauncher/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Lists of 49 third-party dependencies.
(The Apache License, Version 2.0) org.opentest4j:opentest4j (org.opentest4j:opentest4j:1.3.0 - https://github.com/ota4j-team/opentest4j)
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.32 - https://projectlombok.org)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:2.0.13 - http://www.slf4j.org)
(Apache License 2.0) ffprobejaxb (tv.hd3g:ffprobejaxb:18.0.0 - https://github.com/hdsdi3g/medialib)
(GNU Lesser General Public License, Version 3) processlauncher (tv.hd3g:processlauncher:18.0.0 - https://github.com/hdsdi3g/medialib)
(Apache License 2.0) ffprobejaxb (tv.hd3g:ffprobejaxb:19.0.0 - https://github.com/hdsdi3g/medialib)
(GNU Lesser General Public License, Version 3) processlauncher (tv.hd3g:processlauncher:19.0.0 - https://github.com/hdsdi3g/medialib)
(GNU Lesser General Public License, Version 3) CodePolicyValidation (tv.hd3g.commons:codepolicyvalidation:3.1.1 - https://github.com/hdsdi3g/codepolicyvalidation)
(GNU Lesser General Public License, Version 3) Commons Interfaces (tv.hd3g.commons:interfaces:21.1.0 - https://github.com/hdsdi3g/prodlib)
(GNU Lesser General Public License, Version 3) Commons Test tools (tv.hd3g.commons:testtools:21.1.0 - https://github.com/hdsdi3g/prodlib)
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>19.0.0-SNAPSHOT</version>
<version>19.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>ffprobejaxb</artifactId>
<version>19.0.0-SNAPSHOT</version>
<version>19.0.0</version>
</dependency>
<dependency>
<groupId>tv.hd3g</groupId>
<artifactId>processlauncher</artifactId>
<version>19.0.0-SNAPSHOT</version>
<version>19.0.0</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>19.0.0-SNAPSHOT</version>
<version>19.0.0</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>19.0.0-SNAPSHOT</version>
<version>19.0.0</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>19.0.0-SNAPSHOT</version>
<version>19.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 033a005

Please sign in to comment.