Skip to content

Commit

Permalink
Release v.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Aug 12, 2022
1 parent d25ec77 commit ddb1b94
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ embedded-db-junit
## Status
This library is distributed through the [Sonatype OSS repo](https://oss.sonatype.org/) and should thus be widely available.

| Version | Java version | JUnit version | H2 version | HSQLDB version | Branch | Status |
| ------- | ------------ | ------------- | ---------- | -------------- | ------------------------------------------------------------------------ | ------------- |
| 2.X+ | 8.0 | 4.12/5.X | 1.4.200 | 2.5.0 | [`master`](//github.com/zapodot/embedded-db-junit/tree/release-2.x) | `active` |
| 1.1.X | 8.0 | 4.12 | 1.4.200 | 2.4.0 | [`release-1.1.x`](//github.com/zapodot/embedded-db-junit) | `maintenance` |
| 1.0 | 1.7 | 4.12 | 1.4.196 | N/A | [`release-1.x`](//github.com/zapodot/embedded-db-junit/tree/release-1.x) | `obsolete` |
| Version | Java version | JUnit version | H2 version | HSQLDB version | Branch | Status |
|---------| ------------ | ------------- | ---------- | -------------- |-------------------------------------------------------------------------------|---------------|
| 2.1.X | 8.0 | 4.13/5.X | 2.1.X | 2.7.0 | [`master`](//github.com/zapodot/embedded-db-junit/tree/master) | `active` |
| 2.0.X | 8.0 | 4.12/5.X | 1.4.200 | 2.5.0 | [`master`](//github.com/zapodot/embedded-db-junit/tree/release-2.0.x) | `maintenance` |
| 1.1.X | 8.0 | 4.12 | 1.4.200 | 2.4.0 | [`release-1.1.x`](//github.com/zapodot/embedded-db-junit/tree/release-1.1.x) | `obsolete` |
| 1.0 | 1.7 | 4.12 | 1.4.196 | N/A | [`release-1.x`](//github.com/zapodot/embedded-db-junit/tree/release-1.x) | `obsolete` |

The versions that is described in this table are minimum versions. Later versions may be used but is currently not tested by the maintainer.

Expand All @@ -37,7 +38,7 @@ The versions that is described in this table are minimum versions. Later version
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-jupiter</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -47,7 +48,7 @@ The versions that is described in this table are minimum versions. Later version
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -58,7 +59,7 @@ If you want to use the [Liquibase](//github.com/zapodot/embedded-db-junit/tree/m
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-liquibase</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -68,14 +69,14 @@ If you want to use the [Flyway](//github.com/zapodot/embedded-db-junit/tree/mast
<dependency>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-flyway</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```

#### SBT
```scala
libraryDependencies += "org.zapodot" % "embedded-db-junit" % "2.0-BETA1" % "test"
libraryDependencies += "org.zapodot" % "embedded-db-junit" % "2.1.0" % "test"
```

### Add to Junit test
Expand Down
2 changes: 1 addition & 1 deletion embedded-db-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-db-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>

<artifactId>embedded-db-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embedded-db-plugin-jupiter-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>embedded-db-junit-parent</artifactId>
<groupId>org.zapodot</groupId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.zapodot</groupId>
<artifactId>embedded-db-junit-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<properties>
<byte-buddy.version>1.12.13</byte-buddy.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
Expand Down

0 comments on commit ddb1b94

Please sign in to comment.