Skip to content

Commit

Permalink
Bump version: 2.0.0-rc.1 → 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Mar 6, 2020
1 parent 4eb02eb commit 98bb87b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion-rc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc\.(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc.{rc}
{major}.{minor}.{patch}
current_version = 2.0.0-rc.1
current_version = 2.0.0-rc.2
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc\.(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc.{rc}
{major}.{minor}.{patch}
current_version = 2.0.0-rc.1
current_version = 2.0.0-rc.2
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion components/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quality-time-app",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"private": true,
"proxy": "http://localhost:5001",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@ services:
- server
- frontend
frontend:
image: ictu/quality-time_frontend:v2.0.0-rc.1
image: ictu/quality-time_frontend:v2.0.0-rc.2
env_file:
- ${ENV:-dev}.env
depends_on:
- server
cap_drop:
- ALL
collector:
image: ictu/quality-time_collector:v2.0.0-rc.1
image: ictu/quality-time_collector:v2.0.0-rc.2
env_file:
- ${ENV:-dev}.env
depends_on:
- server
cap_drop:
- ALL
server:
image: ictu/quality-time_server:v2.0.0-rc.1
image: ictu/quality-time_server:v2.0.0-rc.2
env_file:
- ${ENV:-dev}.env
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- The line "## <square-bracket>Unreleased</square-bracket>" is replaced by the ci/release.py script with the new release version and release date. -->

## [Unreleased]
## [2.0.0-rc.2] - [2020-03-06]

### Added

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.projectKey=nl.ictu:quality-time

# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=Quality-time
sonar.projectVersion=2.0.0-rc.1
sonar.projectVersion=2.0.0-rc.2

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down

0 comments on commit 98bb87b

Please sign in to comment.