Skip to content

Commit

Permalink
Adding maven central pom requirements again
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Dec 30, 2022
1 parent f9e2f6a commit c1fcd95
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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-SNAPSHOT</version>
<version>5.1.3.jre17</version>
<packaging>pom</packaging>
<name>vcr4j</name>
<description>Java API for communicating with video devices, both real and virtual.</description>
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.1.1.jre17</version>
<version>5.1.3.jre17</version>
</parent>
<artifactId>vcr4j-core</artifactId>
<name>vcr4j-core</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1.jre17</version>
<version>5.1.3.jre17</version>
</parent>
<artifactId>vcr4j-examples</artifactId>
<name>vcr4j-examples</name>
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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.1.1.jre17</version>
<version>5.1.3.jre17</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.1.1.jre17</version>
<version>5.1.3.jre17</version>
</parent>
<artifactId>vcr4j-udp</artifactId>
<name>vcr4j-udp</name>
Expand Down

0 comments on commit c1fcd95

Please sign in to comment.