Skip to content

Commit d720965

Browse files
chore(release): 1.0.3
## [1.0.3](v1.0.2...v1.0.3) (2025-02-25) ### Bug Fixes * **ci:** fix maven build errors ([2d8eb76](2d8eb76))
1 parent a32482a commit d720965

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/nordeck/ovc-backend/compare/v1.0.2...v1.0.3) (2025-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** fix maven build errors ([2d8eb76](https://github.com/nordeck/ovc-backend/commit/2d8eb7664eca1218724e0ca4a0ee560098ca0840))
9+
310
## [1.0.2](https://github.com/nordeck/ovc-backend/compare/v1.0.1...v1.0.2) (2025-02-25)
411

512

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.nordeck</groupId>
55
<artifactId>ovc-backend</artifactId>
6-
<version>1.0.2</version>
6+
<version>1.0.3</version>
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>

0 commit comments

Comments
 (0)