diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8efc0f1595..2da400d01e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,10 @@ 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
+### Changed
+- Send mercurial hook callbacks over separate tcp socket instead of http ([#1416](https://github.com/scm-manager/scm-manager/pull/1416))
+## [2.10.0] - 2020-11-20
### Added
- Delete branches directly in the UI ([#1422](https://github.com/scm-manager/scm-manager/pull/1422))
- Lookup command which provides further repository information ([#1415](https://github.com/scm-manager/scm-manager/pull/1415))
@@ -14,9 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Enhance trace api to accepted status codes ([#1430](https://github.com/scm-manager/scm-manager/pull/1430))
- Add examples to core resources to simplify usage of rest api ([#1434](https://github.com/scm-manager/scm-manager/pull/1434))
-### Changed
-- Send mercurial hook callbacks over separate tcp socket instead of http ([#1416](https://github.com/scm-manager/scm-manager/pull/1416))
-
### Fixed
- Missing close of hg diff command ([#1417](https://github.com/scm-manager/scm-manager/pull/1417))
- Error on repository initialization with least-privilege user ([#1414](https://github.com/scm-manager/scm-manager/pull/1414))
diff --git a/lerna.json b/lerna.json
index 210af935bc..a4385558c7 100644
--- a/lerna.json
+++ b/lerna.json
@@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
- "version": "2.10.0-SNAPSHOT"
+ "version": "2.11.0-SNAPSHOT"
}
diff --git a/pom.xml b/pom.xml
index 46c0b2db13..e585298b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
sonia.scm
scm
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
The easiest way to share your Git, Mercurial
and Subversion repositories.
diff --git a/scm-annotation-processor/pom.xml b/scm-annotation-processor/pom.xml
index 62087852cd..87b63417d9 100644
--- a/scm-annotation-processor/pom.xml
+++ b/scm-annotation-processor/pom.xml
@@ -31,12 +31,12 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-annotation-processor
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-annotation-processor
@@ -46,7 +46,7 @@
sonia.scm
scm-annotations
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-annotations/pom.xml b/scm-annotations/pom.xml
index 6e70ada1ab..f83dac689c 100644
--- a/scm-annotations/pom.xml
+++ b/scm-annotations/pom.xml
@@ -31,11 +31,11 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-annotations
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-annotations
diff --git a/scm-core/pom.xml b/scm-core/pom.xml
index 6ff4d7a7b0..e54ff52f01 100644
--- a/scm-core/pom.xml
+++ b/scm-core/pom.xml
@@ -31,11 +31,11 @@
scm
sonia.scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-core
@@ -54,7 +54,7 @@
sonia.scm
scm-annotations
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
@@ -227,7 +227,7 @@
sonia.scm
scm-annotation-processor
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
provided
diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml
index 0f43eafa51..e9001f190e 100644
--- a/scm-dao-xml/pom.xml
+++ b/scm-dao-xml/pom.xml
@@ -31,11 +31,11 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-dao-xml
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-dao-xml
@@ -50,7 +50,7 @@
sonia.scm
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
@@ -58,7 +58,7 @@
sonia.scm
scm-test
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
diff --git a/scm-it/pom.xml b/scm-it/pom.xml
index 1817845989..acc6971500 100644
--- a/scm-it/pom.xml
+++ b/scm-it/pom.xml
@@ -31,40 +31,40 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-it
war
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-it
sonia.scm
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-test
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm.plugins
scm-git-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
sonia.scm.plugins
scm-git-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
@@ -72,14 +72,14 @@
sonia.scm.plugins
scm-hg-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
sonia.scm.plugins
scm-hg-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
@@ -87,14 +87,14 @@
sonia.scm.plugins
scm-svn-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
sonia.scm.plugins
scm-svn-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
diff --git a/scm-packaging/deb/pom.xml b/scm-packaging/deb/pom.xml
index 569e1d9e73..232841d07d 100644
--- a/scm-packaging/deb/pom.xml
+++ b/scm-packaging/deb/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
deb
deb
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
Packaging for Debian/Ubuntu
deb
@@ -46,7 +46,7 @@
sonia.scm
scm-server
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-packaging/docker/pom.xml b/scm-packaging/docker/pom.xml
index b12f198695..adba6c8271 100644
--- a/scm-packaging/docker/pom.xml
+++ b/scm-packaging/docker/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
docker
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-packaging/helm/pom.xml b/scm-packaging/helm/pom.xml
index 2a642dee27..6d53125f2d 100644
--- a/scm-packaging/helm/pom.xml
+++ b/scm-packaging/helm/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
helm
helm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
3.2.1
diff --git a/scm-packaging/pom.xml b/scm-packaging/pom.xml
index faf3e5d404..592139e03f 100644
--- a/scm-packaging/pom.xml
+++ b/scm-packaging/pom.xml
@@ -31,13 +31,13 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm.packaging
scm-packaging
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
packages.scm-manager.org
diff --git a/scm-packaging/release-yaml/pom.xml b/scm-packaging/release-yaml/pom.xml
index f2bb1e07d2..a8b6dc0a94 100644
--- a/scm-packaging/release-yaml/pom.xml
+++ b/scm-packaging/release-yaml/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
release-yaml
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-packaging/rpm/pom.xml b/scm-packaging/rpm/pom.xml
index 98b4dacad7..072a6effed 100644
--- a/scm-packaging/rpm/pom.xml
+++ b/scm-packaging/rpm/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
rpm
rpm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
Packaging for RedHat/Centos/Fedora
rpm
@@ -52,7 +52,7 @@
sonia.scm
scm-server
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-packaging/unix/pom.xml b/scm-packaging/unix/pom.xml
index 41063ca51d..a7d09c302c 100644
--- a/scm-packaging/unix/pom.xml
+++ b/scm-packaging/unix/pom.xml
@@ -31,12 +31,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
unix
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-packaging/windows/pom.xml b/scm-packaging/windows/pom.xml
index 617f6a8b34..2fb9a1f595 100644
--- a/scm-packaging/windows/pom.xml
+++ b/scm-packaging/windows/pom.xml
@@ -32,12 +32,12 @@
sonia.scm.packaging
scm-packaging
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
windows
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml
index 33b1061c3f..2c61f07a89 100644
--- a/scm-plugins/pom.xml
+++ b/scm-plugins/pom.xml
@@ -31,13 +31,13 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm.plugins
scm-plugins
pom
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-plugins
@@ -60,7 +60,7 @@
sonia.scm
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
provided
@@ -69,7 +69,7 @@
sonia.scm
scm-annotation-processor
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
provided
@@ -99,7 +99,7 @@
sonia.scm
scm-test
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json
index a0ca9cf3ac..4f4087a3f6 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"main": "./src/main/js/index.ts",
"scripts": {
@@ -20,6 +20,6 @@
},
"prettier": "@scm-manager/prettier-config",
"dependencies": {
- "@scm-manager/ui-plugins": "^2.10.0-SNAPSHOT"
+ "@scm-manager/ui-plugins": "^2.11.0-SNAPSHOT"
}
}
diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml
index 23c7e50527..b5c374758d 100644
--- a/scm-plugins/scm-git-plugin/pom.xml
+++ b/scm-plugins/scm-git-plugin/pom.xml
@@ -31,7 +31,7 @@
scm-plugins
sonia.scm.plugins
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-git-plugin
diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json
index 107dde3e2e..8aaa4d0b34 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"main": "./src/main/js/index.ts",
"scripts": {
@@ -19,6 +19,6 @@
},
"prettier": "@scm-manager/prettier-config",
"dependencies": {
- "@scm-manager/ui-plugins": "^2.10.0-SNAPSHOT"
+ "@scm-manager/ui-plugins": "^2.11.0-SNAPSHOT"
}
}
diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml
index 3b280b4519..4841f72d18 100644
--- a/scm-plugins/scm-hg-plugin/pom.xml
+++ b/scm-plugins/scm-hg-plugin/pom.xml
@@ -31,7 +31,7 @@
sonia.scm.plugins
scm-plugins
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-hg-plugin
diff --git a/scm-plugins/scm-integration-test-plugin/pom.xml b/scm-plugins/scm-integration-test-plugin/pom.xml
index e4575edcf6..3c54fdefbb 100644
--- a/scm-plugins/scm-integration-test-plugin/pom.xml
+++ b/scm-plugins/scm-integration-test-plugin/pom.xml
@@ -29,12 +29,12 @@
sonia.scm.plugins
scm-plugins
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-integration-test-plugin
Add functions for integration tests. This is not intended for production systems.
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
smp
diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json
index 2772a2c2b2..6d7aed0b46 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"main": "./src/main/js/index.tsx",
"scripts": {
@@ -19,6 +19,6 @@
},
"prettier": "@scm-manager/prettier-config",
"dependencies": {
- "@scm-manager/ui-plugins": "^2.10.0-SNAPSHOT"
+ "@scm-manager/ui-plugins": "^2.11.0-SNAPSHOT"
}
}
diff --git a/scm-plugins/scm-legacy-plugin/pom.xml b/scm-plugins/scm-legacy-plugin/pom.xml
index 30fe94e9a8..9b8115c172 100644
--- a/scm-plugins/scm-legacy-plugin/pom.xml
+++ b/scm-plugins/scm-legacy-plugin/pom.xml
@@ -29,12 +29,12 @@
sonia.scm.plugins
scm-plugins
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-legacy-plugin
Support migrated repository urls and v1 passwords
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
smp
diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json
index b8dbeed962..6533d2242b 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"main": "./src/main/js/index.ts",
"scripts": {
@@ -19,6 +19,6 @@
},
"prettier": "@scm-manager/prettier-config",
"dependencies": {
- "@scm-manager/ui-plugins": "^2.10.0-SNAPSHOT"
+ "@scm-manager/ui-plugins": "^2.11.0-SNAPSHOT"
}
}
diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml
index f127b00c6d..722755991a 100644
--- a/scm-plugins/scm-svn-plugin/pom.xml
+++ b/scm-plugins/scm-svn-plugin/pom.xml
@@ -31,7 +31,7 @@
scm-plugins
sonia.scm.plugins
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-svn-plugin
diff --git a/scm-server/pom.xml b/scm-server/pom.xml
index 6016d0d537..854d17d347 100644
--- a/scm-server/pom.xml
+++ b/scm-server/pom.xml
@@ -31,12 +31,12 @@
scm
sonia.scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-server
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-server
jar
diff --git a/scm-test/pom.xml b/scm-test/pom.xml
index 3d155f8630..fbfc202396 100644
--- a/scm-test/pom.xml
+++ b/scm-test/pom.xml
@@ -31,12 +31,12 @@
scm
sonia.scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-test
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-test
@@ -50,7 +50,7 @@
sonia.scm
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
diff --git a/scm-ui/babel-preset/package.json b/scm-ui/babel-preset/package.json
index a37d1989f0..9cfea3931b 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"description": "Babel configuration for scm-manager and its plugins",
"main": "index.js",
diff --git a/scm-ui/e2e-tests/package.json b/scm-ui/e2e-tests/package.json
index 0fbc576449..252d3dfbe7 100644
--- a/scm-ui/e2e-tests/package.json
+++ b/scm-ui/e2e-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@scm-manager/e2e-tests",
- "version": "2.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"description": "End to end Tests for SCM-Manager",
"main": "index.js",
"author": "Eduard Heimbuch ",
diff --git a/scm-ui/eslint-config/package.json b/scm-ui/eslint-config/package.json
index 44b318c1b0..ea2bf6c5e9 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"description": "ESLint configuration for scm-manager and its plugins",
"main": "src/index.js",
"author": "Sebastian Sdorra ",
diff --git a/scm-ui/jest-preset/package.json b/scm-ui/jest-preset/package.json
index de6e233d3c..86528da5f4 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"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 0e9633053d..7ef7daae70 100644
--- a/scm-ui/pom.xml
+++ b/scm-ui/pom.xml
@@ -32,13 +32,13 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-ui
war
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-ui
diff --git a/scm-ui/prettier-config/package.json b/scm-ui/prettier-config/package.json
index 9594fb3819..6d27467ac8 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"description": "Prettier configuration",
"author": "Sebastian Sdorra ",
diff --git a/scm-ui/tsconfig/package.json b/scm-ui/tsconfig/package.json
index 1f9230a619..bd292addca 100644
--- a/scm-ui/tsconfig/package.json
+++ b/scm-ui/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@scm-manager/tsconfig",
- "version": "2.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"description": "TypeScript configuration",
"author": "Sebastian Sdorra ",
diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json
index 8990acba03..0a8499a875 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"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.10.0-SNAPSHOT",
+ "@scm-manager/ui-tests": "^2.11.0-SNAPSHOT",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-storyshots": "^6.0.28",
"@storybook/react": "^6.0.28",
@@ -50,8 +50,8 @@
"worker-plugin": "^3.2.0"
},
"dependencies": {
- "@scm-manager/ui-extensions": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-types": "^2.10.0-SNAPSHOT",
+ "@scm-manager/ui-extensions": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-types": "^2.11.0-SNAPSHOT",
"classnames": "^2.2.6",
"date-fns": "^2.4.1",
"gitdiff-parser": "^0.1.2",
diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json
index 64ee6367cc..4d9647eefe 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"main": "src/index.ts",
"license": "MIT",
"private": false,
diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json
index 97a840f7c8..2dfc6f60da 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"license": "MIT",
"bin": {
"ui-plugins": "./bin/ui-plugins.js"
},
"dependencies": {
- "@scm-manager/ui-components": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-extensions": "^2.10.0-SNAPSHOT",
+ "@scm-manager/ui-components": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-extensions": "^2.11.0-SNAPSHOT",
"classnames": "^2.2.6",
"query-string": "^5.0.1",
"react": "^16.10.2",
@@ -18,14 +18,14 @@
"styled-components": "^5.1.0"
},
"devDependencies": {
- "@scm-manager/babel-preset": "^2.10.0-SNAPSHOT",
- "@scm-manager/eslint-config": "^2.10.0-SNAPSHOT",
- "@scm-manager/jest-preset": "^2.10.0-SNAPSHOT",
- "@scm-manager/prettier-config": "^2.10.0-SNAPSHOT",
- "@scm-manager/tsconfig": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-scripts": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-tests": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-types": "^2.10.0-SNAPSHOT",
+ "@scm-manager/babel-preset": "^2.11.0-SNAPSHOT",
+ "@scm-manager/eslint-config": "^2.11.0-SNAPSHOT",
+ "@scm-manager/jest-preset": "^2.11.0-SNAPSHOT",
+ "@scm-manager/prettier-config": "^2.11.0-SNAPSHOT",
+ "@scm-manager/tsconfig": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-scripts": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-tests": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-types": "^2.11.0-SNAPSHOT",
"@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 fd8b63aa29..70b9955dd7 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"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 57ecfd1ac4..07096ea1d3 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"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 0c0df6b16b..376aff3c95 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"description": "Styles for SCM-Manager",
"main": "src/scm.scss",
"license": "MIT",
diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json
index fcbf2c137b..639d5872e7 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"description": "UI-Tests helpers",
"author": "Sebastian Sdorra ",
"license": "MIT",
diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json
index e420646d82..729d5b8c55 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"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 fd43d89102..67b92ecfd2 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.10.0-SNAPSHOT",
+ "version": "2.11.0-SNAPSHOT",
"private": true,
"dependencies": {
- "@scm-manager/ui-components": "^2.10.0-SNAPSHOT",
- "@scm-manager/ui-extensions": "^2.10.0-SNAPSHOT",
+ "@scm-manager/ui-components": "^2.11.0-SNAPSHOT",
+ "@scm-manager/ui-extensions": "^2.11.0-SNAPSHOT",
"classnames": "^2.2.5",
"history": "^4.10.1",
"i18next": "^19.6.0",
@@ -29,7 +29,7 @@
"test": "jest"
},
"devDependencies": {
- "@scm-manager/ui-tests": "^2.10.0-SNAPSHOT",
+ "@scm-manager/ui-tests": "^2.11.0-SNAPSHOT",
"@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 adb0f51980..df5199f6ac 100644
--- a/scm-webapp/pom.xml
+++ b/scm-webapp/pom.xml
@@ -32,13 +32,13 @@
sonia.scm
scm
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-webapp
war
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
scm-webapp
@@ -48,7 +48,7 @@
sonia.scm
scm-annotation-processor
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
provided
@@ -73,13 +73,13 @@
sonia.scm
scm-core
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
sonia.scm
scm-dao-xml
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
@@ -343,7 +343,7 @@
sonia.scm
scm-test
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
@@ -405,7 +405,7 @@
sonia.scm.plugins
scm-git-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
@@ -413,14 +413,14 @@
sonia.scm.plugins
scm-git-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
sonia.scm.plugins
scm-hg-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
@@ -428,14 +428,14 @@
sonia.scm.plugins
scm-hg-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
sonia.scm.plugins
scm-svn-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
tests
test
@@ -443,7 +443,7 @@
sonia.scm.plugins
scm-svn-plugin
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
test
@@ -729,7 +729,7 @@
sonia.scm
scm-ui
- 2.10.0-SNAPSHOT
+ 2.11.0-SNAPSHOT
war