File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Documentation can be found on https://www.fairdatapipeline.org/docs/API/Java/
12
12
13
13
JavaDocs are automatically published on https://www.fairdatapipeline.org/javaDataPipeline/
14
14
15
- To use a release version (latest: 1.0.0-beta ) include the following dependency (available from mavenCentral):
15
+ To use a release version (latest: 1.0.0-rc1 ) include the following dependency (available from mavenCentral):
16
16
17
17
``` gradle
18
18
group: 'org.fairdatapipeline',
19
19
name: 'api',
20
- version: '1.0.0-beta '
20
+ version: '1.0.0-rc1 '
21
21
```
22
22
23
23
## javaSimpleModel
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group ' org.fairdatapipeline'
10
- version ' 1.0.0-beta '
10
+ version ' 1.0.0-rc1 '
11
11
12
12
repositories {
13
13
mavenCentral()
@@ -97,8 +97,8 @@ publishing {
97
97
url = ' http://www.fairdatapipeline.org/'
98
98
licenses {
99
99
license {
100
- name = ' GNU GENERAL PUBLIC LICENSE, Version 3.0'
101
- url = ' https://www.gnu.org/licenses/gpl -3.0.html'
100
+ name = ' GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0'
101
+ url = ' https://www.gnu.org/licenses/lgpl -3.0.html'
102
102
}
103
103
}
104
104
organization {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group ' org.fairdatapipeline'
10
- version ' 1.0.0-beta '
10
+ version ' 1.0.0-rc1 '
11
11
12
12
java {
13
13
sourceCompatibility = JavaVersion . VERSION_11
@@ -84,8 +84,8 @@ publishing {
84
84
url = ' http://www.fairdatapipeline.org/'
85
85
licenses {
86
86
license {
87
- name = ' GNU GENERAL PUBLIC LICENSE, Version 3.0'
88
- url = ' https://www.gnu.org/licenses/gpl -3.0.html'
87
+ name = ' GNU LESSER GENERAL PUBLIC LICENSE, Version 3.0'
88
+ url = ' https://www.gnu.org/licenses/lgpl -3.0.html'
89
89
}
90
90
}
91
91
organization {
You can’t perform that action at this time.
0 commit comments