Skip to content

Commit

Permalink
Version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
miere committed Nov 7, 2024
1 parent 85b4880 commit 96065be
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
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
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

0 comments on commit 96065be

Please sign in to comment.