Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vilppuvuorinen committed Aug 9, 2021
1 parent 2df1563 commit b10b008
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres poorly to [Semantic Versioning](https://semver.org/spec

## [Unreleased]

## [0.8.1] - 2021-08-09
### Changed
- Update DbUnit to 2.7.2

## [0.8.0] - 2021-04-13
### Added
- `noPrefix` parameter to `ConfigProperty` for reading properties from root namespace.
Expand Down
2 changes: 1 addition & 1 deletion easyconfig-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions easyconfig-dbunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions easyconfig-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions easyconfig-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<properties>
Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
6 changes: 3 additions & 3 deletions easyconfig-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
Expand Down
4 changes: 2 additions & 2 deletions easyconfig-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions easyconfig-snoozy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.jubic</groupId>
<artifactId>easyconfig-parent</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
<packaging>pom</packaging>

<name>easyconfig-parent</name>
Expand Down

0 comments on commit b10b008

Please sign in to comment.