File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish to Maven Central
22
33on :
4+ push :
5+ tags :
6+ - ' ffmpeg-*'
47 release :
58 types : [published]
69 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ We currently support Java 11 and above. Use Maven to install the dependency.
2222<dependency >
2323 <groupId >net.bramp.ffmpeg</groupId >
2424 <artifactId >ffmpeg</artifactId >
25- <version >0.8.1 -SNAPSHOT</version >
25+ <version >0.9.0 -SNAPSHOT</version >
2626</dependency >
2727```
2828
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >net.bramp.ffmpeg</groupId >
44 <artifactId >ffmpeg</artifactId >
5- <version >0.8.1 -SNAPSHOT</version >
5+ <version >0.9.0 -SNAPSHOT</version >
66
77 <name >FFmpeg Wrapper</name >
88 <description >Simple Java wrapper around FFmpeg command-line interface</description >
1111 <scm >
1212 <url >https://github.com/bramp/ffmpeg-cli-wrapper</url >
1313 <connection >scm:git:git@github.com:bramp/ffmpeg-cli-wrapper.git</connection >
14- <tag >ffmpeg-0.7.0</tag >
1514 </scm >
1615
1716 <issueManagement >
You can’t perform that action at this time.
0 commit comments