Skip to content

Commit

Permalink
Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vilppuvuorinen committed May 7, 2024
1 parent f2a23a1 commit 9756076
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres poorly to [Semantic Versioning](https://semver.org/spec

## [Unreleased]

## [0.10.1] - 2024-05-07
### Changed
- Bump fi.jubic:easyparent from 0.1.11 to 0.1.12.
- Bump fi.jubic:snoozy-core from 0.10.0 to 0.10.1.
- Bump logback.version from 1.4.14 to 1.5.6.
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13.
- Bump org.liquibase:liquibase-core from 4.25.0 to 4.27.0.
- Bump org.codehaus.janino:janino from 3.1.11 to 3.1.12.

## [0.10.0] - 2023-12-13
### Added
- Java 21 tests.
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.10.0</version>
<version>0.10.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.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.10.0</version>
<version>0.10.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.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>compile</scope>
</dependency>
<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.10.0</version>
<version>0.10.1</version>
</parent>

<properties>
Expand All @@ -29,13 +29,13 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>com.h2database</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.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-jdbc</artifactId>
<version>0.10.0</version>
<version>0.10.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.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.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.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.10.0</version>
<version>0.10.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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>easyconfig-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 9756076

Please sign in to comment.