Skip to content

Commit

Permalink
version updates and Package Id name switch
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Apr 11, 2024
1 parent 185a615 commit 054b2df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
25 changes: 7 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,12 @@ module rapidpm.functional.reactive {


# Release Notes
This Lib is working with
* Java 08 (open/oracle/ibm/zulu/graalvm)
* Java 09 (open/oracle/ibm/zulu)
* Java 10 (open/oracle/zulu)
* Java 11 (open/oracle/zulu)
* Java 12 (open/oracle/zulu)
* Java 13 (open/oracle/zulu)
* Java 14 (open/oracle/zulu)


```xml
<dependency>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-functional-reactive</artifactId>
<version>--version--</version>
</dependency>
```
This Lib is working with JDK 8 up to 21

## 02.00.02-SRU
Switched groupid to 02.00.02-SRU - jitpack custom domain name is not working properly
updated to parent version 05.00.03-SRU

## 02.00.00-SRU
Changing to new namespace. The package will be under
com.svenruppert:functional-reactive now
Expand All @@ -84,7 +73,7 @@ Adding Apache Lic header to all files
## 01.00.07-RPM

* Transformations
* static <T> Function<Iterator<T>, Stream<T>> iteratorToStream()
* static <T> Function<Iterator<T>, Stream<T>> iteratorToStream()
* <V, R> Result<R> thenCombineFlat(V value, BiFunction<T, V, R> func)
* started Youtube Series about this lib.
* removed JitCI from production pipeline
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<!-- <artifactId>dependencies</artifactId>-->
<groupId>com.github.svenruppert</groupId>
<artifactId>dependencies</artifactId>
<version>05.00.02-SRU</version>
<version>05.00.03-SRU</version>
</parent>

<groupId>com.svenruppert</groupId>
<groupId>com.github.svenruppert</groupId>
<artifactId>functional-reactive</artifactId>
<version>02.00.01-SRU</version>
<version>02.00.02-SRU</version>
<packaging>jar</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down

0 comments on commit 054b2df

Please sign in to comment.