Skip to content

Commit cecb27e

Browse files
committed
chore: bump version manually
1 parent ca669e8 commit cecb27e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

calculation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>0.6.3</version>
9+
<version>0.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cardanofoundation</groupId>
66
<artifactId>cf-rewards</artifactId>
7-
<version>0.6.3</version>
7+
<version>0.7.0</version>
88
<name>cardano-reward-calculation</name>
99
<modules>
1010
<module>calculation</module>

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
{
1212
"type": "xml",
1313
"path": "calculation/pom.xml",
14-
"xpath": "//project/version"
14+
"xpath": "//project/parent/version"
1515
},
1616
{
1717
"type": "xml",
1818
"path": "validation/pom.xml",
19-
"xpath": "//project/version"
19+
"xpath": "//project/parent/version"
2020
}
2121
],
2222
"packages": {

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.cardanofoundation</groupId>
88
<artifactId>cf-rewards</artifactId>
9-
<version>0.6.3</version>
9+
<version>0.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)