Skip to content

Commit

Permalink
Update doc and release notes for v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jun 21, 2022
1 parent 3f76626 commit 98eae29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ website is included in the distribution archives (in the `site` folder).

VisualDCT is a [Maven](https://maven.apache.org/) project.
Any recent Java IDE should be able to open and compile it.
VisualDCT is known to compile using Java 8 and Java 10.
VisualDCT requires Java 7 and is known to compile using Java 8, 11 and 16.

Apart from the default lifecycle, two additional Maven goals are useful:

Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ website is included in the distribution archives (in the `site` folder).

VisualDCT is a [Maven](https://maven.apache.org/) project.
Any recent Java IDE should be able to open and compile it.
VisualDCT is known to compile using Java 8 and Java 10.
VisualDCT requires Java 7 and is known to compile using Java 8, 11 and 16.

Apart from the default lifecycle, two additional Maven goals are useful:

Expand All @@ -35,7 +35,7 @@ Apart from the default lifecycle, two additional Maven goals are useful:
## Continuous Integration

Continuous Integration and deployment is provided through
[Travis-CI](https://travis-ci.org/epics-extensions/VisualDCT).
[GitHub Actions](https://github.com/epics-extensions/VisualDCT/actions).

## Bugs

Expand Down
11 changes: 9 additions & 2 deletions src/site/markdown/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Release Notes

## 2.8.3 (not released yet)
[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.2...master)
## 2.8.4 (not released yet)
[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.3...master)

## 2.8.3 (21 Jun 2022)
[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.2...v2.8.3)

* Security relevant update of mysql-connector version
* Update versions of all dependencies
* Move from Travis CI to GitHub Actions

## 2.8.2 (19 Dec 2019)
[View diff](https://github.com/epics-extensions/VisualDCT/compare/v2.8.1...v2.8.2)

Expand Down

0 comments on commit 98eae29

Please sign in to comment.