Skip to content

Commit

Permalink
Add the dataone maven repository.
Browse files Browse the repository at this point in the history
Change the utilities version from 2.0.0-snapshot to 2.0.0.
NEED TODO: change the version of the library from 0.9.1-snapshot to 0.9.1.
  • Loading branch information
taojing2002 committed Feb 9, 2019
1 parent 9ef26e2 commit 361fc30
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
<version>0.9.1-SNAPSHOT</version>
<name>datamanager</name>
<url>http://maven.apache.org</url>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>dataone.org</id>
<url>http://maven.dataone.org</url>
</repository>
</repositories>
<dependencies>

<!-- HTML to PDF -->
Expand Down Expand Up @@ -35,7 +47,7 @@
<dependency>
<groupId>edu.ucsb.nceas</groupId>
<artifactId>utilities</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 361fc30

Please sign in to comment.