Prepare for next development iteration

This commit is contained in:
Sebastian Sdorra
2020-02-03 13:42:29 +01:00
parent a6b1d1d2e1
commit c20a50e9ec
35 changed files with 101 additions and 104 deletions

View File

@@ -5,5 +5,5 @@
], ],
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"version": "2.0.0-rc3" "version": "2.0.0-SNAPSHOT"
} }

View File

@@ -7,7 +7,7 @@
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<description> <description>
The easiest way to share your Git, Mercurial The easiest way to share your Git, Mercurial
and Subversion repositories over http. and Subversion repositories over http.

View File

@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-annotation-processor</name> <name>scm-annotation-processor</name>
<dependencies> <dependencies>
@@ -21,7 +21,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- rest api --> <!-- rest api -->

View File

@@ -6,11 +6,11 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-annotations</name> <name>scm-annotations</name>
<dependencies> <dependencies>

View File

@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-core</name> <name>scm-core</name>
<dependencies> <dependencies>
@@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
@@ -199,7 +199,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -6,12 +6,12 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-dao-xml</artifactId> <artifactId>scm-dao-xml</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-dao-xml</name> <name>scm-dao-xml</name>
<dependencies> <dependencies>
@@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- test --> <!-- test -->
@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -6,40 +6,40 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-it</artifactId> <artifactId>scm-it</artifactId>
<!-- we need type war, because the jetty plugin does not work with jar or pom --> <!-- we need type war, because the jetty plugin does not work with jar or pom -->
<packaging>war</packaging> <packaging>war</packaging>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-it</name> <name>scm-it</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-git-plugin</artifactId> <artifactId>scm-git-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-git-plugin</artifactId> <artifactId>scm-git-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -47,14 +47,14 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -62,14 +62,14 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -6,13 +6,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-plugins</name> <name>scm-plugins</name>
<modules> <modules>
@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@scm-manager/scm-git-plugin", "name": "@scm-manager/scm-git-plugin",
"private": true, "private": true,
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "./src/main/js/index.ts", "main": "./src/main/js/index.ts",
"scripts": { "scripts": {
@@ -20,6 +20,6 @@
}, },
"prettier": "@scm-manager/prettier-config", "prettier": "@scm-manager/prettier-config",
"dependencies": { "dependencies": {
"@scm-manager/ui-plugins": "^2.0.0-rc3" "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
} }
} }

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>scm-git-plugin</artifactId> <artifactId>scm-git-plugin</artifactId>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@scm-manager/scm-hg-plugin", "name": "@scm-manager/scm-hg-plugin",
"private": true, "private": true,
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "./src/main/js/index.ts", "main": "./src/main/js/index.ts",
"scripts": { "scripts": {
@@ -19,6 +19,6 @@
}, },
"prettier": "@scm-manager/prettier-config", "prettier": "@scm-manager/prettier-config",
"dependencies": { "dependencies": {
"@scm-manager/ui-plugins": "^2.0.0-rc3" "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
} }
} }

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@scm-manager/scm-legacy-plugin", "name": "@scm-manager/scm-legacy-plugin",
"private": true, "private": true,
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "./src/main/js/index.tsx", "main": "./src/main/js/index.tsx",
"scripts": { "scripts": {
@@ -19,6 +19,6 @@
}, },
"prettier": "@scm-manager/prettier-config", "prettier": "@scm-manager/prettier-config",
"dependencies": { "dependencies": {
"@scm-manager/ui-plugins": "^2.0.0-rc3" "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
} }
} }

View File

@@ -4,12 +4,12 @@
<parent> <parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>scm-legacy-plugin</artifactId> <artifactId>scm-legacy-plugin</artifactId>
<description>Support migrated repository urls and v1 passwords</description> <description>Support migrated repository urls and v1 passwords</description>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<packaging>smp</packaging> <packaging>smp</packaging>
<dependencies> <dependencies>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@scm-manager/scm-svn-plugin", "name": "@scm-manager/scm-svn-plugin",
"private": true, "private": true,
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"main": "./src/main/js/index.ts", "main": "./src/main/js/index.ts",
"scripts": { "scripts": {
@@ -19,6 +19,6 @@
}, },
"prettier": "@scm-manager/prettier-config", "prettier": "@scm-manager/prettier-config",
"dependencies": { "dependencies": {
"@scm-manager/ui-plugins": "^2.0.0-rc3" "@scm-manager/ui-plugins": "^2.0.0-SNAPSHOT"
} }
} }

View File

@@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>

View File

@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-server</artifactId> <artifactId>scm-server</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-server</name> <name>scm-server</name>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@@ -6,12 +6,12 @@
<parent> <parent>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-test</name> <name>scm-test</name>
<dependencies> <dependencies>
@@ -25,7 +25,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/babel-preset", "name": "@scm-manager/babel-preset",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "Babel configuration for scm-manager and its plugins", "description": "Babel configuration for scm-manager and its plugins",
"main": "index.js", "main": "index.js",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/eslint-config", "name": "@scm-manager/eslint-config",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "ESLint configuration for scm-manager and its plugins", "description": "ESLint configuration for scm-manager and its plugins",
"main": "index.js", "main": "index.js",
"author": "Sebastian Sdorra <s.sdorra@gmail.com>", "author": "Sebastian Sdorra <s.sdorra@gmail.com>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/jest-preset", "name": "@scm-manager/jest-preset",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "Jest presets for SCM-Manager and its plugins", "description": "Jest presets for SCM-Manager and its plugins",
"main": "src/index.js", "main": "src/index.js",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",

View File

@@ -7,13 +7,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-ui</artifactId> <artifactId>scm-ui</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-ui</name> <name>scm-ui</name>
<properties> <properties>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/prettier-config", "name": "@scm-manager/prettier-config",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "Prettier configuration", "description": "Prettier configuration",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/tsconfig", "name": "@scm-manager/tsconfig",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"description": "TypeScript configuration", "description": "TypeScript configuration",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-components", "name": "@scm-manager/ui-components",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "UI Components for SCM-Manager and its plugins", "description": "UI Components for SCM-Manager and its plugins",
"main": "src/index.ts", "main": "src/index.ts",
"files": [ "files": [
@@ -18,7 +18,7 @@
"update-storyshots": "jest --testPathPattern=\"storyshots.test.ts\" --collectCoverage=false -u" "update-storyshots": "jest --testPathPattern=\"storyshots.test.ts\" --collectCoverage=false -u"
}, },
"devDependencies": { "devDependencies": {
"@scm-manager/ui-tests": "^2.0.0-rc3", "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
"@storybook/addon-actions": "^5.2.3", "@storybook/addon-actions": "^5.2.3",
"@storybook/addon-storyshots": "^5.2.3", "@storybook/addon-storyshots": "^5.2.3",
"@storybook/react": "^5.2.3", "@storybook/react": "^5.2.3",
@@ -45,8 +45,8 @@
"worker-plugin": "^3.2.0" "worker-plugin": "^3.2.0"
}, },
"dependencies": { "dependencies": {
"@scm-manager/ui-extensions": "^2.0.0-rc3", "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-types": "^2.0.0-rc3", "@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.4.1", "date-fns": "^2.4.1",
"event-source-polyfill": "^1.0.9", "event-source-polyfill": "^1.0.9",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-extensions", "name": "@scm-manager/ui-extensions",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"main": "src/index.ts", "main": "src/index.ts",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"private": false, "private": false,

View File

@@ -1,13 +1,13 @@
{ {
"name": "@scm-manager/ui-plugins", "name": "@scm-manager/ui-plugins",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"bin": { "bin": {
"ui-plugins": "./bin/ui-plugins.js" "ui-plugins": "./bin/ui-plugins.js"
}, },
"dependencies": { "dependencies": {
"@scm-manager/ui-components": "^2.0.0-rc3", "@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-extensions": "^2.0.0-rc3", "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"query-string": "^5.0.1", "query-string": "^5.0.1",
"react": "^16.10.2", "react": "^16.10.2",
@@ -18,14 +18,14 @@
"styled-components": "^4.4.0" "styled-components": "^4.4.0"
}, },
"devDependencies": { "devDependencies": {
"@scm-manager/babel-preset": "^2.0.0-rc3", "@scm-manager/babel-preset": "^2.0.0-SNAPSHOT",
"@scm-manager/eslint-config": "^2.0.0-rc3", "@scm-manager/eslint-config": "^2.0.0-SNAPSHOT",
"@scm-manager/jest-preset": "^2.0.0-rc3", "@scm-manager/jest-preset": "^2.0.0-SNAPSHOT",
"@scm-manager/prettier-config": "^2.0.0-rc3", "@scm-manager/prettier-config": "^2.0.0-SNAPSHOT",
"@scm-manager/tsconfig": "^2.0.0-rc3", "@scm-manager/tsconfig": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-scripts": "^2.0.0-rc3", "@scm-manager/ui-scripts": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-tests": "^2.0.0-rc3", "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-types": "^2.0.0-rc3", "@scm-manager/ui-types": "^2.0.0-SNAPSHOT",
"@types/classnames": "^2.2.9", "@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3", "@types/enzyme": "^3.10.3",
"@types/fetch-mock": "^7.3.1", "@types/fetch-mock": "^7.3.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-polyfill", "name": "@scm-manager/ui-polyfill",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "Polyfills for SCM-Manager UI", "description": "Polyfills for SCM-Manager UI",
"main": "src/index.js", "main": "src/index.js",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-scripts", "name": "@scm-manager/ui-scripts",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "Build scripts for SCM-Manager", "description": "Build scripts for SCM-Manager",
"main": "src/index.js", "main": "src/index.js",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-styles", "name": "@scm-manager/ui-styles",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "Styles for SCM-Manager", "description": "Styles for SCM-Manager",
"main": "src/scm.scss", "main": "src/scm.scss",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-tests", "name": "@scm-manager/ui-tests",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "UI-Tests helpers", "description": "UI-Tests helpers",
"author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>", "author": "Sebastian Sdorra <sebastian.sdorra@cloudogu.com>",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-types", "name": "@scm-manager/ui-types",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"description": "Flow types for SCM-Manager related Objects", "description": "Flow types for SCM-Manager related Objects",
"main": "src/index.ts", "main": "src/index.ts",
"files": [ "files": [

View File

@@ -1,10 +1,10 @@
{ {
"name": "@scm-manager/ui-webapp", "name": "@scm-manager/ui-webapp",
"version": "2.0.0-rc3", "version": "2.0.0-SNAPSHOT",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@scm-manager/ui-components": "^2.0.0-rc3", "@scm-manager/ui-components": "^2.0.0-SNAPSHOT",
"@scm-manager/ui-extensions": "^2.0.0-rc3", "@scm-manager/ui-extensions": "^2.0.0-SNAPSHOT",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"history": "^4.10.1", "history": "^4.10.1",
"i18next": "^17.3.0", "i18next": "^17.3.0",
@@ -29,7 +29,7 @@
"test": "jest" "test": "jest"
}, },
"devDependencies": { "devDependencies": {
"@scm-manager/ui-tests": "^2.0.0-rc3", "@scm-manager/ui-tests": "^2.0.0-SNAPSHOT",
"@types/classnames": "^2.2.9", "@types/classnames": "^2.2.9",
"@types/enzyme": "^3.10.3", "@types/enzyme": "^3.10.3",
"@types/fetch-mock": "^7.3.1", "@types/fetch-mock": "^7.3.1",

View File

@@ -6,13 +6,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-webapp</artifactId> <artifactId>scm-webapp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<name>scm-webapp</name> <name>scm-webapp</name>
<dependencies> <dependencies>
@@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -47,13 +47,13 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-dao-xml</artifactId> <artifactId>scm-dao-xml</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- security --> <!-- security -->
@@ -300,7 +300,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
@@ -356,7 +356,7 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-git-plugin</artifactId> <artifactId>scm-git-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -364,14 +364,14 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-git-plugin</artifactId> <artifactId>scm-git-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -379,14 +379,14 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -394,7 +394,7 @@
<dependency> <dependency>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -618,7 +618,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-ui</artifactId> <artifactId>scm-ui</artifactId>
<version>2.0.0-rc3</version> <version>2.0.0-SNAPSHOT</version>
<type>war</type> <type>war</type>
</dependency> </dependency>

View File

@@ -3658,6 +3658,11 @@ babel-code-frame@^6.22.0:
esutils "^2.0.2" esutils "^2.0.2"
js-tokens "^3.0.2" js-tokens "^3.0.2"
babel-core@7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
babel-eslint@^10.0.3: babel-eslint@^10.0.3:
version "10.0.3" version "10.0.3"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a" resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
@@ -6793,7 +6798,7 @@ fast-safe-stringify@^1.0.8, fast-safe-stringify@^1.2.1:
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-1.2.3.tgz#9fe22c37fb2f7f86f06b8f004377dbf8f1ee7bc1" resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-1.2.3.tgz#9fe22c37fb2f7f86f06b8f004377dbf8f1ee7bc1"
integrity sha512-QJYT/i0QYoiZBQ71ivxdyTqkwKkQ0oxACXHYxH2zYHJEgzi2LsbjgvtzTbLi1SZcF190Db2YP7I7eTsU2egOlw== integrity sha512-QJYT/i0QYoiZBQ71ivxdyTqkwKkQ0oxACXHYxH2zYHJEgzi2LsbjgvtzTbLi1SZcF190Db2YP7I7eTsU2egOlw==
fault@^1.0.0, fault@^1.0.2: fault@^1.0.0:
version "1.0.4" version "1.0.4"
resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" resolved "https://registry.yarnpkg.com/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13"
integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==
@@ -7344,7 +7349,7 @@ gitconfiglocal@^1.0.0:
dependencies: dependencies:
ini "^1.3.2" ini "^1.3.2"
gitdiff-parser@^0.1.2: gitdiff-parser@^0.1.2, "gitdiff-parser@https://github.com/scm-manager/gitdiff-parser#ed3fe7de73dbb0a06c3e6adbbdf22dbae6e66351":
version "0.1.2" version "0.1.2"
resolved "https://github.com/scm-manager/gitdiff-parser#ed3fe7de73dbb0a06c3e6adbbdf22dbae6e66351" resolved "https://github.com/scm-manager/gitdiff-parser#ed3fe7de73dbb0a06c3e6adbbdf22dbae6e66351"
@@ -9665,7 +9670,7 @@ lower-case@^1.1.1:
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw=
lowlight@^1.13.0: lowlight@1.13.1, lowlight@^1.13.0, lowlight@~1.11.0:
version "1.13.1" version "1.13.1"
resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.13.1.tgz#c4f0e03906ebd23fedf2d258f6ab2f6324cf90eb" resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.13.1.tgz#c4f0e03906ebd23fedf2d258f6ab2f6324cf90eb"
integrity sha512-kQ71/T6RksEVz9AlPq07/2m+SU/1kGvt9k39UtvHX760u4SaWakaYH7hYgH5n6sTsCWk4MVYzUzLU59aN5CSmQ== integrity sha512-kQ71/T6RksEVz9AlPq07/2m+SU/1kGvt9k39UtvHX760u4SaWakaYH7hYgH5n6sTsCWk4MVYzUzLU59aN5CSmQ==
@@ -9673,14 +9678,6 @@ lowlight@^1.13.0:
fault "^1.0.0" fault "^1.0.0"
highlight.js "~9.16.0" highlight.js "~9.16.0"
lowlight@~1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.11.0.tgz#1304d83005126d4e8b1dc0f07981e9b689ec2efc"
integrity sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A==
dependencies:
fault "^1.0.2"
highlight.js "~9.13.0"
lru-cache@^4.0.1: lru-cache@^4.0.1:
version "4.1.5" version "4.1.5"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"