Skip to content

Commit 054b2df

Browse files
committed
version updates and Package Id name switch
1 parent 185a615 commit 054b2df

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,12 @@ module rapidpm.functional.reactive {
5454

5555

5656
# Release Notes
57-
This Lib is working with
58-
* Java 08 (open/oracle/ibm/zulu/graalvm)
59-
* Java 09 (open/oracle/ibm/zulu)
60-
* Java 10 (open/oracle/zulu)
61-
* Java 11 (open/oracle/zulu)
62-
* Java 12 (open/oracle/zulu)
63-
* Java 13 (open/oracle/zulu)
64-
* Java 14 (open/oracle/zulu)
65-
66-
67-
```xml
68-
<dependency>
69-
<groupId>org.rapidpm</groupId>
70-
<artifactId>rapidpm-functional-reactive</artifactId>
71-
<version>--version--</version>
72-
</dependency>
73-
```
57+
This Lib is working with JDK 8 up to 21
58+
59+
## 02.00.02-SRU
60+
Switched groupid to 02.00.02-SRU - jitpack custom domain name is not working properly
61+
updated to parent version 05.00.03-SRU
62+
7463
## 02.00.00-SRU
7564
Changing to new namespace. The package will be under
7665
com.svenruppert:functional-reactive now
@@ -84,7 +73,7 @@ Adding Apache Lic header to all files
8473
## 01.00.07-RPM
8574

8675
* Transformations
87-
* static <T> Function<Iterator<T>, Stream<T>> iteratorToStream()
76+
* static <T> Function<Iterator<T>, Stream<T>> iteratorToStream()
8877
* <V, R> Result<R> thenCombineFlat(V value, BiFunction<T, V, R> func)
8978
* started Youtube Series about this lib.
9079
* removed JitCI from production pipeline

pom.xml

Lines changed: 3 additions & 3 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.02-SRU</version>
32+
<version>05.00.03-SRU</version>
3333
</parent>
3434

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

4040
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)