Skip to content

Commit

Permalink
feat(layout): update version (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Sep 23, 2024
1 parent bd5fa2b commit a4e020c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<application.version>5.3</application.version>
<application.version>5.4</application.version>
<web.pages.dir>${project.build.outputDirectory}/bos-distrib/web_page</web.pages.dir>
<web.widgets.dir>${project.build.outputDirectory}/bos-distrib/web_widgets</web.widgets.dir>
<web.fragments.dir>${project.build.outputDirectory}/bos-distrib/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="superAdminApp" version="${application.version}" profile="_BONITA_INTERNAL_PROFILE_SUPER_ADMIN" homePage="platform-maintenance" state="ACTIVATED" layout="custompage_BonitaLayoutV20" theme="custompage_themeBonita">
<application token="superAdminApp" version="${application.version}" profile="_BONITA_INTERNAL_PROFILE_SUPER_ADMIN" homePage="platform-maintenance" state="ACTIVATED" layout="custompage_BonitaLayoutV21" theme="custompage_themeBonita">
<displayName>${project.name}</displayName>
<description>${project.description}</description>
<iconPath>bonita-super-admin-application.png</iconPath>
Expand Down
2 changes: 1 addition & 1 deletion subscription/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</licenses>

<properties>
<application.version>5.3-EE</application.version>
<application.version>5.4-EE</application.version>
</properties>

<dependencies>
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="superAdminApp" version="${application.version}" profile="_BONITA_INTERNAL_PROFILE_SUPER_ADMIN" homePage="platform-maintenance" state="ACTIVATED" layout="custompage_BonitaLayoutV20" theme="custompage_themeBonita">
<application token="superAdminApp" version="${application.version}" profile="_BONITA_INTERNAL_PROFILE_SUPER_ADMIN" homePage="platform-maintenance" state="ACTIVATED" layout="custompage_BonitaLayoutV21" theme="custompage_themeBonita">
<displayName>${project.name}</displayName>
<description>${project.description}</description>
<iconPath>bonita-super-admin-application.png</iconPath>
Expand Down

0 comments on commit a4e020c

Please sign in to comment.