Skip to content

Commit

Permalink
feat (layout): update layout version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalThapaliya authored Oct 23, 2024
1 parent ce0b05c commit e656559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bos-distrib/applications/bonita-user-application.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<application token="userApp" version="${application.version}" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV18" theme="custompage_themeBonita">
<application token="userApp" version="${application.version}" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV22" theme="custompage_themeBonita">
<displayName>${name}</displayName>
<description>${description}</description>
<iconPath>bonita-user-application.png</iconPath>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>This application allows you to start or work on cases you are involved in.</description>

<properties>
<application.version>5.1</application.version>
<application.version>5.2</application.version>
<web.pages.dir>${project.build.directory}/web_page</web.pages.dir>
<web.widgets.dir>${project.build.directory}/web_widgets</web.widgets.dir>
<web.fragments.dir>${project.build.directory}/web_fragments</web.fragments.dir>
Expand Down

0 comments on commit e656559

Please sign in to comment.