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 6, 2024
1 parent ee32173 commit 7964382
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres poorly to [Semantic Versioning](https://semver.org/spec

## [Unreleased]

## [0.10.1] - 2024-05-06
### Changed
- Bump fi.jubic:easyparent from 0.1.11 to 0.1.12.
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.17.1.
- Bump io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.19 to 2.2.21.
- Bump resteasy.version from 6.2.6.Final to 6.2.8.Final.
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.13.
- Bump io.undertow:undertow-core from 2.3.10.Final to 2.3.13.Final.
- Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.6.

## [0.10.0] - 2023-12-13
### Changed
- Bump fi.jubic:easyparent from 0.1.10 to 0.1.11.
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>snoozy-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions snoozy-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<dependencies>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion snoozy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>snoozy-parent</artifactId>
<groupId>fi.jubic</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions snoozy-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>snoozy-parent</artifactId>
<groupId>fi.jubic</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,12 +16,12 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-test</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down
4 changes: 2 additions & 2 deletions snoozy-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>snoozy-parent</artifactId>
<groupId>fi.jubic</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down
8 changes: 4 additions & 4 deletions snoozy-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>snoozy-parent</artifactId>
<groupId>fi.jubic</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,12 +20,12 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-auth</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-core</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>fi.jubic</groupId>
<artifactId>snoozy-test-suite</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7964382

Please sign in to comment.