Skip to content

Commit

Permalink
Updated to weaver 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Feb 26, 2020
1 parent 6432f34 commit 26b4728
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>edu.tamu</groupId>
<artifactId>metadatatool</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.2-SNAPSHOT</version>

<name>Scanned Document Metadata Tool</name>

Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</parent>

<properties>
Expand All @@ -27,12 +27,12 @@

<repository>
<id>tamu-releases</id>
<url>https://maven.library.tamu.edu/content/repositories/releases</url>
<url>https://artifacts.library.tamu.edu/repository/maven-releases/</url>
</repository>

<repository>
<id>tamu-snapshots</id>
<url>https://maven.library.tamu.edu/content/repositories/snapshots</url>
<url>https://artifacts.library.tamu.edu/repository/maven-snapshots/</url>
</repository>

<repository>
Expand All @@ -54,25 +54,25 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>auth</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>token-provider</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>validation</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>reporting</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 26b4728

Please sign in to comment.