Skip to content

Commit

Permalink
Update README.md in modules to include release
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jan 17, 2018
1 parent 9eeec86 commit e42fbc4
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -33,9 +33,9 @@ Assume situation when your code depends on some capturing framework, but suddenl
* [GStreamer](http://gstreamer.freedesktop.org/) (0.10.x only) via [gstreamer-java](https://code.google.com/p/gstreamer-java/)
* MJPEG IP Cameras,

The latest stable version is: **```0.3.11```**
The latest stable version is: **```0.3.12```**

The latest development version is: **```0.3.12-SNAPSHOT```**
The latest development version is: **```0.3.13-SNAPSHOT```**

## Raspberry PI

Expand All @@ -45,13 +45,13 @@ The lates version (0.3.10) does not work on ARM just out of the box. To make it

## Maven

The latest stable version is [available](http://search.maven.org/#artifactdetails|com.github.sarxos|webcam-capture|0.3.11|bundle) in Maven Central:
The latest stable version is [available](http://search.maven.org/#artifactdetails|com.github.sarxos|webcam-capture|0.3.12|bundle) in Maven Central:

```xml
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -67,17 +67,17 @@ Snapshot version:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

## Download

The newest stable version can be downloaded as separated ZIP binary. This ZIP file contains Webcam Capture API itself and all required dependencies (in ```libs``` directory). Click on the below link to download it:

[webcam-capture-0.3.11-dist.zip](https://github.com/sarxos/webcam-capture/releases/download/webcam-capture-parent-0.3.11/webcam-capture-0.3.11-dist.zip)
[webcam-capture-0.3.12-dist.zip](https://github.com/sarxos/webcam-capture/releases/download/webcam-capture-parent-0.3.12/webcam-capture-0.3.12-dist.zip)

The latest development version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.sarxos&a=webcam-capture&v=0.3.12-SNAPSHOT).
The latest development version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=com.github.sarxos&a=webcam-capture&v=0.3.13-SNAPSHOT).

## Contribution

Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-fswebcam/README.md
Expand Up @@ -10,9 +10,9 @@ $ sudo apt-get install fswebcam

## Download

The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-fswebcam/0.3.12-SNAPSHOT/webcam-capture-driver-fswebcam-0.3.12-20171213.184511-7.jar).
The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-fswebcam/0.3.13-SNAPSHOT/webcam-capture-driver-fswebcam-0.3.12-20171213.184511-7.jar).

The latest **stable** ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-fswebcam/0.3.11/webcam-capture-driver-fswebcam-0.3.11-dist.zip).
The latest **stable** ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-fswebcam/0.3.12/webcam-capture-driver-fswebcam-0.3.12-dist.zip).

## Maven

Expand All @@ -22,7 +22,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-fswebcam</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -38,7 +38,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-fswebcam</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-gstreamer/README.md
Expand Up @@ -22,9 +22,9 @@ the correct one! It is **not** compatible with GStreamer 1.0 and above!

## Download

The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.12-SNAPSHOT/webcam-capture-driver-gstreamer-0.3.12-20171213.184528-7.jar).
The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.13-SNAPSHOT/webcam-capture-driver-gstreamer-0.3.12-20171213.184528-7.jar).

The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.11/webcam-capture-driver-gstreamer-0.3.11-dist.zip).
The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-gstreamer/0.3.12/webcam-capture-driver-gstreamer-0.3.12-dist.zip).

## Maven

Expand All @@ -34,7 +34,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-gstreamer</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -50,7 +50,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-gstreamer</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-ipcam/README.md
Expand Up @@ -25,9 +25,9 @@ help :) Later, when your class is ready, I will be happy to merge it with offici

## Download

The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-ipcam/0.3.12-SNAPSHOT/webcam-capture-driver-ipcam-0.3.12-20171213.184535-7.jar).
The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-ipcam/0.3.13-SNAPSHOT/webcam-capture-driver-ipcam-0.3.12-20171213.184535-7.jar).

The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.11/webcam-capture-driver-ipcam-0.3.11-dist.zip).
The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-ipcam/0.3.12/webcam-capture-driver-ipcam-0.3.12-dist.zip).

## Maven

Expand All @@ -37,7 +37,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-ipcam</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -53,7 +53,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-ipcam</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-jmf/README.md
Expand Up @@ -10,9 +10,9 @@ It can also be used with the alternative [FMJ](http://fmj-sf.net/).

## Download

The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-jmf/0.3.12-SNAPSHOT/webcam-capture-driver-jmf-0.3.12-20171213.184548-7.jar).
The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-jmf/0.3.13-SNAPSHOT/webcam-capture-driver-jmf-0.3.12-20171213.184548-7.jar).

The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-jmf/0.3.11/webcam-capture-driver-jmf-0.3.11-dist.zip).
The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-jmf/0.3.12/webcam-capture-driver-jmf-0.3.12-dist.zip).


## Maven
Expand All @@ -23,7 +23,7 @@ Release:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-jmf</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -39,7 +39,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-jmf</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-lti-civil/README.md
Expand Up @@ -15,9 +15,9 @@ do not have Mac OS machine to perform tests.

## Download

The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-lti-civil/0.3.12-SNAPSHOT/webcam-capture-driver-lti-civil-0.3.12-20171213.184558-6.jar).
The latest **development** version JAR (aka SNAPSHOT) can be downloaded [here](https://oss.sonatype.org/content/repositories/snapshots/com/github/sarxos/webcam-capture-driver-lti-civil/0.3.13-SNAPSHOT/webcam-capture-driver-lti-civil-0.3.12-20171213.184558-6.jar).

The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-lti-civil/0.3.11/webcam-capture-driver-lti-civil-0.3.11-dist.zip).
The latest **stable** version ZIP bundle can be downloaded [here](http://repo.sarxos.pl/maven2/com/github/sarxos/webcam-capture-driver-lti-civil/0.3.12/webcam-capture-driver-lti-civil-0.3.12-dist.zip).

## Maven

Expand All @@ -27,7 +27,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-lti-civil</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-lti-civil</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/driver-opencv/README.md
Expand Up @@ -11,7 +11,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-javacv</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -27,7 +27,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-javacv</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/driver-openimaj/README.md
Expand Up @@ -10,7 +10,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-openimaj</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -26,7 +26,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-openimaj</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/driver-v4l4j/README.md
Expand Up @@ -14,7 +14,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-v4l4j</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-v4l4j</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webcam-capture-drivers/driver-vlcj/README.md
Expand Up @@ -14,7 +14,7 @@ Stable:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-vlcj</artifactId>
<version>0.3.11</version>
<version>0.3.12</version>
</dependency>
```

Expand All @@ -30,7 +30,7 @@ Snapshot:
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-driver-vlcj</artifactId>
<version>0.3.12-SNAPSHOT</version>
<version>0.3.13-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit e42fbc4

Please sign in to comment.