Skip to content

Commit 09c87ca

Browse files
committed
Bump version to 11.1.0-rc.1
1 parent cf18861 commit 09c87ca

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## Unreleased
88

9+
## [11.1.0](https://github.com/dbmdz/metadata-service/releases/tag/11.1.0)
10+
911
### Added
1012

1113
- Added functionality to update the order of subcollections
1214

15+
### Changed
16+
17+
- Dependency upgrades
18+
19+
### Fixed
20+
21+
- SQL to generate Breadcrumbs
22+
1323
## [11.0.1](https://github.com/dbmdz/metadata-service/releases/tag/11.0.1) - 2025-05-08
1424

1525
### Fixed

metasvc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>11.1.0-SNAPSHOT</version>
9+
<version>11.1.0-rc.1</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Client</name>

metasvc-lobid-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.dbmdz.metadata</groupId>
99
<artifactId>metasvc</artifactId>
10-
<version>11.1.0-SNAPSHOT</version>
10+
<version>11.1.0-rc.1</version>
1111
</parent>
1212

1313
<name>Metadata-Service: lobid.org Client</name>

metasvc-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>11.1.0-SNAPSHOT</version>
9+
<version>11.1.0-rc.1</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Model</name>

metasvc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.dbmdz.metadata</groupId>
88
<artifactId>metasvc</artifactId>
9-
<version>11.1.0-SNAPSHOT</version>
9+
<version>11.1.0-rc.1</version>
1010
</parent>
1111

1212
<name>Metadata-Service: Repository Server (Webapp)</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.github.dbmdz.metadata</groupId>
1313
<artifactId>metasvc</artifactId>
14-
<version>11.1.0-SNAPSHOT</version>
14+
<version>11.1.0-rc.1</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Metadata-Service</name>

0 commit comments

Comments
 (0)