File tree Expand file tree Collapse file tree
paystack-clients-spring-boot-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <groupId >io.github.chriseteka.paystackclient</groupId >
66 <artifactId >paystack-clients-spring-boot-starter</artifactId >
77 <version >1.0.0</version >
8+
89 <name >paystack-clients-spring-boot-starter</name >
9- <description >paystack-clients-spring-boot-starter</description >
10+ <url >https://github.com/chriseteka/PaystackJavaClient</url >
11+ <description >PaystackJavaClient Spring Boot Starter</description >
1012
1113 <properties >
1214 <maven .compiler.source>17</maven .compiler.source>
4143 </repository >
4244 </distributionManagement >
4345
46+ <scm >
47+ <connection >scm:git:${project.scm.url} </connection >
48+ <developerConnection >scm:git:${project.scm.url} </developerConnection >
49+ <url >https://github.com/chriseteka/PaystackJavaClient.git</url >
50+ <tag >HEAD</tag >
51+ </scm >
52+
53+ <licenses >
54+ <license >
55+ <name >MIT License</name >
56+ <url >https://www.opensource.org/licenses/mit-license.php</url >
57+ <distribution >repo</distribution >
58+ </license >
59+ </licenses >
60+
61+ <developers >
62+ <developer >
63+ <id >chriseteka</id >
64+ <name >Christopher Eteka</name >
65+ </developer >
66+ </developers >
67+
4468</project >
Original file line number Diff line number Diff line change 33
44 <groupId >io.github.chriseteka.paystackclient</groupId >
55 <artifactId >paystack-clients</artifactId >
6- <name >paystack-clients</name >
76 <version >1.0.0</version >
87
8+ <name >paystack-clients</name >
9+ <url >https://github.com/chriseteka/PaystackJavaClient</url >
10+ <description >PaystackJavaClient OkHttp-based Clients</description >
11+
912 <properties >
1013 <maven .compiler.source>17</maven .compiler.source>
1114 <maven .compiler.target>17</maven .compiler.target>
3336 </repository >
3437 </distributionManagement >
3538
39+ <scm >
40+ <connection >scm:git:${project.scm.url} </connection >
41+ <developerConnection >scm:git:${project.scm.url} </developerConnection >
42+ <url >https://github.com/chriseteka/PaystackJavaClient.git</url >
43+ <tag >HEAD</tag >
44+ </scm >
45+
46+ <licenses >
47+ <license >
48+ <name >MIT License</name >
49+ <url >https://www.opensource.org/licenses/mit-license.php</url >
50+ <distribution >repo</distribution >
51+ </license >
52+ </licenses >
53+
54+ <developers >
55+ <developer >
56+ <id >chriseteka</id >
57+ <name >Christopher Eteka</name >
58+ </developer >
59+ </developers >
60+
3661</project >
Original file line number Diff line number Diff line change 33
44 <groupId >io.github.chriseteka.paystackclient</groupId >
55 <artifactId >paystack-domain</artifactId >
6- <name >paystack-domain</name >
76 <version >1.0.0</version >
87
8+ <name >paystack-domain</name >
9+ <url >https://github.com/chriseteka/PaystackJavaClient</url >
10+ <description >PaystackJavaClient Domain</description >
11+
912 <properties >
1013 <jackson .version>2.16.1</jackson .version>
1114 <maven .compiler.source>17</maven .compiler.source>
3235 <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
3336 </repository >
3437 </distributionManagement >
38+
39+ <scm >
40+ <connection >scm:git:${project.scm.url} </connection >
41+ <developerConnection >scm:git:${project.scm.url} </developerConnection >
42+ <url >https://github.com/chriseteka/PaystackJavaClient.git</url >
43+ <tag >HEAD</tag >
44+ </scm >
45+
46+ <licenses >
47+ <license >
48+ <name >MIT License</name >
49+ <url >https://www.opensource.org/licenses/mit-license.php</url >
50+ <distribution >repo</distribution >
51+ </license >
52+ </licenses >
53+
54+ <developers >
55+ <developer >
56+ <id >chriseteka</id >
57+ <name >Christopher Eteka</name >
58+ </developer >
59+ </developers >
3560</project >
Original file line number Diff line number Diff line change 66 <artifactId >PaystackJavaClient</artifactId >
77 <version >1.0.0</version >
88 <packaging >pom</packaging >
9+
10+ <name >PaystackJavaClient - POM</name >
11+ <url >https://github.com/chriseteka/PaystackJavaClient</url >
12+ <description >Parent POM for PaystackJavaClient</description >
13+
914 <modules >
1015 <module >paystack-domain</module >
1116 <module >paystack-clients</module >
You can’t perform that action at this time.
0 commit comments