Skip to content

Commit 147acb3

Browse files
committed
fixed directory structure
1 parent a6956e4 commit 147acb3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

rebuild.sc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case class Project(
3636

3737
val projects = Map(
3838
"mattermost" -> Project(
39-
project = "mm-sttp4",
39+
project = "mattermost-scala",
4040
projectName = "mattermost-scala",
4141
projectGroupId = "ma.chinespirit",
4242
projectArtifactId = "mattermost-scala",
@@ -46,7 +46,7 @@ val projects = Map(
4646
skipValidate = false
4747
),
4848
"kubernetes" -> Project(
49-
project = "kube-sttp4",
49+
project = "kubeapi-scala",
5050
projectName = "kubeapi-scala",
5151
projectGroupId = "ma.chinespirit",
5252
projectArtifactId = "kubeapi-scala",
@@ -59,7 +59,7 @@ val projects = Map(
5959
importMappings = "IntOrString=ma.chinespirit.kube.ext.IntOrString"
6060
),
6161
"stripe" -> Project(
62-
project = "stripe-sttp4",
62+
project = "stripe-scala",
6363
projectName = "stripe-scala",
6464
projectGroupId = "ma.chinespirit",
6565
projectArtifactId = "stripe-scala",
@@ -69,7 +69,7 @@ val projects = Map(
6969
skipValidate = false
7070
),
7171
"github" -> Project(
72-
project = "github-sttp4",
72+
project = "github-scala",
7373
projectName = "github-scala",
7474
projectGroupId = "ma.chinespirit",
7575
projectArtifactId = "github-scala",
@@ -79,7 +79,7 @@ val projects = Map(
7979
skipValidate = false
8080
),
8181
"spotify" -> Project(
82-
project = "spotify-sttp4",
82+
project = "spotify-scala",
8383
projectName = "spotify-scala",
8484
projectGroupId = "ma.chinespirit",
8585
projectArtifactId = "spotify-scala",

0 commit comments

Comments
 (0)