Skip to content

Commit

Permalink
Prepare to release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed Dec 11, 2021
1 parent 48a3e0f commit ae3467d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '16'

- name: Download weasis-portable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Changelog Generator from github issues
id: generate_changelog_file
uses: heinrichreimer/github-changelog-generator-action@v2.2
uses: heinrichreimer/github-changelog-generator-action@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
compareLink: true
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK for compilation
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'temurin'
java-version: '11'
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion weasis-distributions/etc/config/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v371-2021-06-05
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v380-2021-12-11
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.help.online= https://nroduit.github.io/en/tutorials/
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
Expand Down
2 changes: 1 addition & 1 deletion weasis-launcher/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ weasis.profile=default
weasis.aet=WEASIS_AE

##### URLs of the website #####
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v371-2021-06-05
weasis.releasenotes=https://github.com/nroduit/weasis/blob/master/CHANGELOG.md#v380-2021-12-11
weasis.copyrights=\u00a9 2009-2021 Weasis Team
weasis.help.online= https://nroduit.github.io/en/tutorials/
weasis.help.shortcuts=https://nroduit.github.io/en/basics/shortcuts
Expand Down
2 changes: 1 addition & 1 deletion weasis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- force command line arguments settings to set version -->
<!-- $ mvn clean install -Drevision=3.6.2 -Dchangelist=-SNAPSHOT -->
<revision>3.8.0</revision>
<changelist>-SNAPSHOT</changelist> <!-- Remove "-SNAPSHOT" for release -->
<changelist></changelist> <!-- Remove "-SNAPSHOT" for release -->

<java-version>1.8</java-version>
<jdk-version>11</jdk-version>
Expand Down

0 comments on commit ae3467d

Please sign in to comment.