Skip to content

Commit

Permalink
Merge pull request #135 from TAMULib/weaver-release-upgrade
Browse files Browse the repository at this point in the history
Weaver release upgrade
  • Loading branch information
jcreel authored Jun 20, 2019
2 parents fe6671c + 50fe09f commit fe56b9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ng-openseadragon": "1.3.5",
"ng-table": "3.0.1",
"openseadragon": "2.4.0",
"weaver-ui-core": "git+https://github.com/TAMULib/Weaver-UI-Core.git#2.0.2-RC1"
"weaver-ui-core": "git+https://github.com/TAMULib/Weaver-UI-Core.git#v2.0.2"
},
"devDependencies": {
"grunt": "1.0.3",
Expand Down
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 fe56b9f

Please sign in to comment.