Skip to content

Commit

Permalink
Bump version: 3.3.0-rc.1 → 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fniessink committed Aug 29, 2020
1 parent 7e569af commit 23c3b17
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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 = 3.3.0-rc.1
current_version = 3.3.0
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 = 3.3.0-rc.1
current_version = 3.3.0
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
environment:
ALLOW_HTTP: true
LC_ALL: en_GB.UTF-8
- image: ictu/quality-time_frontend:v3.3.0-rc.1
- image: ictu/quality-time_frontend:v3.3.0
- image: mongo:4.2.3
environment:
MONGO_INITDB_ROOT_USERNAME: root
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": "3.3.0-rc.1",
"version": "3.3.0",
"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 @@ -41,15 +41,15 @@ services:
- server
- frontend
frontend:
image: ictu/quality-time_frontend:v3.3.0-rc.1
image: ictu/quality-time_frontend:v3.3.0
environment:
- FRONTEND_PORT=5000
depends_on:
- server
cap_drop:
- ALL
collector:
image: ictu/quality-time_collector:v3.3.0-rc.1
image: ictu/quality-time_collector:v3.3.0
environment:
- SERVER_PORT=5001
- SERVER_HOST=server
Expand All @@ -60,7 +60,7 @@ services:
cap_drop:
- ALL
server:
image: ictu/quality-time_server:v3.3.0-rc.1
image: ictu/quality-time_server:v3.3.0
environment:
- SERVER_PORT=5001
- PROXY_HOST=www
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]
## [3.3.0] - [2020-08-29]

### Fixed

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=3.3.0-rc.1
sonar.projectVersion=3.3.0

# 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 23c3b17

Please sign in to comment.