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 5bbb1fe commit f9e2f6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.mbari.vcr4j</groupId>
<artifactId>vcr4j</artifactId>
<version>5.1.1.jre17</version>
<version>5.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vcr4j</name>
<url>https://github.com/hohonuuli/vcr4j</url>
<description>Java API for communicating with video devices, both real and virtual.</description>
<url>https://github.com/mbari-org/vcr4j</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand All @@ -27,7 +28,7 @@
<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>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gson.version>2.10</gson.version>
Expand Down

0 comments on commit f9e2f6a

Please sign in to comment.