Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vilppuvuorinen committed Dec 13, 2023
1 parent ae935c3 commit 24bb2fc
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 17 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres poorly to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.0] - 2023-12-13
### Added
- Java 21 tests.

## Changed
- Bump fi.jubic:snoozy-core from 0.9.0 to 0.10.0.
- Bump fi.jubic:easyparent to 0.1.11.
- Bump org.slf4j:slf4j-api tp 2.0.9.
- Bump org.codehaus.janino:janino from 3.1.6 to 3.1.11.
- Bump ch.qos.logback:logback-core from 1.2.10 to 1.4.14.
- Bump liquibase-slf4j 5.0.0 and liquibase-core to 4.25.0.
- Bump io.github.cdimascio:dotenv-java from 2.2.3 to 3.0.0.
- Bump com.zaxxer:HikariCP from 3.4.5 to 5.1.0.
- Bump freemarker from 2.3.31 to 2.3.32.


## [0.9.2] - 2022-09-02
### Added
- Configuration parameters to control connection allocation in PooledJdbcConfiguration.
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.9.2</version>
<version>0.10.0</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.9.2</version>
<version>0.10.0</version>
</parent>

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

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

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

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

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

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>easyconfig-core</artifactId>
<version>0.9.2</version>
<version>0.10.0</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.9.2</version>
<version>0.10.0</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit 24bb2fc

Please sign in to comment.