Skip to content

Commit c7ff37e

Browse files
authored
Update sdcri version (#223)
Updated sdcri version to 6.2.0-SNAPSHOT # Checklist The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee **and** reviewer: * Adherence to coding conventions * [x] Pull Request Assignee * [x] Reviewer * Adherence to javadoc conventions * [x] Pull Request Assignee * [x] Reviewer * Changelog update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * README update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * config update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * SDCcc executable ran against a test device (if necessary) * [x] Pull Request Assignee * [x] Reviewer
1 parent 1ad3871 commit c7ff37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
- the collected data is now flushed after each precondition
1919
- moved test case specific parameter into separate file test_parameter.toml
20-
- sdc-ri version to 6.0.0-SNAPSHOT
20+
- sdc-ri version to 6.2.0-SNAPSHOT
2121

2222
### Fixed
2323

sdccc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<junitVersion>5.10.2</junitVersion>
1717
<junitPlatformVersion>1.10.2</junitPlatformVersion>
18-
<sdcriVersion>6.0.0-SNAPSHOT</sdcriVersion>
18+
<sdcriVersion>6.2.0-SNAPSHOT</sdcriVersion>
1919
<log4jVersion>2.17.1</log4jVersion>
2020
<spotbugsVersion>4.7.3</spotbugsVersion>
2121
<checkstyleConfigDir>../checkstyle</checkstyleConfigDir>

0 commit comments

Comments
 (0)