File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,24 @@ This Lib is working with
54
54
* Java 11 (open/oracle/zulu)
55
55
* Java 12 (open/oracle/zulu)
56
56
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
+ ```
57
67
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
+ ```
59
75
60
76
61
77
## 01.01.00-RPM-SNAPSHOT
@@ -64,7 +80,8 @@ The basic structures and functions are in production used since longer time.
64
80
Adding Apache Lic header to all files
65
81
66
82
## 01.00.03-RPM
67
-
83
+ * added JitCI for deployment as well
84
+ * version updates
68
85
69
86
## 01.00.02-RPM
70
87
* static <T, R> CheckedFunction<T, R> asCheckedFunc(Function<T, R> f)
You can’t perform that action at this time.
0 commit comments