Skip to content

Commit 50ab895

Browse files
committed
prepare for version 02.00.03-SRU
parent version update and maven minimal version to 4.0.0
1 parent 054b2df commit 50ab895

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ module rapidpm.functional.reactive {
5656
# Release Notes
5757
This Lib is working with JDK 8 up to 21
5858

59+
## 02.00.03-SRU
60+
updated parent, and maven minimum version to 4.0.0
61+
5962
## 02.00.02-SRU
6063
Switched groupid to 02.00.02-SRU - jitpack custom domain name is not working properly
6164
updated to parent version 05.00.03-SRU

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
<!-- <artifactId>dependencies</artifactId>-->
3030
<groupId>com.github.svenruppert</groupId>
3131
<artifactId>dependencies</artifactId>
32-
<version>05.00.03-SRU</version>
32+
<version>05.00.04-SRU</version>
3333
</parent>
3434

3535
<groupId>com.github.svenruppert</groupId>
3636
<artifactId>functional-reactive</artifactId>
37-
<version>02.00.02-SRU</version>
37+
<version>02.00.03-SRU</version>
3838
<packaging>jar</packaging>
3939

4040
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)