Skip to content

Commit

Permalink
Release v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Jun 1, 2020
1 parent 10c4d6f commit 0e71ccb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ branches:
environment:
ANT_HOME: C:\apache-ant-1.10.8
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
PLM_VERSION: 2.8
PLM_VERSION: 2.8.1

install:
- cmd: if not exist %ANT_HOME% pushd . && cd \ && appveyor DownloadFile https://downloads.apache.org/ant/binaries/apache-ant-1.10.8-bin.zip && 7z x apache-ant-1.10.8-bin.zip && popd
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
20200527: 2.8.1 (ongoing)
20200601: 2.8.1

The Windows release.

* Core:
- Make it work on windows, thanks to appveyor.
Expand Down
6 changes: 3 additions & 3 deletions lib/resources/plm.configuration.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Mon, 01 Jun 2020 16:18:42 +0200
#Mon, 01 Jun 2020 18:49:24 +0200
# PLM default configuration
plm.major.version=2.8
plm.minor.version=20200527
plm.major.version=2.8.1
plm.minor.version=20200601

# This should be self explanatory, actually
# Its value is automatically updated and saved in the personal property file
Expand Down

0 comments on commit 0e71ccb

Please sign in to comment.