Skip to content

Commit 72be492

Browse files
committed
chore: bump version to 0.9.0-SNAPSHOT and align publish workflow
1 parent f843cb1 commit 72be492

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

‎.github/workflows/publish.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Publish to Maven Central
22

33
on:
4+
push:
5+
tags:
6+
- 'ffmpeg-*'
47
release:
58
types: [published]
69
workflow_dispatch:

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎pom.xml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -11,7 +11,6 @@
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>

0 commit comments

Comments
 (0)