Skip to content

Commit

Permalink
SAK-31197 tomahawk 1.1.14 (sakaiproject#2550)
Browse files Browse the repository at this point in the history
* SAK-31197 tomahawk 1.1.14
  • Loading branch information
axxter99 authored and ottenhoff committed May 18, 2016
1 parent 1588e65 commit 15ec915
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion chat/chat-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.10</version>
<version>1.1.14</version>
<scope>compile</scope>
</dependency>
<!-- Needed by MyFaces ExtensionsFilter -->
Expand Down
2 changes: 1 addition & 1 deletion content/content-tool/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<artifactId>jdom</artifactId>
<version>1.0</version>
</dependency>
<!-- Tomahawk 1.1.6! Tomahawk 1.1.14 :( -->
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
Expand All @@ -67,7 +68,6 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
3 changes: 1 addition & 2 deletions gradebook/app/business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,12 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
</dependency>
<!-- Needed by MyFaces ExtensionsFilter -->
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.1.1</version>
</dependency>
<!-- base64 used to implement STATE_SAVING_METHOD client -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradebook/app/sakai-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
</dependency>
<!-- Needed by MyFaces ExtensionsFilter -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradebook/app/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
<exclusions>
<exclusion>
<!-- shared -->
Expand Down
6 changes: 3 additions & 3 deletions jsf/jsf-widgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.9</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.10</version>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.9</version>
<version>1.1.10</version>
</dependency>
<!--
Apache Commons file upload used by inputFileUpload tag and
Expand Down
2 changes: 1 addition & 1 deletion msgcntr/messageforums-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion signup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion syllabus/syllabus-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.11</version>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
2 changes: 1 addition & 1 deletion user/user-tool-prefs/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.10</version>
<version>1.1.14</version>
</dependency>
<!-- pull through the JSF tool dependencies -->
<dependency>
Expand Down

0 comments on commit 15ec915

Please sign in to comment.