File tree 5 files changed +19
-11
lines changed
webcam-capture-driver-gstreamer
webcam-capture-driver-ipcam
webcam-capture-pages/src/site
5 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Below is the newest stable version ZIP containing main project
24
24
JAR with additional documents, examples and all required 3rd-party
25
25
dependencies:
26
26
27
- * ** Latest stable version** - [ webcam-capture-0.3.10-RC3 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.10-RC3 /webcam-capture-0.3.10-RC3 -dist.zip )
27
+ * ** Latest stable version** - [ webcam-capture-0.3.10-RC4 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture/0.3.10-RC4 /webcam-capture-0.3.10-RC4 -dist.zip )
28
28
29
29
Other releases:
30
30
@@ -59,7 +59,7 @@ in their own projects.
59
59
<dependency >
60
60
<groupId >com.github.sarxos</groupId >
61
61
<artifactId >webcam-capture</artifactId >
62
- <version >0.3.10-RC3 </version >
62
+ <version >0.3.10-RC4 </version >
63
63
</dependency >
64
64
```
65
65
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- git stash
4
- mvn release:update-versions -DautoVersionSubmodules=true
5
- mvn clean deploy -P assembly
6
- git reset --hard
7
- git stash apply && git stash drop
3
+ if [[ -n $1 && -n $2 ]];
4
+ then
5
+ git stash
6
+ mvn release:update-versions -DautoVersionSubmodules=true
7
+ mvn clean deploy -P assembly
8
+ git reset --hard
9
+ find . -type f -exec sed -i ' s/$1/$2/g' {} \;
10
+ else
11
+ echo " Missing version arguments. Usage: $0 [old-version] [new-version]"
12
+ exit 1
13
+ fi
14
+
15
+ exit 0
8
16
9
17
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Below is the newest stable version ZIP containing main project
16
16
JAR with additional documents, examples and all required 3rd-party
17
17
dependencies:
18
18
19
- * ** Latest stable version** - [ webcam-capture-driver-gstreamer-0.3.10-RC3 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.10-RC3 /webcam-capture-driver-gstreamer-0.3.10-RC3 -dist.zip )
19
+ * ** Latest stable version** - [ webcam-capture-driver-gstreamer-0.3.10-RC4 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.10-RC4 /webcam-capture-driver-gstreamer-0.3.10-RC4 -dist.zip )
20
20
21
21
## Example
22
22
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Below is the newest stable version ZIP containing main project
28
28
JAR with additional documents, examples and all required 3rd-party
29
29
dependencies:
30
30
31
- * ** Latest stable version** - [ webcam-capture-driver-ipcam-0.3.10-RC3 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.10-RC3 /webcam-capture-driver-ipcam-0.3.10-RC3 -dist.zip )
31
+ * ** Latest stable version** - [ webcam-capture-driver-ipcam-0.3.10-RC4 -dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.10-RC4 /webcam-capture-driver-ipcam-0.3.10-RC4 -dist.zip )
32
32
* Previous stable version - [ webcam-capture-driver-ipcam-0.3.9-dist.zip] ( http://www.sarxos.pl/repo/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.9/webcam-capture-driver-ipcam-0.3.9-dist.zip )
33
33
34
34
@@ -46,7 +46,7 @@ Latest stable version:
46
46
<dependency >
47
47
<groupId >com.github.sarxos</groupId >
48
48
<artifactId >webcam-capture-driver-ipcam</artifactId >
49
- <version >0.3.10-RC3 </version >
49
+ <version >0.3.10-RC4 </version >
50
50
</parent >
51
51
```
52
52
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>Webcam Capture</h1>
31
31
< div class ="downloads ">
32
32
< span > Download:</ span >
33
33
< ul >
34
- < li > < a href ="http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.10-RC3 /webcam-capture-0.3.10-RC3 -dist.zip " class ="button "> ZIP</ a > </ li >
34
+ < li > < a href ="http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture/0.3.10-RC4 /webcam-capture-0.3.10-RC4 -dist.zip " class ="button "> ZIP</ a > </ li >
35
35
</ ul >
36
36
</ div >
37
37
</ div > <!-- end banner -->
You can’t perform that action at this time.
0 commit comments