Skip to content

Commit ae5b51b

Browse files
committed
Version 0.8.4
1 parent 0b5afd0 commit ae5b51b

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

builder.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_VERSION='0.8.3'
1+
CURRENT_VERSION='0.8.4'

kos-annotations/pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modelVersion: 4.0.0
33
parent:
44
groupId: io.skullabs.kos
55
artifactId: kos-parent
6-
version: "0.8.3"
6+
version: "0.8.4"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-annotations

kos-bom/pom.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ modelVersion: 4.0.0
22

33
groupId: io.skullabs.kos
44
artifactId: kos-bom
5-
version: "0.8.3"
5+
version: "0.8.4"
66
packaging: pom
77

88
name: kos-bom
@@ -26,12 +26,12 @@ scm:
2626

2727
dependencyManagement:
2828
dependencies:
29-
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.3" }
30-
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.3" }
31-
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.3" }
32-
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.3" }
33-
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.3" }
34-
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.3" }
29+
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.4" }
30+
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.4" }
31+
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.4" }
32+
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.4" }
33+
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.4" }
34+
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.4" }
3535

3636
profiles:
3737
- id: use-sonatype-stagging-repo

kos-config-yaml/pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modelVersion: 4.0.0
33
parent:
44
groupId: io.skullabs.kos
55
artifactId: kos-parent
6-
version: "0.8.3"
6+
version: "0.8.4"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-config-yaml

kos-core/pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modelVersion: 4.0.0
33
parent:
44
groupId: io.skullabs.kos
55
artifactId: kos-parent
6-
version: "0.8.3"
6+
version: "0.8.4"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-core

kos-injector/pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modelVersion: 4.0.0
33
parent:
44
groupId: io.skullabs.kos
55
artifactId: kos-parent
6-
version: "0.8.3"
6+
version: "0.8.4"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-injector

pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parent:
77

88
groupId: io.skullabs.kos
99
artifactId: kos-parent
10-
version: "0.8.3"
10+
version: "0.8.4"
1111
packaging: pom
1212

1313
properties:

report/pom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modelVersion: 4.0.0
33
parent:
44
groupId: io.skullabs.kos
55
artifactId: kos-parent
6-
version: "0.8.3"
6+
version: "0.8.4"
77
relativePath: "../pom.yml"
88

99
artifactId: tests-report

0 commit comments

Comments
 (0)