Skip to content

Commit c6f9c02

Browse files
Merge pull request #1 from cardano-foundation/release-please--branches--main
chore(main): release 0.0.1
2 parents 85049df + ab7f30a commit c6f9c02

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.0.1 (2023-08-31)
4+
5+
6+
### Features
7+
8+
* extract rewards calculation into an own repository ([7021ce4](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/7021ce445dfba4507f8d8b67e09106512c3cec84))
9+
10+
11+
### Bug Fixes
12+
13+
* jacoco does now produce a test report in the site folder ([7d620b7](https://github.com/cardano-foundation/cf-java-rewards-calculation/commit/7d620b7ddf289bae97043adb0a18a0aa011370ac))

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
@@ -13,7 +11,7 @@
1311

1412
<groupId>org.cardanofoundation</groupId>
1513
<artifactId>rewards</artifactId>
16-
<version>0.0.1-SNAPSHOT</version>
14+
<version>0.0.1</version>
1715
<name>cardano-reward-calculation</name>
1816
<packaging>jar</packaging>
1917
<description>This project aims to be a cardano reward calculation, java formula implementation and edge case documentation</description>

0 commit comments

Comments
 (0)