Skip to content

Commit

Permalink
Merge pull request #204 from InseeFr/acceptance
Browse files Browse the repository at this point in the history
Fix link and change version
  • Loading branch information
alicela authored Jul 29, 2021
2 parents d74cc8a + abbcc72 commit 5e3a0f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: bauhaus
image: nicolaslaval/bauhaus:3.0.6
image: nicolaslaval/bauhaus:3.0.7
env:
- name: API_BASE_HOST
value: 'https://bauhaus-api.toto.fr/api'
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bauhaus",
"version": "3.0.6",
"version": "3.0.7",
"description": "Web application for the management of concepts, classifications and other statistical objects",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app/src/js/applications/operations/menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class MenuOperations extends Component {
label: D.indicatorsTitle,
},
help: {
path: '//metadonnees.gitlab-pages.insee.fr/rmes/offre-de-service-rmes/#pages/operation-aide.html',
path: '//metadonnees.gitlab-pages.insee.fr/rmes/offre-de-service-rmes/#pages/operation-aide',
attrs: {
target: '_blank'
},
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.host.url=https://sonarcloud.io

# Project name & version
sonar.projectName=Bauhaus
sonar.projectVersion=3.0.6s
sonar.projectVersion=3.0.7

# Path to sources
sonar.sources=app/src,packages/operations/src,packages/structures/src,packages/utilities/src
Expand Down

0 comments on commit 5e3a0f2

Please sign in to comment.