Skip to content

Commit 7e5c311

Browse files
committed
chore: release 2.1.4
1 parent 0d9e2f2 commit 7e5c311

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
apply(plugin = "java")
2626

2727
group = "com.phodal.chapi"
28-
version = "2.1.3"
28+
version = "2.1.4"
2929
description =
3030
"Chapi is A common language meta information convertor, convert different languages to same meta-data model"
3131

@@ -60,11 +60,11 @@ subprojects {
6060
pom {
6161
name.set("Chapi")
6262
description.set("Chapi is A common language meta information convertor, convert different languages to same meta-data model")
63-
url.set("https://github.com/modernizing/chapi")
63+
url.set("https://github.com/phodal/chapi")
6464
licenses {
6565
license {
6666
name.set("MPL 2.0")
67-
url.set("https://github.com/modernizing/chapi/blob/master/LICENSE")
67+
url.set("https://github.com/phodal/chapi/blob/master/LICENSE")
6868
}
6969
}
7070
developers {
@@ -75,9 +75,9 @@ subprojects {
7575
}
7676
}
7777
scm {
78-
connection.set("scm:git:git://github.com/modernizing/chapi.git")
79-
developerConnection.set("scm:git:ssh://github.com/modernizing/chapi.git")
80-
url.set("https://github.com/modernizing/chapi/")
78+
connection.set("scm:git:git://github.com/phodal/chapi.git")
79+
developerConnection.set("scm:git:ssh://github.com/phodal/chapi.git")
80+
url.set("https://github.com/phodal/chapi/")
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)