Skip to content

Commit

Permalink
chore(merge): master into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed Oct 23, 2024
2 parents cff4c29 + ea5f2b7 commit 595514e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<application.version>6.3</application.version>
<application.version>7.0</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
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.1">
<application token="userApp" version="${application.version}" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV21" theme="custompage_themeBonita">
<application token="userApp" version="${application.version}" profile="User" homePage="task-list" state="ACTIVATED" layout="custompage_BonitaLayoutV24" theme="custompage_themeBonita">
<displayName>${name}</displayName>
<description>${description}</description>
<iconPath>bonita-user-application.png</iconPath>
Expand Down

0 comments on commit 595514e

Please sign in to comment.