Skip to content

Commit

Permalink
Merge pull request #162 from FAIRDataTeam/release/1.11.0
Browse files Browse the repository at this point in the history
Release 1.11.0 (develop)
  • Loading branch information
MarekSuchanek authored Jun 29, 2021
2 parents 4ea1d12 + 65a29c9 commit b6b14a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.11.0]

### Added

- All metadata have dct:conformsTo with profile based on resource definition
Expand Down Expand Up @@ -215,3 +217,4 @@ The first release of reference FAIR Data Point implementation.
[1.8.0]: /../../tree/v1.8.0
[1.9.0]: /../../tree/v1.9.0
[1.10.0]: /../../tree/v1.10.0
[1.11.0]: /../../tree/v1.11.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>nl.dtls</groupId>
<artifactId>fairdatapoint</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
<packaging>jar</packaging>

<name>FairDataPoint</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fdp-index:

openapi:
title: FAIR Data Point API
version: 1.10.0
version: 1.11.0
description: "The reference implementation of the metadata registration service: A service implementing the API specification. It contains an authentication system to allow maintainers to define and update metadata. Read-only access to the data is public."
contact:
name: Luiz Bonino
Expand Down

0 comments on commit b6b14a8

Please sign in to comment.