Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.8.9 #39

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builder.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_VERSION='0.8.8'
CURRENT_VERSION='0.8.9'
2 changes: 1 addition & 1 deletion kos-annotations/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modelVersion: 4.0.0
parent:
groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
relativePath: "../pom.yml"

artifactId: kos-annotations
Expand Down
14 changes: 7 additions & 7 deletions kos-bom/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ modelVersion: 4.0.0

groupId: io.skullabs.kos
artifactId: kos-bom
version: "0.8.8"
version: "0.8.9"
packaging: pom

name: kos-bom
Expand All @@ -29,12 +29,12 @@ properties:

dependencyManagement:
dependencies:
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.8" }
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.9" }
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.9" }
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.9" }
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.9" }
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.9" }
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.9" }

profiles:
- id: use-sonatype-stagging-repo
Expand Down
2 changes: 1 addition & 1 deletion kos-config-yaml/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modelVersion: 4.0.0
parent:
groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
relativePath: "../pom.yml"

artifactId: kos-config-yaml
Expand Down
2 changes: 1 addition & 1 deletion kos-core/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modelVersion: 4.0.0
parent:
groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
relativePath: "../pom.yml"

artifactId: kos-core
Expand Down
1 change: 1 addition & 0 deletions kos-core/source/kos/core/SimplifiedRouter.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static SimplifiedRouter wrapWithAutoBodyReader(KosContext kosContext, Rou
mapOf( HttpMethod.POST, false )
.and( HttpMethod.PUT, false )
.and( HttpMethod.PATCH, false )
.and( HttpMethod.DELETE, false )
.build();

return new SimplifiedRouter(
Expand Down
2 changes: 1 addition & 1 deletion kos-injector/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modelVersion: 4.0.0
parent:
groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
relativePath: "../pom.yml"

artifactId: kos-injector
Expand Down
2 changes: 1 addition & 1 deletion pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parent:

groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
packaging: pom

properties:
Expand Down
2 changes: 1 addition & 1 deletion report/pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modelVersion: 4.0.0
parent:
groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.8.8"
version: "0.8.9"
relativePath: "../pom.yml"

artifactId: tests-report
Expand Down
Loading