File tree Expand file tree Collapse file tree 11 files changed +69
-13
lines changed
ffmpeg4java-linux-examples
ffmpeg4java-macos-examples
ffmpeg4java-windows-examples Expand file tree Collapse file tree 11 files changed +69
-13
lines changed Original file line number Diff line number Diff line change 4747 cp ffmpeg4java-linux/target/com.nextbreakpoint.ffmpeg4java.linux-* .jar dist
4848 cp ffmpeg4java-windows/target/com.nextbreakpoint.ffmpeg4java.windows-* .jar dist
4949
50- .PHONY : release
51- release :
50+
51+ .PHONY : github-release
52+ github-release :
53+ mvn -Dchannel=github clean package de.jutzig:github-release-plugin:release -Dgithub.draft=true
54+
55+ .PHONY : maven-release
56+ maven-release :
5257 mvn -Dchannel=ossrh clean deploy
58+
59+ .PHONY : set-version
60+ set-version :
61+ test $(version )
62+ mvn versions:set -DnewVersion=$(version )
63+ mvn versions:commit
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.linux.examples</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.linux.test</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.linux</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.macos.examples</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.macos.test</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.macos</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.windows.examples</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.windows.test</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.nextbreakpoint</groupId >
66 <artifactId >com.nextbreakpoint.ffmpeg4java</artifactId >
7- <version >7.0.1-1.0 </version >
7+ <version >7.0.1-1.1 </version >
88 </parent >
99 <artifactId >com.nextbreakpoint.ffmpeg4java.windows</artifactId >
1010 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments