Skip to content

Commit

Permalink
v1.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
B0SKAMP committed Jun 14, 2023
1 parent 0f2e9f7 commit 87b6a40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Documentation can be found on https://www.fairdatapipeline.org/docs/API/Java/

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

To use a release version (latest: 1.0.0-rc2) include the following dependency (available from mavenCentral):
To use a release version (latest: 1.0.0-rc3) include the following dependency (available from mavenCentral):

```gradle
group: 'org.fairdatapipeline',
name: 'api',
version: '1.0.0-rc2'
version: '1.0.0-rc3'
```

## javaSimpleModel
Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.fairdatapipeline'
version '1.0.0-rc2'
version '1.0.0-rc3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion dataregistry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.fairdatapipeline'
version '1.0.0-rc2'
version '1.0.0-rc3'

java {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 87b6a40

Please sign in to comment.