Skip to content

Commit

Permalink
Merge 681bd41 into 3a544ef
Browse files Browse the repository at this point in the history
  • Loading branch information
rladdusaw committed Jan 28, 2020
2 parents 3a544ef + 681bd41 commit bf3178b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,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#v2.0.5"
"weaver-ui-core": "git+https://github.com/TAMULib/Weaver-UI-Core.git#p2.0.6"
},
"devDependencies": {
"grunt": "1.0.3",
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -30,31 +30,31 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>auth</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

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

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>validation</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>wro</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>reporting</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bf3178b

Please sign in to comment.