Skip to content

Commit

Permalink
upgrade joinfaces to 4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Oct 19, 2020
1 parent c89f703 commit a2aeb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ mvn clean install

3- Run
```Shell
java -jar target/joinfaces-example-4.1.1.jar
java -jar target/joinfaces-example-4.3.4.jar
```

4- Access starter page at **http://localhost:8080/**
Expand All @@ -48,7 +48,7 @@ Includes joinfaces starter dependency. All other jsf dependencies are included t

```xml
<properties>
<joinfaces.version>4.1.1</joinfaces.version>
<joinfaces.version>4.3.4</joinfaces.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -12,15 +12,15 @@

<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-example</artifactId>
<version>4.1.1</version>
<version>4.3.4</version>
<packaging>jar</packaging>

<name>JoinFaces Example</name>
<description>Example project for Jsf Spring Boot Starter</description>

<properties>
<!-- compile library versions -->
<joinfaces.version>4.3.3</joinfaces.version>
<joinfaces.version>4.3.4</joinfaces.version>
<primefaces-theme.version>1.0.10</primefaces-theme.version>
<maven-model.version>3.6.3</maven-model.version>

Expand Down

0 comments on commit a2aeb9d

Please sign in to comment.