Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miere committed Mar 30, 2022
1 parent 2e80098 commit 6a56099
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.0'
CURRENT_VERSION='0.8.1'
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.0"
version: "0.8.1"
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.0"
version: "0.8.1"
packaging: pom

name: kos-bom
Expand All @@ -26,12 +26,12 @@ scm:

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

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.0"
version: "0.8.1"
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.0"
version: "0.8.1"
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.0"
version: "0.8.1"
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.0"
version: "0.8.1"
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.0"
version: "0.8.1"
relativePath: "../pom.yml"

artifactId: tests-report
Expand Down

0 comments on commit 6a56099

Please sign in to comment.