Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jun 3, 2020
1 parent 8a9c053 commit 96cd994
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.imixs.workflow.version>5.2.0</org.imixs.workflow.version>
<org.imixs.workflow.version>5.2.1</org.imixs.workflow.version>
<custom.webResources>src/main/webapp</custom.webResources>
<custom.unpackTypes>war</custom.unpackTypes>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions src/main/webapp/pages/tasklist.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<ui:define name="content">
<h1>The Imixs Workflow - JSF Sample Application</h1>
<h2>Welcome to the Imixs-Workflow Project</h2>


<!-- Show task list -->
<c:if test="#{loginController.authenticated}">
Expand Down

0 comments on commit 96cd994

Please sign in to comment.