Skip to content

Commit

Permalink
Merge branch 'master' into merge/10.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Dec 2, 2024
2 parents 8ec8b01 + fa26948 commit 7f393cf
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 29 deletions.
2 changes: 1 addition & 1 deletion assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft</groupId>
<artifactId>bonita-project-parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.2-SNAPSHOT</version>
</parent>
<artifactId>bonita-project-assemblies</artifactId>
<name>Bonita Project assemblies</name>
Expand Down
32 changes: 16 additions & 16 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft</groupId>
<artifactId>bonita-project-parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.2-SNAPSHOT</version>
</parent>
<artifactId>bonita-project</artifactId>
<packaging>pom</packaging>
Expand All @@ -16,34 +16,34 @@
<java.version>17</java.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-failsafe-plugin.version>3.3.0</maven-failsafe-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-shade-plugin.version>3.5.3</maven-shade-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-dependency-plugin.version>3.7.1</maven-dependency-plugin.version>
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<maven-help-plugin.version>3.4.0</maven-help-plugin.version>
<maven-help-plugin.version>3.4.1</maven-help-plugin.version>
<versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
<!-- Should match version in bonita-runtime-bom -->
<groovy.version>3.0.21</groovy.version>
<!-- Bonita specific properties below -->
<bonita.environment>local</bonita.environment>
<!-- DO NOT USE ${project.version} or ${project.parent.version} here -->
<bonita.runtime.version>10.1-SNAPSHOT</bonita.runtime.version>
<branding.version>2024.2-SNAPSHOT</branding.version>
<bonita-artifacts-model.version>1.0.1</bonita-artifacts-model.version>
<bonita.runtime.version>10.2-SNAPSHOT</bonita.runtime.version>
<branding.version>2024.3-SNAPSHOT</branding.version>
<bonita-artifacts-model.version>1.1.2</bonita-artifacts-model.version>
<ui-designer-artifact-builder.version>1.0.10</ui-designer-artifact-builder.version>
<bonita-process-model.version>8.0.1</bonita-process-model.version>
<bonita-process-model.version>8.1.0</bonita-process-model.version>
<bonita-project-maven-plugin.version>1.0.2</bonita-project-maven-plugin.version>
<bonita-test-toolkit.version>3.0.0</bonita-test-toolkit.version>
<!-- Default inclusion filters -->
Expand All @@ -53,7 +53,7 @@
<include.processes>*.bar</include.processes>
<include.pages>*.zip</include.pages>
<groovy.repository.url>https://groovy.jfrog.io/artifactory/plugins-release/</groovy.repository.url>
<groovy-eclipse-batch.version>3.0.19-02</groovy-eclipse-batch.version>
<groovy-eclipse-batch.version>3.0.21-02</groovy-eclipse-batch.version>
<groovy-eclipse-compiler.version>3.9.0</groovy-eclipse-compiler.version>
</properties>
<dependencyManagement>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.bonitasoft</groupId>
<artifactId>bonita-project-parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Bonita Project Aggregator</name>
<description>This module is the aggregator module</description>
Expand Down Expand Up @@ -37,14 +37,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
<maven-dependency-plugin.version>3.7.1</maven-dependency-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
Expand All @@ -53,7 +53,7 @@
<eclipse.formatter.file>${maven.multiModuleProjectDirectory}/formatter.xml</eclipse.formatter.file>
<header.file>${maven.multiModuleProjectDirectory}/header.txt</header.file>
<!-- Test -->
<maven-invoker-plugin.version>3.6.1</maven-invoker-plugin.version>
<maven-invoker-plugin.version>3.7.0</maven-invoker-plugin.version>
</properties>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft</groupId>
<artifactId>bonita-project-parent</artifactId>
<version>10.1-SNAPSHOT</version>
<version>10.2-SNAPSHOT</version>
</parent>
<artifactId>bonita-project-tests</artifactId>
<name>Tests for Bonita Project</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.1">
<application token="ticketing" version="1.0" profile="Administrator" homePage="main" state="ACTIVATED" layout="custompage_VerticalCSCLayoutV10" theme="custompage_customerservicetheme">
<displayName>Ticketing Management</displayName>
<applicationPages>
Expand All @@ -25,4 +25,7 @@
</applicationMenu>
</applicationMenus>
</application>
<applicationLink token="appLink" version="1.0" profile="User" state="ACTIVATED">
<displayName>My App</displayName>
</applicationLink>
</applications>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.1">
<application token="ticketing" version="1.0" profile="Administrator" homePage="main" state="ACTIVATED" layout="custompage_VerticalCSCLayoutV10" theme="custompage_customerservicetheme">
<displayName>Ticketing Management</displayName>
<applicationPages>
Expand All @@ -25,4 +25,7 @@
</applicationMenu>
</applicationMenus>
</application>
<applicationLink token="appLink" version="1.0" profile="User" state="ACTIVATED">
<displayName>My App</displayName>
</applicationLink>
</applications>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.1">
<application token="ticketing" version="1.0" profile="Administrator" homePage="main" state="ACTIVATED" layout="custompage_VerticalCSCLayoutV10" theme="custompage_customerservicetheme">
<displayName>Ticketing Management</displayName>
<applicationPages>
Expand All @@ -25,4 +25,7 @@
</applicationMenu>
</applicationMenus>
</application>
<applicationLink token="appLink" version="1.0" profile="User" state="ACTIVATED">
<displayName>My App</displayName>
</applicationLink>
</applications>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.1">
<application token="ticketing" version="1.0" profile="Administrator" homePage="main" state="ACTIVATED" layout="custompage_VerticalCSCLayoutV10" theme="custompage_customerservicetheme">
<displayName>Ticketing Management</displayName>
<applicationPages>
Expand All @@ -25,4 +25,7 @@
</applicationMenu>
</applicationMenus>
</application>
<applicationLink token="appLink" version="1.0" profile="User" state="ACTIVATED">
<displayName>My App</displayName>
</applicationLink>
</applications>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.0">
<applications xmlns="http://documentation.bonitasoft.com/application-xml-schema/1.1">
<application token="ticketing" version="1.0" profile="Administrator" homePage="main" state="ACTIVATED" layout="custompage_VerticalCSCLayoutV10" theme="custompage_customerservicetheme">
<displayName>Ticketing Management</displayName>
<applicationPages>
Expand All @@ -25,4 +25,7 @@
</applicationMenu>
</applicationMenus>
</application>
<applicationLink token="appLink" version="1.0" profile="User" state="ACTIVATED">
<displayName>My App</displayName>
</applicationLink>
</applications>

0 comments on commit 7f393cf

Please sign in to comment.