Skip to content

Commit 30f40c1

Browse files
committed
fix: group and version config
1 parent 4ac07e2 commit 30f40c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77
id("com.vanniktech.maven.publish") version "0.36.0"
88
}
99

10-
group = "org.eclipse.dataplane-core"
11-
version = "0.0.11-SNAPSHOT"
12-
1310
subprojects {
11+
group = "org.eclipse.dataplane-core"
12+
version = "0.0.11-SNAPSHOT"
13+
1414
apply(plugin = "signing")
1515
apply(plugin = "maven-publish")
1616
apply(plugin = "com.vanniktech.maven.publish")

0 commit comments

Comments
 (0)