Skip to content

Commit

Permalink
prepared for release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk-cons committed Feb 25, 2024
1 parent 4b18575 commit 8627cdd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.jnk-consulting.e3dc.easyrscp</groupId>
<artifactId>jnk-easy-rscp</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>jnk-easy-rscp-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions docu/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## Version 2.3.1 (2024-02-25)
- [#38](https://github.com/jnk-cons/easy-rscp/issues/38)) Omit credentials during string convertion
- Added option to the StringFrameConverter to omit credentials

## Version 2.3.0 (2024-02-18)
- [#32](https://github.com/jnk-cons/easy-rscp/issues/32)) Add missing WallBox Tags
- Added a bunch of Tags to WB and EMS Namespace
Expand Down
2 changes: 1 addition & 1 deletion lowlevel-rscp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.jnk-consulting.e3dc.easyrscp</groupId>
<artifactId>jnk-easy-rscp</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>jnk-easy-rscp-lowlevel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.jnk-consulting.e3dc.easyrscp</groupId>
<artifactId>jnk-easy-rscp</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.jnk-consulting.e3dc.easyrscp</groupId>
<artifactId>jnk-easy-rscp</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>jnk-easy-rscp-samples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.jnk-consulting.e3dc.easyrscp</groupId>
<artifactId>jnk-easy-rscp</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</parent>

<artifactId>jnk-easy-rscp-service</artifactId>
Expand Down

0 comments on commit 8627cdd

Please sign in to comment.