Skip to content

Commit

Permalink
User Weaver webservice release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreel committed Jun 20, 2019
1 parent fe6671c commit 486ec7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

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

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>token-provider</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>validation</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>wro</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>reporting</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>messaging</artifactId>
<version>2.x-WRO-INIT-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 486ec7e

Please sign in to comment.