diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a4aabae1..d4dcc480d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 2.0.0-rc4 - 2020-02-14 ### Added - Support for Java versions > 8 - Simple ClassLoaderLifeCycle to fix integration tests on Java > 8 @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade [Mockito](https://site.mockito.org/) to version 2.28.2 in order to fix tests on Java versions > 8 - Upgrade smp-maven-plugin to version 1.0.0-rc3 +### Fixed +- Committer of new Git commits set to "SCM-Manager " + ## 2.0.0-rc3 - 2020-01-31 ### Fixed - Broken plugin order fixed diff --git a/lerna.json b/lerna.json index 405d16a397..ac50df408f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "2.0.0-SNAPSHOT" + "version": "2.0.0-rc4" } diff --git a/pom.xml b/pom.xml index 48e94c11de..9662bb041b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sonia.scm scm pom - 2.0.0-SNAPSHOT + 2.0.0-rc4 The easiest way to share your Git, Mercurial and Subversion repositories over http. diff --git a/scm-annotation-processor/pom.xml b/scm-annotation-processor/pom.xml index fc4419ba41..b77f332f16 100644 --- a/scm-annotation-processor/pom.xml +++ b/scm-annotation-processor/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-annotation-processor - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-annotation-processor @@ -21,7 +21,7 @@ sonia.scm scm-annotations - 2.0.0-SNAPSHOT + 2.0.0-rc4 diff --git a/scm-annotations/pom.xml b/scm-annotations/pom.xml index c5a892af95..c197fb486e 100644 --- a/scm-annotations/pom.xml +++ b/scm-annotations/pom.xml @@ -6,11 +6,11 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-annotations - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-annotations diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 563ac0f40f..874fefafc7 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-core @@ -30,7 +30,7 @@ sonia.scm scm-annotations - 2.0.0-SNAPSHOT + 2.0.0-rc4 @@ -199,7 +199,7 @@ sonia.scm scm-annotation-processor - 2.0.0-SNAPSHOT + 2.0.0-rc4 provided diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml index 5424d38f26..aac6248f17 100644 --- a/scm-dao-xml/pom.xml +++ b/scm-dao-xml/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-dao-xml - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-dao-xml @@ -26,7 +26,7 @@ sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 @@ -34,7 +34,7 @@ sonia.scm scm-test - 2.0.0-SNAPSHOT + 2.0.0-rc4 test diff --git a/scm-it/pom.xml b/scm-it/pom.xml index 9064a39fc1..f9fdb2aa93 100644 --- a/scm-it/pom.xml +++ b/scm-it/pom.xml @@ -6,40 +6,40 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-it war - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-it sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-test - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm.plugins scm-git-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test sonia.scm.plugins scm-git-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test @@ -47,14 +47,14 @@ sonia.scm.plugins scm-hg-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test sonia.scm.plugins scm-hg-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test @@ -62,14 +62,14 @@ sonia.scm.plugins scm-svn-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test sonia.scm.plugins scm-svn-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index e6b2929bd2..4bd89da15b 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm.plugins scm-plugins pom - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-plugins @@ -34,7 +34,7 @@ sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 provided @@ -43,7 +43,7 @@ sonia.scm scm-annotation-processor - 2.0.0-SNAPSHOT + 2.0.0-rc4 provided @@ -66,7 +66,7 @@ sonia.scm scm-test - 2.0.0-SNAPSHOT + 2.0.0-rc4 test diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 8ca5d633e4..9790a1a325 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-git-plugin", "private": true, - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "main": "./src/main/js/index.ts", "scripts": { @@ -20,6 +20,6 @@ }, "prettier": "@scm-manager/prettier-config", "dependencies": { - "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.0.0-rc4" } } diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index 0cace5e94d..494e590c17 100644 --- a/scm-plugins/scm-git-plugin/pom.xml +++ b/scm-plugins/scm-git-plugin/pom.xml @@ -6,7 +6,7 @@ scm-plugins sonia.scm.plugins - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-git-plugin diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index 8baaa729cb..3795af17fc 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-hg-plugin", "private": true, - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "main": "./src/main/js/index.ts", "scripts": { @@ -19,6 +19,6 @@ }, "prettier": "@scm-manager/prettier-config", "dependencies": { - "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.0.0-rc4" } } diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index e57652bf0f..6c93503c5e 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -6,7 +6,7 @@ sonia.scm.plugins scm-plugins - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-hg-plugin diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json index 2e8ed49862..1f8b1cbc99 100644 --- a/scm-plugins/scm-legacy-plugin/package.json +++ b/scm-plugins/scm-legacy-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-legacy-plugin", "private": true, - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "main": "./src/main/js/index.tsx", "scripts": { @@ -19,6 +19,6 @@ }, "prettier": "@scm-manager/prettier-config", "dependencies": { - "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.0.0-rc4" } } diff --git a/scm-plugins/scm-legacy-plugin/pom.xml b/scm-plugins/scm-legacy-plugin/pom.xml index 1a12234014..377935ffd3 100644 --- a/scm-plugins/scm-legacy-plugin/pom.xml +++ b/scm-plugins/scm-legacy-plugin/pom.xml @@ -4,12 +4,12 @@ sonia.scm.plugins scm-plugins - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-legacy-plugin Support migrated repository urls and v1 passwords - 2.0.0-SNAPSHOT + 2.0.0-rc4 smp diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index c7b0c125b3..85a4ee4c50 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-svn-plugin", "private": true, - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "main": "./src/main/js/index.ts", "scripts": { @@ -19,6 +19,6 @@ }, "prettier": "@scm-manager/prettier-config", "dependencies": { - "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT" + "@scm-manager/ui-plugins": "^2.0.0-rc4" } } diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index 8ed7a7bef4..6c0c30cc37 100644 --- a/scm-plugins/scm-svn-plugin/pom.xml +++ b/scm-plugins/scm-svn-plugin/pom.xml @@ -6,7 +6,7 @@ scm-plugins sonia.scm.plugins - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-svn-plugin diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 4abaa49dc1..12fe55b9b1 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-server - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index d36b8c55f8..e3f162ee96 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-test - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-test @@ -25,7 +25,7 @@ sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 diff --git a/scm-ui/babel-preset/package.json b/scm-ui/babel-preset/package.json index 4751670f65..40bd28b05e 100644 --- a/scm-ui/babel-preset/package.json +++ b/scm-ui/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/babel-preset", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "description": "Babel configuration for scm-manager and its plugins", "main": "index.js", diff --git a/scm-ui/eslint-config/package.json b/scm-ui/eslint-config/package.json index ec7216fe5b..242fe85ae5 100644 --- a/scm-ui/eslint-config/package.json +++ b/scm-ui/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/eslint-config", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "ESLint configuration for scm-manager and its plugins", "main": "index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/jest-preset/package.json b/scm-ui/jest-preset/package.json index c9efe9fe38..e80eab8b88 100644 --- a/scm-ui/jest-preset/package.json +++ b/scm-ui/jest-preset/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/jest-preset", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "Jest presets for SCM-Manager and its plugins", "main": "src/index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index 3525b79563..a0f25ec5b6 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -7,13 +7,13 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-ui war - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-ui diff --git a/scm-ui/prettier-config/package.json b/scm-ui/prettier-config/package.json index 097b07ee2b..6e4f932bc3 100644 --- a/scm-ui/prettier-config/package.json +++ b/scm-ui/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/prettier-config", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "description": "Prettier configuration", "author": "Sebastian Sdorra ", diff --git a/scm-ui/tsconfig/package.json b/scm-ui/tsconfig/package.json index 0ddbfc5975..d5e1c2b183 100644 --- a/scm-ui/tsconfig/package.json +++ b/scm-ui/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/tsconfig", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "description": "TypeScript configuration", "author": "Sebastian Sdorra ", diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index 3864805706..6a0c1ee9ba 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-components", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -18,7 +18,7 @@ "update-storyshots": "jest --testPathPattern=\"storyshots.test.ts\" --collectCoverage=false -u" }, "devDependencies": { - "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT", + "@scm-manager/ui-tests": "^2.0.0-rc4", "@storybook/addon-actions": "^5.2.3", "@storybook/addon-storyshots": "^5.2.3", "@storybook/react": "^5.2.3", @@ -45,8 +45,8 @@ "worker-plugin": "^3.2.0" }, "dependencies": { - "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-types": "^2.0.0-SNAPSHOT", + "@scm-manager/ui-extensions": "^2.0.0-rc4", + "@scm-manager/ui-types": "^2.0.0-rc4", "classnames": "^2.2.6", "date-fns": "^2.4.1", "event-source-polyfill": "^1.0.9", diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index cedc53fe47..097dfdd83a 100644 --- a/scm-ui/ui-extensions/package.json +++ b/scm-ui/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-extensions", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "main": "src/index.ts", "license": "BSD-3-Clause", "private": false, diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 1fd6de4014..bcb230bc3c 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -1,13 +1,13 @@ { "name": "@scm-manager/ui-plugins", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "license": "BSD-3-Clause", "bin": { "ui-plugins": "./bin/ui-plugins.js" }, "dependencies": { - "@scm-manager/ui-components": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT", + "@scm-manager/ui-components": "^2.0.0-rc4", + "@scm-manager/ui-extensions": "^2.0.0-rc4", "classnames": "^2.2.6", "query-string": "^5.0.1", "react": "^16.10.2", @@ -18,14 +18,14 @@ "styled-components": "^4.4.0" }, "devDependencies": { - "@scm-manager/babel-preset": "^2.0.0-SNAPSHOT", - "@scm-manager/eslint-config": "^2.0.0-SNAPSHOT", - "@scm-manager/jest-preset": "^2.0.0-SNAPSHOT", - "@scm-manager/prettier-config": "^2.0.0-SNAPSHOT", - "@scm-manager/tsconfig": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-types": "^2.0.0-SNAPSHOT", + "@scm-manager/babel-preset": "^2.0.0-rc4", + "@scm-manager/eslint-config": "^2.0.0-rc4", + "@scm-manager/jest-preset": "^2.0.0-rc4", + "@scm-manager/prettier-config": "^2.0.0-rc4", + "@scm-manager/tsconfig": "^2.0.0-rc4", + "@scm-manager/ui-scripts": "^2.0.0-rc4", + "@scm-manager/ui-tests": "^2.0.0-rc4", + "@scm-manager/ui-types": "^2.0.0-rc4", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", diff --git a/scm-ui/ui-polyfill/package.json b/scm-ui/ui-polyfill/package.json index 81922e37c8..549fa8228d 100644 --- a/scm-ui/ui-polyfill/package.json +++ b/scm-ui/ui-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-polyfill", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "Polyfills for SCM-Manager UI", "main": "src/index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/ui-scripts/package.json b/scm-ui/ui-scripts/package.json index 7c0610625e..85ebaacfd2 100644 --- a/scm-ui/ui-scripts/package.json +++ b/scm-ui/ui-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-scripts", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "Build scripts for SCM-Manager", "main": "src/index.js", "author": "Sebastian Sdorra ", diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index d4f160f2d7..e7c8cfcecd 100644 --- a/scm-ui/ui-styles/package.json +++ b/scm-ui/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-styles", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "BSD-3-Clause", diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index 9958841160..842d9a4c9f 100644 --- a/scm-ui/ui-tests/package.json +++ b/scm-ui/ui-tests/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-tests", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "BSD-3-Clause", diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index c872d70463..f617dfdd5c 100644 --- a/scm-ui/ui-types/package.json +++ b/scm-ui/ui-types/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-types", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "description": "Flow types for SCM-Manager related Objects", "main": "src/index.ts", "files": [ diff --git a/scm-ui/ui-webapp/package.json b/scm-ui/ui-webapp/package.json index ba54fb7689..082085e011 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,10 +1,10 @@ { "name": "@scm-manager/ui-webapp", - "version": "2.0.0-SNAPSHOT", + "version": "2.0.0-rc4", "private": true, "dependencies": { - "@scm-manager/ui-components": "^2.0.0-SNAPSHOT", - "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT", + "@scm-manager/ui-components": "^2.0.0-rc4", + "@scm-manager/ui-extensions": "^2.0.0-rc4", "classnames": "^2.2.5", "history": "^4.10.1", "i18next": "^17.3.0", @@ -29,7 +29,7 @@ "test": "jest" }, "devDependencies": { - "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT", + "@scm-manager/ui-tests": "^2.0.0-rc4", "@types/classnames": "^2.2.9", "@types/enzyme": "^3.10.3", "@types/fetch-mock": "^7.3.1", diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 924e176024..58f18ac7a6 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-webapp war - 2.0.0-SNAPSHOT + 2.0.0-rc4 scm-webapp @@ -22,7 +22,7 @@ sonia.scm scm-annotation-processor - 2.0.0-SNAPSHOT + 2.0.0-rc4 provided @@ -47,13 +47,13 @@ sonia.scm scm-core - 2.0.0-SNAPSHOT + 2.0.0-rc4 sonia.scm scm-dao-xml - 2.0.0-SNAPSHOT + 2.0.0-rc4 @@ -300,7 +300,7 @@ sonia.scm scm-test - 2.0.0-SNAPSHOT + 2.0.0-rc4 test @@ -356,7 +356,7 @@ sonia.scm.plugins scm-git-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test @@ -364,14 +364,14 @@ sonia.scm.plugins scm-git-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test sonia.scm.plugins scm-hg-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test @@ -379,14 +379,14 @@ sonia.scm.plugins scm-hg-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test sonia.scm.plugins scm-svn-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 tests test @@ -394,7 +394,7 @@ sonia.scm.plugins scm-svn-plugin - 2.0.0-SNAPSHOT + 2.0.0-rc4 test @@ -618,7 +618,7 @@ sonia.scm scm-ui - 2.0.0-SNAPSHOT + 2.0.0-rc4 war