File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141 }]
4242
4343 - name : Publish Domain Package
44- run : mvn versions:set -DnewVersion=${{ github.event.client_payload.version }} -B deploy --file paystack-domain/release-pom.xml
44+ run : mvn versions:set -DnewVersion=${{ github.event.client_payload.version }} && mvn -B deploy -pl paystack-domain
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GH_PAT }}
4747
4848 - name : Publish Client Package
49- run : mvn versions:set -DnewVersion=${{ github.event.client_payload.version }} -B deploy --file paystack-clients/release-pom.xml
49+ run : mvn versions:set -DnewVersion=${{ github.event.client_payload.version }} && mvn -B deploy -pl paystack-clients
5050 env :
5151 GITHUB_TOKEN : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 77 <version >1.0.121-SNAPSHOT</version >
88
99 <properties >
10- <revision >1.0.121-SNAPSHOT</revision >
1110 <maven .compiler.source>17</maven .compiler.source>
1211 <maven .compiler.target>17</maven .compiler.target>
1312 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1918 <dependency >
2019 <groupId >com.chrisworks.paystackclient</groupId >
2120 <artifactId >paystack-domain</artifactId >
22- <version >${revision } </version >
21+ <version >${project.version } </version >
2322 </dependency >
2423 <dependency >
2524 <groupId >com.squareup.okhttp3</groupId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 <version >1.0.121-SNAPSHOT</version >
88
99 <properties >
10- <revision >1.0.110</revision >
1110 <jackson .version>2.15.3</jackson .version>
1211 <maven .compiler.source>17</maven .compiler.source>
1312 <maven .compiler.target>17</maven .compiler.target>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments