Skip to content

Commit d6fb37d

Browse files
mcjaegermaxhbr
authored andcommitted
chore(release) updating files for release 7.0.1-M1
1 parent 0594570 commit d6fb37d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This is the changelog file of the sw360 software. It starts with the first relea
44

55
https://github.com/eclipse/sw360
66

7+
## sw360-7.0.1-M1
8+
9+
After tagging 7.0.0, we found two bugs to be corrected to provide a sound SW360. Therefore, here a new tagged version of sw360. Everyone should use 7.0.1-M1 instead of 7.0.0.
10+
11+
Adding rolling version since last tag will prepare automated tagging with incrementing patch level, retaining manual tagging for major and minor version only.
12+
13+
### Corrections
14+
15+
* `0dcd109` fix(ProjectUI: fixed blank / non-responsive screen on project
16+
* `da677b5` fix(ui): fix issue #762
17+
18+
### Infrastructure
19+
20+
* `a37e24d` chore(readme): adding some more badges
21+
* `f1a7c63`feat(chore): adding rolling versions based on commit count
22+
723
## sw360-7.0.0-M1
824

925
The main reason for release version 7 is to have the license upgrade from EPL-1.0 to EPL-2.0. All contributing parties have submitted their consent by e-mail and on most cases also approved the referring pull request (https://github.com/eclipse/sw360/pull/756).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/eclipse/sw360.svg?branch=master)](https://travis-ci.org/eclipse/sw360)
33
[![Slack Channel](https://img.shields.io/badge/slack-sw360chat-blue.svg?longCache=true&logo=slack)](https://join.slack.com/t/sw360chat/shared_invite/enQtNzg5NDQxMTQyNjA5LThiMjBlNTRmOWI0ZjJhYjc0OTk3ODM4MjBmOGRhMWRmN2QzOGVmMzQwYzAzN2JkMmVkZTI1ZjRhNmJlNTY4ZGI)
44
[![Changelog](https://badgen.net/badge/changelog/%E2%98%85/blue)](https://github.com/eclipse/sw360/blob/master/CHANGELOG.md)
5-
[![version](https://img.shields.io/badge/version-7.0.0-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-7.0.0-M1)
5+
[![version](https://img.shields.io/badge/version-7.0.1-blue)](https://github.com/eclipse/sw360/releases/tag/sw360-7.0.1-M1)
66

77
### SW360 Portal
88

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
5050
<!-- pls see also the profile cli -->
5151
<revision>7.${patchlevel}</revision>
52-
<patchlevel>1.0-SNAPSHOT</patchlevel>
52+
<patchlevel>0.1</patchlevel>
5353
<java.version>1.8</java.version>
5454
<ektorp.version>1.5.0</ektorp.version>
5555
<thrift.version>0.11.0</thrift.version>

0 commit comments

Comments
 (0)