Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit c5e23fe

Browse files
Merge pull request #2 from xdev-software/develop
v1.0.0
2 parents df882ce + 3bda470 commit c5e23fe

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 1.0.0
2+
3+
* Published this library as open source
4+
* Ensured build compatibility with Java 8, 11 and 17

CONTRIBUTING.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ You should have the following things installed:
3333
### Recommended setup
3434

3535
* Install ``IntelliJ`` (Community Edition is sufficient)
36-
* Install the following plugins:
37-
* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions) - Provides save actions, like running the
38-
formatter or adding ``final`` to fields
39-
* [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint) - CodeStyle/CodeAnalysis
40-
* [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) - CodeStyle/CodeAnalysis
41-
* Import the project
42-
* Ensure that everything is encoded in ``UTF-8``
43-
* Ensure that the JDK/Java-Version is correct
36+
* Install the following plugins:
37+
* [Save Actions](https://plugins.jetbrains.com/plugin/7642-save-actions) - Provides save actions, like running
38+
the
39+
formatter or adding ``final`` to fields
40+
* [SonarLint](https://plugins.jetbrains.com/plugin/7973-sonarlint) - CodeStyle/CodeAnalysis
41+
* [Checkstyle-IDEA](https://plugins.jetbrains.com/plugin/1065-checkstyle-idea) - CodeStyle/CodeAnalysis
42+
* Import the project
43+
* Ensure that everything is encoded in ``UTF-8``
44+
* Ensure that the JDK/Java-Version is correct
4445

4546
## Releasing [![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-hsql2/release.yml?branch=master)](https://github.com/xdev-software/xapi-db-hsql2/actions/workflows/release.yml)
4647

0 commit comments

Comments
 (0)