Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 from FAIRDataTeam/release/0.1.1
Browse files Browse the repository at this point in the history
Hotfix 0.1.1
  • Loading branch information
MarekSuchanek authored Jun 20, 2020
2 parents 6f8a5cb + 0e913e6 commit 7c21045
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1]

### Fixed

- Serving static files for the web index page correctly

## [0.1.0]

Initial version for simple list of FAIR Data Points.
Expand All @@ -17,5 +23,6 @@ Initial version for simple list of FAIR Data Points.
- REST API to retrieve entries list (both all and paged) documented using Swagger/OpenAPI
- Simple webpage with table to browse entries including sorting and pagination

[Unreleased]: /../../compare/v0.1.0...develop
[Unreleased]: /../../compare/v0.1.1...develop
[0.1.0]: /../../tree/v0.1.0
[0.1.1]: /../../tree/v0.1.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>solutions.fairdata</groupId>
<artifactId>fairdatapoint-index</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<inceptionYear>2020</inceptionYear>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

@Configuration
@EnableWebMvc
public class WebConfig implements WebMvcConfigurer {

@Override
Expand Down

0 comments on commit 7c21045

Please sign in to comment.