Skip to content

Commit 87b6a40

Browse files
committed
v1.0.0-rc3
1 parent 0f2e9f7 commit 87b6a40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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-rc2) include the following dependency (available from mavenCentral):
15+
To use a release version (latest: 1.0.0-rc3) include the following dependency (available from mavenCentral):
1616

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

2323
## javaSimpleModel

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'org.fairdatapipeline'
10-
version '1.0.0-rc2'
10+
version '1.0.0-rc3'
1111

1212
repositories {
1313
mavenCentral()

dataregistry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'org.fairdatapipeline'
10-
version '1.0.0-rc2'
10+
version '1.0.0-rc3'
1111

1212
java {
1313
sourceCompatibility = JavaVersion.VERSION_11

0 commit comments

Comments
 (0)