Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from UW-Madison-DoIT/upgrade-to-frame-1.0.0
Browse files Browse the repository at this point in the history
upgrade to frame 1.0.0
  • Loading branch information
Tim Levett committed Aug 19, 2015
2 parents 683336f + 2b589a2 commit 8839860
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions my-profile-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<dependencies>
<dependency>
<groupId>edu.wisc.my.portal.angular</groupId>
<artifactId>angularjs-portal-frame</artifactId>
<groupId>edu.wisc.my.apps</groupId>
<artifactId>uw-frame</artifactId>
<type>war</type>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions my-profile-webapp/src/main/webapp/js/app-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ define(['angular'], function(angular) {
})
.constant('NAMES', {
'title' : 'MyUW',
'ariaLabelTitle' : 'My U W',
'crest' : 'img/uwcrest_web_sm.png',
'crestalt' : 'UW Crest',
'sublogo' : null
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>edu.wisc.my.portal.angular</groupId>
<artifactId>angularjs-portal-frame</artifactId>
<version>4.1.1.26</version>
<groupId>edu.wisc.my.apps</groupId>
<artifactId>uw-frame</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>

Expand Down

0 comments on commit 8839860

Please sign in to comment.