Skip to content

Commit fe01994

Browse files
author
Christopher Eteka
committed
Merge branch 'main' into develop
# Conflicts: # paystack-clients-spring-boot-starter/pom.xml # paystack-clients/pom.xml # paystack-domain/pom.xml # pom.xml
2 parents f86da5d + b94f35d commit fe01994

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.chrisworks.paystackclient</groupId>
76
<artifactId>paystack-clients-spring-boot-starter</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.2-SNAPSHOT</version>
98
<name>paystack-clients-spring-boot-starter</name>
109
<description>paystack-clients-spring-boot-starter</description>
1110

paystack-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.chrisworks.paystackclient</groupId>
55
<artifactId>paystack-clients</artifactId>
66
<name>paystack-clients</name>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.2-SNAPSHOT</version>
88

99
<properties>
1010
<maven.compiler.source>17</maven.compiler.source>

paystack-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.chrisworks.paystackclient</groupId>
55
<artifactId>paystack-domain</artifactId>
66
<name>paystack-domain</name>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.2-SNAPSHOT</version>
88

99
<properties>
1010
<jackson.version>2.16.0</jackson.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.chrisworks.paystackclient</groupId>
66
<artifactId>PaystackJavaClient</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>paystack-domain</module>

0 commit comments

Comments
 (0)