Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 30, 2023
2 parents dd20b07 + acb10d1 commit b967266
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}

- name: Setup Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion jacoco-coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft.maven</groupId>
<artifactId>bonita-project-maven-plugin-parent</artifactId>
<version>1.0.0-beta-02</version>
<version>1.0.0</version>
</parent>
<artifactId>jacoco-coverage-report</artifactId>
<packaging>pom</packaging>
Expand Down
10 changes: 5 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft.maven</groupId>
<artifactId>bonita-project-maven-plugin-parent</artifactId>
<version>1.0.0-beta-02</version>
<version>1.0.0</version>
</parent>
<artifactId>bonita-project-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand All @@ -16,11 +16,11 @@
<!-- Dependencies -->
<bonita-artifacts-model.version>1.0.0</bonita-artifacts-model.version>
<maven-plugin-api.version>3.9.5</maven-plugin-api.version>
<maven-plugin-annotations.version>3.9.0</maven-plugin-annotations.version>
<maven-plugin-annotations.version>3.10.1</maven-plugin-annotations.version>
<maven-project.version>2.2.1</maven-project.version>
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
<maven-artifact-transfer.version>0.13.1</maven-artifact-transfer.version>
<maven-plugin-plugin.version>3.9.0</maven-plugin-plugin.version>
<maven-plugin-plugin.version>3.10.1</maven-plugin-plugin.version>
<cfr.version>0.152</cfr.version>
<maven-dependency-tree.version>3.2.1</maven-dependency-tree.version>
<maven-core.version>3.9.5</maven-core.version>
Expand All @@ -34,9 +34,9 @@
<maven-filtering.version>3.3.1</maven-filtering.version>
<plexus-build-api.version>0.0.7</plexus-build-api.version>
<bonita-business-data-generator.version>7.15.0</bonita-business-data-generator.version>
<bonita-ui-designer-artifact-builder.version>1.0.2</bonita-ui-designer-artifact-builder.version>
<bonita-ui-designer-artifact-builder.version>1.0.5</bonita-ui-designer-artifact-builder.version>
<file-management.version>3.1.0</file-management.version>
<bonita2bar.version>8.0.0.beta-01</bonita2bar.version>
<bonita2bar.version>8.0.0</bonita2bar.version>
<!-- Test -->
<groovy.version>3.0.19</groovy.version>
</properties>
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.maven</groupId>
<artifactId>bonita-project-maven-plugin-parent</artifactId>
<version>1.0.0-beta-02</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>Bonita Project Maven Plugin Parent</name>
<description>Maven plug-in used for Bonita Project.</description>
Expand Down Expand Up @@ -95,15 +95,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.site.skip>false</maven.site.skip>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.15.3</jackson.version>
<lombok.version>1.18.30</lombok.version>
<commons-io.version>2.14.0</commons-io.version>
<commons-io.version>2.15.0</commons-io.version>
<!-- Spotless resources location -->
<eclipse.formatter.file>${maven.multiModuleProjectDirectory}/formatter.xml</eclipse.formatter.file>
<eclipse.importorder.file>${maven.multiModuleProjectDirectory}/eclipse.importorder</eclipse.importorder.file>
<header.file>${maven.multiModuleProjectDirectory}/header.txt</header.file>
<!-- Maven plugins -->
<surefire.version>3.1.2</surefire.version>
<surefire.version>3.2.1</surefire.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
Expand All @@ -116,7 +116,7 @@
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven-project-info-reports-plugin.version>3.4.5</maven-project-info-reports-plugin.version>
<maven-scm-publish-plugin.version>3.2.1</maven-scm-publish-plugin.version>
<maven-clean-plugin.version>3.3.1</maven-clean-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
Expand All @@ -130,7 +130,7 @@
<mockito-junit-jupiter.version>5.6.0</mockito-junit-jupiter.version>
<mockito-core.version>5.6.0</mockito-core.version>
<assertj-core.version>3.24.2</assertj-core.version>
<logback-classic.version>1.2.11</logback-classic.version>
<logback-classic.version>1.2.12</logback-classic.version>
<!-- Sonar -->
<sonar.projectKey>${sonar.organization}_bonita-project-maven-plugin</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
Expand Down
2 changes: 1 addition & 1 deletion report-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bonitasoft.maven</groupId>
<artifactId>bonita-project-maven-plugin-parent</artifactId>
<version>1.0.0-beta-02</version>
<version>1.0.0</version>
</parent>
<artifactId>bonita-project-report-model</artifactId>
<name>Report Model</name>
Expand Down

0 comments on commit b967266

Please sign in to comment.