Skip to content

Commit

Permalink
Merge pull request sakaiproject#361 from ottenhoff/SAK-29216
Browse files Browse the repository at this point in the history
SAK-29216 update myfaces to 1.1.10 and myfaces tomahawk to 1.1.14
  • Loading branch information
steveswinsburg committed Apr 1, 2015
2 parents df88b48 + b04aaf9 commit f44f27f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions postem/postem-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.5</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.5</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
Expand Down
6 changes: 3 additions & 3 deletions sections/sections-app-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.5</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.5</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
<artifactId>tomahawk</artifactId>
<version>1.1.6</version>
<version>1.1.14</version>
</dependency>
<dependency>
<groupId>org.sakaiproject.jsf</groupId>
Expand Down
6 changes: 3 additions & 3 deletions sections/sections-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,17 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>1.1.5</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>1.1.5</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.sakaiproject.jsf</groupId>
Expand Down

0 comments on commit f44f27f

Please sign in to comment.