Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miere committed Mar 6, 2022
1 parent ee4312e commit e798592
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion builder.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_VERSION='0.7.1'
CURRENT_VERSION='0.8.0'
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.7.1"
version: "0.8.0"
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.7.1"
version: "0.8.0"
packaging: pom

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

dependencyManagement:
dependencies:
- { groupId: "io.skullabs.kos", artifactId: kos-core, version: "0.7.1" }
- { groupId: "io.skullabs.kos", artifactId: kos-annotations, version: "0.7.1" }
- { groupId: "io.skullabs.kos", artifactId: kos-config-yaml, version: "0.7.1" }
- { groupId: "io.skullabs.kos", artifactId: kos-logging-slf4j, version: "0.7.1" }
- { groupId: "io.skullabs.kos", artifactId: kos-injector, version: "0.7.1" }
- { groupId: "io.skullabs.kos", artifactId: kos-webapp, version: "0.7.1" }
- { 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" }

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

artifactId: kos-config-yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void setup(){

@DisplayName("Can merge yml files correctly")
@Test void canMergeYmlCorrectly(){
val config = kosConfiguration.readApplicationConfig();
val config = kosConfiguration.getApplicationConfig();
val expected = new JsonObject()
.put("https",new JsonObject().put("port", 8443))
.put("http",new JsonObject().put("port", 9999).put("host","0.0.0.0"))
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.7.1"
version: "0.8.0"
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.7.1"
version: "0.8.0"
relativePath: "../pom.yml"

artifactId: kos-injector
Expand Down
4 changes: 2 additions & 2 deletions pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ parent:

groupId: io.skullabs.kos
artifactId: kos-parent
version: "0.7.1"
version: "0.8.0"
packaging: pom

properties:
# VERSIONS
version.vertx: 4.1.0
version.vertx: 4.2.5
version.injector: 1.5.2
version.mockito: 2.28.2
version.lombok: 1.18.20
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.7.1"
version: "0.8.0"
relativePath: "../pom.yml"

artifactId: tests-report
Expand Down

0 comments on commit e798592

Please sign in to comment.