Skip to content

Commit d5bae6b

Browse files
committed
v1.0.0-rc1
1 parent afcd0d4 commit d5bae6b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Documentation can be found on https://www.fairdatapipeline.org/docs/API/Java/
1212

1313
JavaDocs are automatically published on https://www.fairdatapipeline.org/javaDataPipeline/
1414

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):
1616

1717
```gradle
1818
group: 'org.fairdatapipeline',
1919
name: 'api',
20-
version: '1.0.0-beta'
20+
version: '1.0.0-rc1'
2121
```
2222

2323
## javaSimpleModel

Diff for: api/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'org.fairdatapipeline'
10-
version '1.0.0-beta'
10+
version '1.0.0-rc1'
1111

1212
repositories {
1313
mavenCentral()
@@ -97,8 +97,8 @@ publishing {
9797
url = 'http://www.fairdatapipeline.org/'
9898
licenses {
9999
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'
102102
}
103103
}
104104
organization {

Diff for: dataregistry/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'org.fairdatapipeline'
10-
version '1.0.0-beta'
10+
version '1.0.0-rc1'
1111

1212
java {
1313
sourceCompatibility = JavaVersion.VERSION_11
@@ -84,8 +84,8 @@ publishing {
8484
url = 'http://www.fairdatapipeline.org/'
8585
licenses {
8686
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'
8989
}
9090
}
9191
organization {

0 commit comments

Comments
 (0)