Skip to content

Commit

Permalink
Updating for central.sonatype.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Nov 26, 2024
1 parent 7059ad8 commit ce56e34
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 248 deletions.
467 changes: 229 additions & 238 deletions pom.xml

Large diffs are not rendered by default.

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.3.0</version>
<version>5.3.1</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.3.0</version>
<version>5.3.1</version>
</parent>
<artifactId>vcr4j-examples</artifactId>
<name>vcr4j-examples</name>
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.3.0</version>
<version>5.3.1</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.3.0</version>
<version>5.3.1</version>
</parent>
<artifactId>vcr4j-jssc</artifactId>
<name>vcr4j-jssc</name>
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0</version>
<version>5.3.1</version>
</parent>
<artifactId>vcr4j-purejavacomm</artifactId>
<name>vcr4j-purejavacomm</name>
Expand All @@ -27,11 +27,11 @@
</dependency>
</dependencies>

<repositories>
<!-- <repositories>
<repository>
<id>sparetimelabs</id>
<name>sparetimelabs</name>
<url>https://www.sparetimelabs.com/maven2/</url>
</repository>
</repositories>
</repositories> -->
</project>
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.3.0</version>
<version>5.3.1</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.3.0</version>
<version>5.3.1</version>
</parent>
<artifactId>vcr4j-rs422</artifactId>
<name>vcr4j-rs422</name>
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.3.0</version>
<version>5.3.1</version>
</parent>
<artifactId>vcr4j-udp</artifactId>
<name>vcr4j-udp</name>
Expand Down

0 comments on commit ce56e34

Please sign in to comment.