File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
25
25
apply (plugin = " java" )
26
26
27
27
group = " com.phodal.chapi"
28
- version = " 2.1.3 "
28
+ version = " 2.1.4 "
29
29
description =
30
30
" Chapi is A common language meta information convertor, convert different languages to same meta-data model"
31
31
@@ -60,11 +60,11 @@ subprojects {
60
60
pom {
61
61
name.set(" Chapi" )
62
62
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" )
64
64
licenses {
65
65
license {
66
66
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" )
68
68
}
69
69
}
70
70
developers {
@@ -75,9 +75,9 @@ subprojects {
75
75
}
76
76
}
77
77
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/" )
81
81
}
82
82
}
83
83
}
You can’t perform that action at this time.
0 commit comments