Skip to content

Commit d867633

Browse files
author
ReleaseBot
committed
[maven-release-plugin] prepare release PaystackJavaClient-0.0.1
1 parent 988cbb5 commit d867633

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
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.1</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.1</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.1</version>
88

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.1</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>paystack-domain</module>
@@ -22,7 +22,7 @@
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>

0 commit comments

Comments
 (0)