release version 2.12.0

This commit is contained in:
CES Marvin
2020-12-17 14:55:08 +00:00
parent 61225f4a9c
commit 38a7ff6acb
39 changed files with 104 additions and 104 deletions

View File

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

View File

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

View File

@@ -31,12 +31,12 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-annotation-processor</name> <name>scm-annotation-processor</name>
<dependencies> <dependencies>
@@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<!-- rest api --> <!-- rest api -->

View File

@@ -31,11 +31,11 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-annotations</name> <name>scm-annotations</name>
<dependencies> <dependencies>

View File

@@ -31,11 +31,11 @@
<parent> <parent>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-core</name> <name>scm-core</name>
<dependencies> <dependencies>
@@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotations</artifactId> <artifactId>scm-annotations</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<dependency> <dependency>
@@ -227,7 +227,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@@ -31,11 +31,11 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-dao-xml</artifactId> <artifactId>scm-dao-xml</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-dao-xml</name> <name>scm-dao-xml</name>
<dependencies> <dependencies>
@@ -50,7 +50,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<!-- test --> <!-- test -->
@@ -58,7 +58,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -31,40 +31,40 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -72,14 +72,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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -87,14 +87,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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>deb</artifactId> <artifactId>deb</artifactId>
<packaging>deb</packaging> <packaging>deb</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<description>Packaging for Debian/Ubuntu</description> <description>Packaging for Debian/Ubuntu</description>
<name>deb</name> <name>deb</name>
@@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-server</artifactId> <artifactId>scm-server</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>docker</artifactId> <artifactId>docker</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<dependencies> <dependencies>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>helm</artifactId> <artifactId>helm</artifactId>
<packaging>helm</packaging> <packaging>helm</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<properties> <properties>
<helm.version>3.2.1</helm.version> <helm.version>3.2.1</helm.version>

View File

@@ -31,13 +31,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<properties> <properties>
<deployment.serverId>packages.scm-manager.org</deployment.serverId> <deployment.serverId>packages.scm-manager.org</deployment.serverId>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>release-yaml</artifactId> <artifactId>release-yaml</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<build> <build>
<plugins> <plugins>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>rpm</artifactId> <artifactId>rpm</artifactId>
<packaging>rpm</packaging> <packaging>rpm</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<description>Packaging for RedHat/Centos/Fedora</description> <description>Packaging for RedHat/Centos/Fedora</description>
<name>rpm</name> <name>rpm</name>
@@ -52,7 +52,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-server</artifactId> <artifactId>scm-server</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@@ -31,12 +31,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>unix</artifactId> <artifactId>unix</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<dependencies> <dependencies>

View File

@@ -32,12 +32,12 @@
<parent> <parent>
<groupId>sonia.scm.packaging</groupId> <groupId>sonia.scm.packaging</groupId>
<artifactId>scm-packaging</artifactId> <artifactId>scm-packaging</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>windows</artifactId> <artifactId>windows</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<dependencies> <dependencies>

View File

@@ -31,13 +31,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-plugins</name> <name>scm-plugins</name>
<modules> <modules>
@@ -60,7 +60,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -69,7 +69,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -99,7 +99,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"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.12.0-SNAPSHOT" "@scm-manager/ui-plugins": "^2.12.0"
} }
} }

View File

@@ -31,7 +31,7 @@
<parent> <parent>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"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.12.0-SNAPSHOT" "@scm-manager/ui-plugins": "^2.12.0"
} }
} }

View File

@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-hg-plugin</artifactId> <artifactId>scm-hg-plugin</artifactId>

View File

@@ -29,12 +29,12 @@
<parent> <parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-integration-test-plugin</artifactId> <artifactId>scm-integration-test-plugin</artifactId>
<description>Add functions for integration tests. This is not intended for production systems.</description> <description>Add functions for integration tests. This is not intended for production systems.</description>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<packaging>smp</packaging> <packaging>smp</packaging>
<dependencies> <dependencies>

View File

@@ -1,7 +1,7 @@
{ {
"name": "@scm-manager/scm-legacy-plugin", "name": "@scm-manager/scm-legacy-plugin",
"private": true, "private": true,
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"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.12.0-SNAPSHOT" "@scm-manager/ui-plugins": "^2.12.0"
} }
} }

View File

@@ -29,12 +29,12 @@
<parent> <parent>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"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.12.0-SNAPSHOT" "@scm-manager/ui-plugins": "^2.12.0"
} }
} }

View File

@@ -31,7 +31,7 @@
<parent> <parent>
<artifactId>scm-plugins</artifactId> <artifactId>scm-plugins</artifactId>
<groupId>sonia.scm.plugins</groupId> <groupId>sonia.scm.plugins</groupId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<artifactId>scm-svn-plugin</artifactId> <artifactId>scm-svn-plugin</artifactId>

View File

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

View File

@@ -31,12 +31,12 @@
<parent> <parent>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</parent> </parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-test</name> <name>scm-test</name>
<dependencies> <dependencies>
@@ -50,7 +50,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/e2e-tests", "name": "@scm-manager/e2e-tests",
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"description": "End to end Tests for SCM-Manager", "description": "End to end Tests for SCM-Manager",
"main": "index.js", "main": "index.js",
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>", "author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",

View File

@@ -32,13 +32,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-ui</name> <name>scm-ui</name>
<properties> <properties>

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-components", "name": "@scm-manager/ui-components",
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"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": [
@@ -23,7 +23,7 @@
"@scm-manager/jest-preset": "^2.12.1", "@scm-manager/jest-preset": "^2.12.1",
"@scm-manager/prettier-config": "^2.10.1", "@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.10.1", "@scm-manager/tsconfig": "^2.10.1",
"@scm-manager/ui-tests": "^2.12.0-SNAPSHOT", "@scm-manager/ui-tests": "^2.12.0",
"@storybook/addon-actions": "^6.0.28", "@storybook/addon-actions": "^6.0.28",
"@storybook/addon-storyshots": "^6.0.28", "@storybook/addon-storyshots": "^6.0.28",
"@storybook/react": "^6.0.28", "@storybook/react": "^6.0.28",
@@ -55,8 +55,8 @@
"worker-plugin": "^3.2.0" "worker-plugin": "^3.2.0"
}, },
"dependencies": { "dependencies": {
"@scm-manager/ui-extensions": "^2.12.0-SNAPSHOT", "@scm-manager/ui-extensions": "^2.12.0",
"@scm-manager/ui-types": "^2.12.0-SNAPSHOT", "@scm-manager/ui-types": "^2.12.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.4.1", "date-fns": "^2.4.1",
"gitdiff-parser": "^0.1.2", "gitdiff-parser": "^0.1.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-extensions", "name": "@scm-manager/ui-extensions",
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"main": "src/index.ts", "main": "src/index.ts",
"license": "MIT", "license": "MIT",
"private": false, "private": false,

View File

@@ -1,13 +1,13 @@
{ {
"name": "@scm-manager/ui-plugins", "name": "@scm-manager/ui-plugins",
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"ui-plugins": "./bin/ui-plugins.js" "ui-plugins": "./bin/ui-plugins.js"
}, },
"dependencies": { "dependencies": {
"@scm-manager/ui-components": "^2.12.0-SNAPSHOT", "@scm-manager/ui-components": "^2.12.0",
"@scm-manager/ui-extensions": "^2.12.0-SNAPSHOT", "@scm-manager/ui-extensions": "^2.12.0",
"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",
@@ -23,9 +23,9 @@
"@scm-manager/jest-preset": "^2.12.1", "@scm-manager/jest-preset": "^2.12.1",
"@scm-manager/prettier-config": "^2.10.1", "@scm-manager/prettier-config": "^2.10.1",
"@scm-manager/tsconfig": "^2.10.1", "@scm-manager/tsconfig": "^2.10.1",
"@scm-manager/ui-scripts": "^2.12.0-SNAPSHOT", "@scm-manager/ui-scripts": "^2.12.0",
"@scm-manager/ui-tests": "^2.12.0-SNAPSHOT", "@scm-manager/ui-tests": "^2.12.0",
"@scm-manager/ui-types": "^2.12.0-SNAPSHOT", "@scm-manager/ui-types": "^2.12.0",
"@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.12.0-SNAPSHOT", "version": "2.12.0",
"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.12.0-SNAPSHOT", "version": "2.12.0",
"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.12.0-SNAPSHOT", "version": "2.12.0",
"description": "Styles for SCM-Manager", "description": "Styles for SCM-Manager",
"main": "src/scm.scss", "main": "src/scm.scss",
"license": "MIT", "license": "MIT",

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "@scm-manager/ui-types", "name": "@scm-manager/ui-types",
"version": "2.12.0-SNAPSHOT", "version": "2.12.0",
"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.12.0-SNAPSHOT", "version": "2.12.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@scm-manager/ui-components": "^2.12.0-SNAPSHOT", "@scm-manager/ui-components": "^2.12.0",
"@scm-manager/ui-extensions": "^2.12.0-SNAPSHOT", "@scm-manager/ui-extensions": "^2.12.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"history": "^4.10.1", "history": "^4.10.1",
"i18next": "^19.6.0", "i18next": "^19.6.0",
@@ -30,7 +30,7 @@
}, },
"devDependencies": { "devDependencies": {
"@scm-manager/jest-preset": "^2.12.1", "@scm-manager/jest-preset": "^2.12.1",
"@scm-manager/ui-tests": "^2.12.0-SNAPSHOT", "@scm-manager/ui-tests": "^2.12.0",
"@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

@@ -32,13 +32,13 @@
<parent> <parent>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm</artifactId> <artifactId>scm</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<name>scm-webapp</name> <name>scm-webapp</name>
<dependencies> <dependencies>
@@ -48,7 +48,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-annotation-processor</artifactId> <artifactId>scm-annotation-processor</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@@ -73,13 +73,13 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-core</artifactId> <artifactId>scm-core</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
</dependency> </dependency>
<!-- security --> <!-- security -->
@@ -343,7 +343,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-test</artifactId> <artifactId>scm-test</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>
@@ -405,7 +405,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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -413,14 +413,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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -428,14 +428,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.12.0-SNAPSHOT</version> <version>2.12.0</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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -443,7 +443,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.12.0-SNAPSHOT</version> <version>2.12.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@@ -729,7 +729,7 @@
<dependency> <dependency>
<groupId>sonia.scm</groupId> <groupId>sonia.scm</groupId>
<artifactId>scm-ui</artifactId> <artifactId>scm-ui</artifactId>
<version>2.12.0-SNAPSHOT</version> <version>2.12.0</version>
<type>war</type> <type>war</type>
</dependency> </dependency>