Skip to content

Commit

Permalink
updated pom.xml to the latest MyFaces version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Nov 27, 2015
1 parent 5fe205b commit af43944
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AJAX/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Button/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions PrimeFacesLayout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-api</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
<artifactId>myfaces-impl</artifactId>
<version>2.2.7</version>
<version>2.2.8</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit af43944

Please sign in to comment.