Skip to content

Commit

Permalink
Merge pull request #220 from bonitasoft/release/0.0.10
Browse files Browse the repository at this point in the history
other(release): 0.0.10
  • Loading branch information
akantcheff committed Nov 15, 2022
2 parents 0a4b7ac + ec765a2 commit 03b3a25
Show file tree
Hide file tree
Showing 277 changed files with 49,944 additions and 49,056 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
uses: gsactions/commit-message-checker@v2
with:
pattern: '^\S+\((.+)\):\s(.+)$'
flags: 'gm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ref: 'dev'

# Merge master into dev
- uses: everlytic/[email protected].2
- uses: everlytic/[email protected].4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: 'master'
Expand Down
117 changes: 0 additions & 117 deletions .mvn/wrapper/MavenWrapperDownloader.java

This file was deleted.

20 changes: 18 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.github/workflows/maven.yml
api/openapi.yaml
gradle/wrapper/gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.properties
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.2.1
1 change: 1 addition & 0 deletions .openapi-generator/bonita-openapi-0.0.10-default.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3dd8fa20eb0b5d687d1b25c7436d8e45732741d1c4024439a7dcfcb3d917bdaa
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:project-group-id: org.bonitasoft.web
:project-artifact-id: bonita-java-client
:project-version: 0.0.9
:project-version: 0.0.10
:bonita-short-version: 7.11
:orga: bonitasoft
:uri-org: https://github.com/{orga}
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif::[]
// Vars
:project-group-id: org.bonitasoft.web
:project-artifact-id: bonita-java-client
:project-version: 0.0.9
:project-version: 0.0.10
:bonita-short-version: 7.11
:orga: bonitasoft
:uri-org: https://github.com/{orga}
Expand Down
Loading

0 comments on commit 03b3a25

Please sign in to comment.