Skip to content

Commit 50759d9

Browse files
author
Christopher Eteka
committed
cleanups
1 parent c7eff12 commit 50759d9

4 files changed

Lines changed: 82 additions & 3 deletions

File tree

paystack-clients-spring-boot-starter/pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
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>
@@ -41,4 +43,26 @@
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>

paystack-clients/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
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>
@@ -33,4 +36,26 @@
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>

paystack-domain/pom.xml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
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>
@@ -32,4 +35,26 @@
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>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
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>

0 commit comments

Comments
 (0)