Skip to content

Commit

Permalink
Updated documentation for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk-cons committed Sep 22, 2023
1 parent cd13039 commit ce02fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docu/docs/about/THIRD-PARTY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Lists of 30 third-party dependencies.
(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.12.20 - https://bytebuddy.net/byte-buddy)
(Apache License, Version 2.0) Byte Buddy agent (net.bytebuddy:byte-buddy-agent:1.12.20 - https://bytebuddy.net/byte-buddy-agent)
(The Apache License, Version 2.0) org.apiguardian:apiguardian-api (org.apiguardian:apiguardian-api:1.1.2 - https://github.com/apiguardian-team/apiguardian)
(Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk15on:1.70 - https://www.bouncycastle.org/java.html)
(Bouncy Castle Licence) Bouncy Castle Provider (org.bouncycastle:bcprov-jdk18on:1.76 - https://www.bouncycastle.org/java.html)
(New BSD License) Hamcrest Core (org.hamcrest:hamcrest-core:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-core)
(The Apache Software License, Version 2.0) IntelliJ IDEA Annotations (org.jetbrains:annotations:13.0 - http://www.jetbrains.org)
(The Apache License, Version 2.0) Kotlin Reflect (org.jetbrains.kotlin:kotlin-reflect:1.8.20 - https://kotlinlang.org/)
Expand Down
2 changes: 1 addition & 1 deletion docu/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release Notes

## Version 2.0.0 (2023-09-XX)
## Version 2.0.0 (2023-09-22)

- Initialer Public release
2 changes: 1 addition & 1 deletion docu/docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The library is divided into three sections
| jnk-easy-rscp-service | Higher level that hides RSCP subtleties behind services. Most users should use this module. The scope will be extended in future version. |

???+ info "Maven central"
Currently the library is not yet available in maven central. I am working on it
The artifacts are available in the maven central repository

=== "Maven"
```xml
Expand Down

0 comments on commit ce02fde

Please sign in to comment.