File tree Expand file tree Collapse file tree 11 files changed +16
-10
lines changed
ffmpeg4java-linux-examples
ffmpeg4java-macos-examples
ffmpeg4java-windows-examples Expand file tree Collapse file tree 11 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 5050.PHONY : release
5151release :
5252 mvn -Dchannel=ossrh clean deploy
53+
54+ .PHONY : set-version
55+ set-version :
56+ test $(version )
57+ mvn versions:set -DnewVersion=$(version )
58+ 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