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 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.1</version >
98 <name >paystack-clients-spring-boot-starter</name >
109 <description >paystack-clients-spring-boot-starter</description >
1110
Original file line number Diff line number Diff line change 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.1</version >
88
99 <properties >
1010 <maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 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.1</version >
88
99 <properties >
1010 <jackson .version>2.16.0</jackson .version>
Original file line number Diff line number Diff line change 44
55 <groupId >com.chrisworks.paystackclient</groupId >
66 <artifactId >PaystackJavaClient</artifactId >
7- <version >0.0.1-SNAPSHOT </version >
7+ <version >0.0.1</version >
88 <packaging >pom</packaging >
99 <modules >
1010 <module >paystack-domain</module >
2222 <connection >scm:git:${project.scm.url} </connection >
2323 <developerConnection >scm:git:${project.scm.url} </developerConnection >
2424 <url >https://github.com/chriseteka/PaystackJavaClient.git</url >
25- <tag >HEAD </tag >
25+ <tag >PaystackJavaClient-0.0.1 </tag >
2626 </scm >
2727
2828</project >
You can’t perform that action at this time.
0 commit comments