Skip to content

Commit

Permalink
Merge pull request #238 from persapiens/undertow-mojarra
Browse files Browse the repository at this point in the history
Undertow mojarra
  • Loading branch information
persapiens committed Oct 17, 2018
2 parents 71ef03d + 5d25e30 commit 0d72945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -Dserver.port=$PORT -jar target/joinfaces-example-3.2.5-SNAPSHOT.jar
web: java -Dserver.port=$PORT -jar target/joinfaces-example-3.2.6-SNAPSHOT.jar
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mvn clean install

3- Run
```Shell
java -jar target/joinfaces-example-3.2.5-SNAPSHOT.jar
java -jar target/joinfaces-example-3.2.6-SNAPSHOT.jar
```

4- Access starter page at **http://localhost:8080/index.jsf**
Expand All @@ -49,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.5</version>
<version>3.2.6</version>
<relativePath/>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-parent</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-example</artifactId>
<version>3.2.5-SNAPSHOT</version>
<version>3.2.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>JoinFaces Example</name>
Expand Down

0 comments on commit 0d72945

Please sign in to comment.