From 476ef7d37604f80f7f4812fe1862ef9f7398d701 Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Fri, 18 Oct 2019 10:00:10 +0300 Subject: [PATCH] Remove old dependencies (#14919) Signed-off-by: Vitalii Parfonov --- typescript-dto/dto-pom.xml | 29 ----------------------------- typescript-dto/package.json | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/typescript-dto/dto-pom.xml b/typescript-dto/dto-pom.xml index 50266d770e..f9e508630e 100644 --- a/typescript-dto/dto-pom.xml +++ b/typescript-dto/dto-pom.xml @@ -26,30 +26,6 @@ 7.4.0-SNAPSHOT - - - ossrh - central public releases - https://oss.sonatype.org/content/repositories/releases/ - - - ossrh-snapshots - central public snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - codenvy-public-repo - ossrh releases - https://oss.sonatype.org/content/repositories/releases/ - - - ossrh-snapshots - ossrh snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - @@ -72,11 +48,6 @@ che-core-api-factory-shared ${che.version} - - org.eclipse.che.core - che-core-api-project-shared - ${che.version} - org.eclipse.che.core che-core-api-ssh-shared diff --git a/typescript-dto/package.json b/typescript-dto/package.json index 0542861599..5c8fb10ab0 100644 --- a/typescript-dto/package.json +++ b/typescript-dto/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-che/api", - "version": "6.17.0", + "version": "7.4.0-SNAPSHOT", "description": "Eclipse Che DTO API", "types": "index.d.ts", "license": "EPL-2.0",