Skip to content

Commit

Permalink
prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mierzs committed Nov 5, 2021
1 parent b7dda95 commit 7ea1f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.2.0] - 2021-11-05
### Added
- add queries for Crossref work and personPlusWorks
- add tests for all controllers
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>eu.tib</groupId>
<artifactId>generate2vivo</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<description>Extensible Data Ingest Tool for VIVO. Contains data sources like Datacite Commons, ORCID and ROR.</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/eu/tib/swagger/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("generate2vivo")
.description("Extensible Data Ingest Tool for VIVO. Contains data sources like Datacite Commons, ORCID and ROR.")
.version("1.2.0-SNAPSHOT")
.version("1.2.0")
.build();
}
}

0 comments on commit 7ea1f5d

Please sign in to comment.