Skip to content

Commit

Permalink
test all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Parisa68 committed Oct 4, 2024
1 parent 673688f commit 0425afa
Show file tree
Hide file tree
Showing 9 changed files with 692 additions and 695 deletions.
1,371 changes: 684 additions & 687 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group = "no.elixir"

version = "1.0.3"
version = "1.0.0"

repositories { mavenCentral() }

Expand Down
2 changes: 1 addition & 1 deletion e2eTests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "no.elixir.fega"
version = "1.0.3"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion lib/clearinghouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "no.elixir"
version = "1.0.3"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion lib/tsd-file-api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "elixir.no"
version = "1.0.3"
version = "1.0.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion services/cega-mock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
base
}

version = "1.0.3"
version = "1.0.0"

val goBuild = tasks.register("goBuild", Exec::class) {
description = "Build the Go application"
Expand Down
2 changes: 1 addition & 1 deletion services/localega-tsd-proxy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "no.elixir.fega"
version = "1.0.2"
version = "1.0.0"

dependencies {
implementation(project(":lib:clearinghouse"))
Expand Down
2 changes: 1 addition & 1 deletion services/mq-interceptor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
base
}

version = "1.0.2"
version = "1.0.0"

// Build
val goBuild = tasks.register("goBuild", Exec::class) {
Expand Down
2 changes: 1 addition & 1 deletion services/tsd-api-mock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "no.elixir"
version = "1.0.2"
version = "1.0.0"

dependencies {
runtimeOnly("com.h2database:h2")
Expand Down

0 comments on commit 0425afa

Please sign in to comment.