Skip to content

Commit

Permalink
Merge pull request #324 from IN-CORE/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
longshuicy authored Oct 24, 2024
2 parents f447127 + 3fb76bf commit fbedd4e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.27.0] - 2024-10-24
### Added
- Implement Project endpoints [#307](https://github.com/IN-CORE/incore-services/issues/307)
- Add pagination and filters to datasets, dfr3mappings, hazards, workflows, and visualizations endpoint belong to a project [#318](https://github.com/IN-CORE/incore-services/issues/318)
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ apply plugin: 'war'
// This will not apply to the war files we build unless we put it within project loop
// at the end of this file. This is only for the docker build to pull a version
war {
archiveVersion = '1.26.1'
archiveVersion = '1.27.0'
}

apply plugin: 'org.gretty'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Data Service for creating and accessing datasets",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Data Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.26.1",
version = "1.27.0",
description = "IN-CORE Service For Fragilities and Fragility mappings",

title = "IN-CORE v2 Fragility Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.26.1",
version = "1.27.0",
description = "IN-CORE Service For Repair and Repair mappings",

title = "IN-CORE v2 DFR3 Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

@OpenAPIDefinition(
info = @Info(
version = "1.26.1",
version = "1.27.0",
description = "IN-CORE Service For Restoration and Restoration mappings",

title = "IN-CORE v2 DFR3 Service API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Hazard Service For Earthquake, Tornado, Tsunami, Hurricane and Flood",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Hazard Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Project Service for creating and accessing projects",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Project Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Semantics Services for type and data type",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Semantics Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Semantics Services for type and data type",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Semantics Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Allocations Service for getting the user's allocation information.",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Allocation Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Space Service for creating and accessing spaces",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Space Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@OpenAPIDefinition(
info = @Info(
description = "IN-CORE Usage Service for getting the user's usage information.",
version = "1.26.1",
version = "1.27.0",
title = "IN-CORE v2 Usage Service API",
contact = @Contact(
name = "IN-CORE Dev Team",
Expand Down

0 comments on commit fbedd4e

Please sign in to comment.