Skip to content

Commit

Permalink
Adding maven central pom requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Dec 30, 2022
1 parent f282b32 commit 5bbb1fe
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 22 deletions.
43 changes: 32 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.1.1.jre17</version>
<packaging>pom</packaging>
<name>vcr4j</name>
<url>https://github.com/hohonuuli/vcr4j</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Brian Schlining</name>
<email>[email protected]</email>
<organization>MBARI</organization>
<organizationUrl>https://www.mbari.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:[email protected]:mbari-org/vcr4j.git</connection>
<developerConnection>scm:git:ssh://github.com:mbari-org/vcr4j.git</developerConnection>
<url>https://github.com/mbari-org/vcr4j/tree/master</url>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gson.version>2.10</gson.version>
Expand Down Expand Up @@ -122,7 +143,7 @@
</plugin>
<!-- Create source and javadoc jars when deploying -->
<plugin>
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
Expand Down Expand Up @@ -183,12 +204,12 @@
<distributionManagement>
<!-- <repository>
<id>bintray</id>
<url>https://api.bintray.com/maven/org-mbari/maven/vcr4j/;publish=1</url>
<url>https://api.bintray.com/maven/org-mbari/maven/vcr4j/;publish=1</url>
</repository> -->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <url>https://maven.pkg.github.com/mbari-org/maven</url>-->
<!-- </repository>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <url>https://maven.pkg.github.com/mbari-org/maven</url>-->
<!-- </repository>-->
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
Expand All @@ -202,10 +223,10 @@
<!-- <repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
</snapshots>
<id>bintray-hohonuuli-maven</id>
<name>bintray</name>
<url>http://dl.bintray.com/org-mbari/maven</url>
<url>http://dl.bintray.com/org-mbari/maven</url>
</repository> -->
<repository>
<snapshots>
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-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.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.2.0-SNAPSHOT</version>
<version>5.1.1.jre17</version>
</parent>
<artifactId>vcr4j-udp</artifactId>
<name>vcr4j-udp</name>
Expand Down

0 comments on commit 5bbb1fe

Please sign in to comment.