Skip to content

Commit

Permalink
chore(release): 2.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.3](v2.8.2...v2.8.3) (2021-01-16)

### Bug Fixes

* **build:** revert to ebean 12.5.2 ([5c38e7e](5c38e7e))
* **bukkit:** replace - and space in plugin name for migration table ([a6e27da](a6e27da))
  • Loading branch information
semantic-release-bot committed Jan 16, 2021
1 parent 3438d0e commit 9e148bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.8.3](https://github.com/Silthus/ebean-wrapper/compare/v2.8.2...v2.8.3) (2021-01-16)


### Bug Fixes

* **build:** revert to ebean 12.5.2 ([5c38e7e](https://github.com/Silthus/ebean-wrapper/commit/5c38e7e8592cf261f0e33d810e58c8f4401c52b6))
* **bukkit:** replace - and space in plugin name for migration table ([a6e27da](https://github.com/Silthus/ebean-wrapper/commit/a6e27daf89f782b85c2738cbe9aa71ec237b1dcb))

## [2.8.2](https://github.com/Silthus/ebean-wrapper/compare/v2.8.1...v2.8.2) (2020-11-20)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}
dependencies {
implementation group: "net.silthus", name: "ebean-wrapper", version: "2.8.2"
implementation group: "net.silthus", name: "ebean-wrapper", version: "2.8.3"
}
```

Expand All @@ -43,7 +43,7 @@ dependencies {
<dependency>
<groupId>net.silthus</groupId>
<artifactId>ebean-wrapper</artifactId>
<version>2.8.2</version>
<version>2.8.3</version>
</dependency>
</dependencies>
...
Expand Down Expand Up @@ -138,10 +138,10 @@ For this to work you will also need to test depend on all of the different drive
Add the following test dependencies for it to work.

```groovy
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.8.2'
testImplementation group: 'com.h2database', name: 'h2', version: '2.8.200'
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.8.2'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '2.8.22'
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.8.3'
testImplementation group: 'com.h2database', name: 'h2', version: '2.8.300'
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.8.3'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '2.8.32'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18'
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginName = ebean-wrapper
author = Silthus
mcVersion = 1.16.4
apiVersion = 1.15
version = 2.8.2
version = 2.8.3

0 comments on commit 9e148bf

Please sign in to comment.