Skip to content

Commit 348850d

Browse files
committed
release 01.00.03-RPM
1 parent 7132d84 commit 348850d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,24 @@ This Lib is working with
5454
* Java 11 (open/oracle/zulu)
5555
* Java 12 (open/oracle/zulu)
5656

57+
With the release 01.00.03-RPM I started to use JitCI to make my life easier.
58+
59+
```xml
60+
<repositories>
61+
<repository>
62+
<id>jitpack.io</id>
63+
<url>https://jitpack.io</url>
64+
</repository>
65+
</repositories>
66+
```
5767

58-
68+
```xml
69+
<dependency>
70+
<groupId>com.github.functional-reactive</groupId>
71+
<artifactId>functional-reactive-lib</artifactId>
72+
<version>--version--</version>
73+
</dependency>
74+
```
5975

6076

6177
## 01.01.00-RPM-SNAPSHOT
@@ -64,7 +80,8 @@ The basic structures and functions are in production used since longer time.
6480
Adding Apache Lic header to all files
6581

6682
## 01.00.03-RPM
67-
83+
* added JitCI for deployment as well
84+
* version updates
6885

6986
## 01.00.02-RPM
7087
* static <T, R> CheckedFunction<T, R> asCheckedFunc(Function<T, R> f)

0 commit comments

Comments
 (0)