Skip to content

Commit

Permalink
update weaver webservice core snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jul 2, 2018
1 parent 8129a70 commit fd3762c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -37,31 +37,31 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>auth</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>token-provider</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>validation</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>email</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>reporting</artifactId>
<version>2.x-resolver-exceptions-SNAPSHOT</version>
<version>2.0.0-RC5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fd3762c

Please sign in to comment.