Skip to content

Commit

Permalink
feat(cb2-9857): update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown committed Jan 9, 2024
1 parent 8e29cbe commit 7517714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
sonar.host.url=http://localhost:9000

# must be unique in a given SonarQube instance
sonar.projectKey=org.sonarqube:cvs-svc-minimum-app-version
sonar.projectKey=org.sonarqube:cvs-svc-minimum-application-version

# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=cvs-svc-minimum-app-version
sonar.projectName=cvs-svc-minimum-application-version
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8

Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const branchName = require('current-git-branch');

const LAMBDA_NAME = 'GetLambdaFunction';
const OUTPUT_FOLDER = './'
const REPO_NAME = 'cvs-svc-minimum-app-version';
const REPO_NAME = 'cvs-svc-minimum-application-version';
const BRANCH_NAME = branchName().replace(/\//g, "-");

class BundlePlugin {
Expand Down

0 comments on commit 7517714

Please sign in to comment.