Skip to content

Commit c929403

Browse files
committed
Version 0.8.8
1 parent 8c59b23 commit c929403

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

builder.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_VERSION='0.8.7'
1+
CURRENT_VERSION='0.8.8'

kos-annotations/pom.yml

+1-1
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.7"
6+
version: "0.8.8"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-annotations

kos-bom/pom.yml

+7-7
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.7"
5+
version: "0.8.8"
66
packaging: pom
77

88
name: kos-bom
@@ -29,12 +29,12 @@ properties:
2929

3030
dependencyManagement:
3131
dependencies:
32-
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.7" }
33-
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.7" }
34-
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.7" }
35-
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.7" }
36-
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.7" }
37-
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.7" }
32+
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.8.8" }
33+
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.8.8" }
34+
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.8.8" }
35+
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.8.8" }
36+
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.8.8" }
37+
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.8.8" }
3838

3939
profiles:
4040
- id: use-sonatype-stagging-repo

kos-config-yaml/pom.yml

+1-1
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.7"
6+
version: "0.8.8"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-config-yaml

kos-core/pom.yml

+1-1
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.7"
6+
version: "0.8.8"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-core

kos-injector/pom.yml

+1-1
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.7"
6+
version: "0.8.8"
77
relativePath: "../pom.yml"
88

99
artifactId: kos-injector

pom.yml

+1-1
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.7"
10+
version: "0.8.8"
1111
packaging: pom
1212

1313
properties:

report/pom.yml

+1-1
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.7"
6+
version: "0.8.8"
77
relativePath: "../pom.yml"
88

99
artifactId: tests-report

0 commit comments

Comments
 (0)