Skip to content

Commit

Permalink
Update parent POMs to reflect version change
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Oct 5, 2015
1 parent 5473e3b commit 4e26313
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion webcam-capture-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-addons/webcam-capture-addon-spycam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-addons</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addon-spycam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-addons/webcam-capture-addon-swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-addons</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-addon-swt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-applet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-detect-face/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-detect-face</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-executable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-executable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-javafx-fxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-javafx-fxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-javafx</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-live-streaming</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-manycams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-manycams</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-motiondetector</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class DetectMotionExample extends JFrame implements Runnable {
private JLabel label = null;

private Webcam webcam = Webcam.getDefault();
private int threshold = WebcamMotionDetector.DEFAULT_PIXEL_THREASHOLD;
private int threshold = 25;
private int inertia = 1000; // how long motion is valid

public DetectMotionExample() {
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-onejar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-painter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-painter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-qrcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-qrcode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-swt-awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-swt-awt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-transformer</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-video-recordig</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-examples/webcam-capture-websockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-examples</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-example-websockets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webcam-capture-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture-parent</artifactId>
<version>0.3.11-SNAPSHOT</version>
<version>0.3.12-SNAPSHOT</version>
</parent>

<artifactId>webcam-capture-pages</artifactId>
Expand Down

0 comments on commit 4e26313

Please sign in to comment.