Skip to content

Commit

Permalink
upgrade joinfaces to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Aug 1, 2018
1 parent e0b5fa3 commit 5088888
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: java -Dserver.port=$PORT -jar target/joinfaces-example-3.2.3-SNAPSHOT.jar
web: java -Dserver.port=$PORT -jar target/joinfaces-example-3.2.4-SNAPSHOT.jar
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -2,6 +2,7 @@ JoinFaces Example
=====
[![Heroku](http://heroku-badge.herokuapp.com/?app=joinfaces-example&root=starter.jsf)](https://joinfaces-example.herokuapp.com)
[![Build Status](https://travis-ci.org/joinfaces/joinfaces-maven-jar-example.svg?branch=master)](https://travis-ci.org/joinfaces/joinfaces-maven-jar-example)
[![Codecov](https://codecov.io/gh/joinfaces/joinfaces-maven-jar-example/branch/master/graph/badge.svg)](https://codecov.io/gh/joinfaces/joinfaces-maven-jar-example)
[![Coverage Status](https://coveralls.io/repos/github/joinfaces/joinfaces-maven-jar-example/badge.svg?branch=master)](https://coveralls.io/github/joinfaces/joinfaces-maven-jar-example?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/5a09afae0fb24f00502441b0/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5a09afae0fb24f00502441b0)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
Expand Down Expand Up @@ -33,7 +34,7 @@ mvn clean install

3- Run
```Shell
java -jar target/joinfaces-example-3.2.3-SNAPSHOT.jar
java -jar target/joinfaces-example-3.2.4-SNAPSHOT.jar
```

4- Access starter page at **http://localhost:8080/index.jsf**
Expand All @@ -48,7 +49,7 @@ Includes joinfaces starter dependency. All other jsf dependencies are included t
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-example</artifactId>
<version>3.2.3-SNAPSHOT</version>
<version>3.2.4-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JoinFaces Example</name>
Expand Down

0 comments on commit 5088888

Please sign in to comment.