-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding maven central pom requirements
- Loading branch information
Showing
12 changed files
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters