Skip to content

Commit

Permalink
removing sharktopoda stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed May 30, 2024
1 parent 479f4ba commit 10cfc8f
Show file tree
Hide file tree
Showing 26 changed files with 31 additions and 31 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
<packaging>pom</packaging>
<name>vcr4j</name>
<description>Java API for communicating with video devices, both real and virtual.</description>
Expand All @@ -31,17 +31,17 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gson.version>2.10</gson.version>
<gson.version>2.10.1</gson.version>
<java.version>17</java.version>
<javafx.version>19</javafx.version>
<jeromq.version>0.5.3</jeromq.version>
<javafx.version>21.0.1</javafx.version>
<jeromq.version>0.5.4</jeromq.version>
<jserialcomm.version>2.9.3</jserialcomm.version>
<jssc.version>2.8.0</jssc.version>
<junit.version>4.13.2</junit.version>
<logback.version>1.4.5</logback.version>
<logback.version>1.4.14</logback.version>
<purejavacomm.version>1.0.3</purejavacomm.version>
<rx.version>3.1.5</rx.version>
<slf4j.version>2.0.6</slf4j.version>
<rx.version>3.1.8</rx.version>
<slf4j.version>2.0.12</slf4j.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -77,8 +77,8 @@
<modules>
<module>vcr4j-core</module>
<module>vcr4j-udp</module>
<module>vcr4j-sharktopoda</module>
<module>vcr4j-sharktopoda-client</module>
<!-- <module>vcr4j-sharktopoda</module>-->
<!-- <module>vcr4j-sharktopoda-client</module>-->
<module>vcr4j-remote</module>
<module>vcr4j-javafx</module>
<module>vcr4j-rs422</module>
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-core</artifactId>
<name>vcr4j-core</name>
Expand Down
12 changes: 6 additions & 6 deletions vcr4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-examples</artifactId>
<name>vcr4j-examples</name>
Expand All @@ -18,11 +18,11 @@
<artifactId>vcr4j-udp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j-sharktopoda</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.mbari.vcr4j</groupId>-->
<!-- <artifactId>vcr4j-sharktopoda</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j-remote</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import org.docopt.Docopt;
import org.mbari.vcr4j.commands.VideoCommands;
import org.mbari.vcr4j.examples.sharktopoda.MultiOpenDemo01;
import org.mbari.vcr4j.examples.sharktopoda.VideoInfoTest;
//import org.mbari.vcr4j.examples.sharktopoda.MultiOpenDemo01;
//import org.mbari.vcr4j.examples.sharktopoda.VideoInfoTest;
import org.mbari.vcr4j.remote.control.RVideoIO;
import org.mbari.vcr4j.remote.control.commands.*;
import org.slf4j.Logger;
Expand All @@ -20,9 +20,9 @@ public class MultiOpenDemo1 {

public static void main(String[] args) {

Logger log = LoggerFactory.getLogger(VideoInfoTest.class);
Logger log = LoggerFactory.getLogger(MultiOpenDemo1.class);

String prog = MultiOpenDemo01.class.getName();
String prog = MultiOpenDemo1.class.getName();
String doc = "Usage: " + prog + " <port> <url>...\n" +
"Options:\n" +
" -h, --help";
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vcr4j</artifactId>
<groupId>org.mbari.vcr4j</groupId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vcr4j-jserialcomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vcr4j</artifactId>
<groupId>org.mbari.vcr4j</groupId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vcr4j-jssc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-jssc</artifactId>
<name>vcr4j-jssc</name>
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-purejavacomm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-purejavacomm</artifactId>
<name>vcr4j-purejavacomm</name>
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vcr4j</artifactId>
<groupId>org.mbari.vcr4j</groupId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vcr4j-rs422/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-rs422</artifactId>
<name>vcr4j-rs422</name>
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-sharktopoda-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vcr4j</artifactId>
<groupId>org.mbari.vcr4j</groupId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vcr4j-sharktopoda-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
module vcr4j.sharktopoda.client {
requires io.reactivex.rxjava3;
requires com.google.gson;
requires jeromq;
// requires jeromq;
requires javafx.base;
requires vcr4j.core;
requires java.prefs;
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-sharktopoda-client/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requires io.reactivex.rxjava3;
requires com.google.gson;
requires org.slf4j;
requires jeromq;
// requires jeromq;
requires javafx.base;
requires vcr4j.core;
requires java.prefs;
Expand Down
2 changes: 1 addition & 1 deletion vcr4j-sharktopoda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vcr4j</artifactId>
<groupId>org.mbari.vcr4j</groupId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vcr4j-udp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0</version>
<version>5.3.0</version>
</parent>
<artifactId>vcr4j-udp</artifactId>
<name>vcr4j-udp</name>
Expand Down

0 comments on commit 10cfc8f

Please sign in to comment.