diff --git a/assembly/assembly-dashboard-war/pom.xml b/assembly/assembly-dashboard-war/pom.xml index 7bafdcea15..9e48e376a3 100644 --- a/assembly/assembly-dashboard-war/pom.xml +++ b/assembly/assembly-dashboard-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-dashboard-war war diff --git a/assembly/assembly-ide-war/pom.xml b/assembly/assembly-ide-war/pom.xml index b59b2464bb..4f688142c1 100644 --- a/assembly/assembly-ide-war/pom.xml +++ b/assembly/assembly-ide-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-ide-war war diff --git a/assembly/assembly-main/pom.xml b/assembly/assembly-main/pom.xml index 3b49cc4b61..4b185f9fac 100644 --- a/assembly/assembly-main/pom.xml +++ b/assembly/assembly-main/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-main pom diff --git a/assembly/assembly-website-war/pom.xml b/assembly/assembly-website-war/pom.xml index e489a08796..0a2bc516bf 100644 --- a/assembly/assembly-website-war/pom.xml +++ b/assembly/assembly-website-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-website-war war diff --git a/assembly/assembly-wsagent-server/pom.xml b/assembly/assembly-wsagent-server/pom.xml index 0e18a1ea5e..67efbb5252 100644 --- a/assembly/assembly-wsagent-server/pom.xml +++ b/assembly/assembly-wsagent-server/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-wsagent-server pom diff --git a/assembly/assembly-wsagent-war/pom.xml b/assembly/assembly-wsagent-war/pom.xml index 306352671a..d053a56e8c 100644 --- a/assembly/assembly-wsagent-war/pom.xml +++ b/assembly/assembly-wsagent-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-wsagent-war war diff --git a/assembly/assembly-wsmaster-war/pom.xml b/assembly/assembly-wsmaster-war/pom.xml index 94cbec1c4a..ed8d1176bb 100644 --- a/assembly/assembly-wsmaster-war/pom.xml +++ b/assembly/assembly-wsmaster-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT assembly-wsmaster-war war diff --git a/assembly/compiling-ide-war/pom.xml b/assembly/compiling-ide-war/pom.xml index 8680c25608..3f06ef5d63 100644 --- a/assembly/compiling-ide-war/pom.xml +++ b/assembly/compiling-ide-war/pom.xml @@ -16,7 +16,7 @@ onpremises-ide-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT compiling-ide-war war diff --git a/assembly/pom.xml b/assembly/pom.xml index 4cd61ff05e..2876a670ca 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -16,12 +16,12 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml com.codenvy.onpremises onpremises-ide-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Onpremises IDE :: Parent diff --git a/dashboard/pom.xml b/dashboard/pom.xml index a3fcdd6bcb..c6cb2eea4a 100644 --- a/dashboard/pom.xml +++ b/dashboard/pom.xml @@ -16,12 +16,12 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml com.codenvy.dashboard dashboard-war - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT war Codenvy Dashboard :: Web App 2015 diff --git a/dockerfiles/agents/pom.xml b/dockerfiles/agents/pom.xml index c4f46dc94b..b12208e93e 100644 --- a/dockerfiles/agents/pom.xml +++ b/dockerfiles/agents/pom.xml @@ -16,12 +16,12 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../../pom.xml com.codenvy.dockerfiles dockerfiles-agents - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Dockerfiles :: Agents diff --git a/dockerfiles/cli/Dockerfile b/dockerfiles/cli/Dockerfile index 6fe15b2c91..2a6e26bccd 100644 --- a/dockerfiles/cli/Dockerfile +++ b/dockerfiles/cli/Dockerfile @@ -15,7 +15,7 @@ # use: # docker run -v $(pwd):/codenvy codenvy/cli [command] -FROM eclipse/che-base:nightly +FROM eclipse/che-base:5.21.0 COPY scripts /scripts/ COPY version /version/ diff --git a/dockerfiles/cli/version/latest.ver b/dockerfiles/cli/version/latest.ver index e0b67f8a2c..d2ccb80e55 100644 --- a/dockerfiles/cli/version/latest.ver +++ b/dockerfiles/cli/version/latest.ver @@ -1 +1 @@ -5.20.0 \ No newline at end of file +5.21.0 \ No newline at end of file diff --git a/ide/codenvy-ide-core/pom.xml b/ide/codenvy-ide-core/pom.xml index cee53b4203..e65d76ee5c 100644 --- a/ide/codenvy-ide-core/pom.xml +++ b/ide/codenvy-ide-core/pom.xml @@ -16,7 +16,7 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../../pom.xml codenvy-ide-core diff --git a/plugins/plugin-activity/codenvy-plugin-activity-ide/pom.xml b/plugins/plugin-activity/codenvy-plugin-activity-ide/pom.xml index 9b7a6c0b0f..6eeccf2b2c 100644 --- a/plugins/plugin-activity/codenvy-plugin-activity-ide/pom.xml +++ b/plugins/plugin-activity/codenvy-plugin-activity-ide/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-activity-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-activity-ide diff --git a/plugins/plugin-activity/codenvy-plugin-activity-wsmaster/pom.xml b/plugins/plugin-activity/codenvy-plugin-activity-wsmaster/pom.xml index 6e6f6011e6..01113006df 100644 --- a/plugins/plugin-activity/codenvy-plugin-activity-wsmaster/pom.xml +++ b/plugins/plugin-activity/codenvy-plugin-activity-wsmaster/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-activity-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-activity-wsmaster diff --git a/plugins/plugin-activity/pom.xml b/plugins/plugin-activity/pom.xml index a72f1db9c9..25d49b3cb4 100644 --- a/plugins/plugin-activity/pom.xml +++ b/plugins/plugin-activity/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-activity-parent diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-configuration/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-configuration/pom.xml index ff1440179c..324471a5fd 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-configuration/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-configuration/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-configuration jar diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-client/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-client/pom.xml index 308002ed10..bd2d7caea2 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-client/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-client/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-ext-bitbucket-client jar diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-server/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-server/pom.xml index 0239e53089..be0e4c3824 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-server/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-server/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-ext-bitbucket-server jar diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/pom.xml index 0d391aeabd..09c625628e 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-ext-bitbucket-shared/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-ext-bitbucket-shared jar diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-git-provider/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-git-provider/pom.xml index 8f5d284b79..0d08565ccf 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-git-provider/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-git-provider/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-git-provider Codenvy Plugin :: Bitbucket :: Credential provider diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-oauth/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-oauth/pom.xml index d193ca4fdc..3a4bbe8a4f 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-oauth/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-oauth/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-oauth jar diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-pullrequest/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-pullrequest/pom.xml index 1a6064fcf5..2898f550a6 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-pullrequest/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucket-pullrequest/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucket-pullrequest Codenvy Plugin :: Bitbucket :: Pull request diff --git a/plugins/plugin-bitbucket/codenvy-plugin-bitbucketserver-webhooks/pom.xml b/plugins/plugin-bitbucket/codenvy-plugin-bitbucketserver-webhooks/pom.xml index ab88d1b05b..8b5a6650fb 100644 --- a/plugins/plugin-bitbucket/codenvy-plugin-bitbucketserver-webhooks/pom.xml +++ b/plugins/plugin-bitbucket/codenvy-plugin-bitbucketserver-webhooks/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-bitbucket-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-bitbucketserver-webhooks Codenvy Plugin :: Bitbucket :: Bitbucket Server Webhooks diff --git a/plugins/plugin-bitbucket/pom.xml b/plugins/plugin-bitbucket/pom.xml index 9bb1fa9376..9ceffcfd11 100644 --- a/plugins/plugin-bitbucket/pom.xml +++ b/plugins/plugin-bitbucket/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-bitbucket-parent diff --git a/plugins/plugin-github/codenvy-plugin-github-webhooks/pom.xml b/plugins/plugin-github/codenvy-plugin-github-webhooks/pom.xml index 84ef7fe6b2..ba33863720 100644 --- a/plugins/plugin-github/codenvy-plugin-github-webhooks/pom.xml +++ b/plugins/plugin-github/codenvy-plugin-github-webhooks/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-github-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-github-webhooks Codenvy Plugin :: GitHub :: Webhooks diff --git a/plugins/plugin-github/pom.xml b/plugins/plugin-github/pom.xml index eea2d84caf..93462333b6 100644 --- a/plugins/plugin-github/pom.xml +++ b/plugins/plugin-github/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-github-parent diff --git a/plugins/plugin-gitlab/codenvy-plugin-gitlab-factory-resolver/pom.xml b/plugins/plugin-gitlab/codenvy-plugin-gitlab-factory-resolver/pom.xml index 9a6a8a8166..5ac1fdebf8 100644 --- a/plugins/plugin-gitlab/codenvy-plugin-gitlab-factory-resolver/pom.xml +++ b/plugins/plugin-gitlab/codenvy-plugin-gitlab-factory-resolver/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-gitlab-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-gitlab-factory-resolver jar diff --git a/plugins/plugin-gitlab/pom.xml b/plugins/plugin-gitlab/pom.xml index cf6d39014b..b9c8ab1f8f 100644 --- a/plugins/plugin-gitlab/pom.xml +++ b/plugins/plugin-gitlab/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-gitlab-parent diff --git a/plugins/plugin-google/codenvy-plugin-google-oauth2/pom.xml b/plugins/plugin-google/codenvy-plugin-google-oauth2/pom.xml index 54df598701..38628d89fb 100644 --- a/plugins/plugin-google/codenvy-plugin-google-oauth2/pom.xml +++ b/plugins/plugin-google/codenvy-plugin-google-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-google-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-google-oauth2 jar diff --git a/plugins/plugin-google/pom.xml b/plugins/plugin-google/pom.xml index 4f481a245c..09b0ddb228 100644 --- a/plugins/plugin-google/pom.xml +++ b/plugins/plugin-google/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-google-parent diff --git a/plugins/plugin-hosted/codenvy-hosted-ext-hosted/pom.xml b/plugins/plugin-hosted/codenvy-hosted-ext-hosted/pom.xml index ab6221963d..3238346908 100644 --- a/plugins/plugin-hosted/codenvy-hosted-ext-hosted/pom.xml +++ b/plugins/plugin-hosted/codenvy-hosted-ext-hosted/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-hosted-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-ext-hosted jar diff --git a/plugins/plugin-hosted/codenvy-hosted-ext-profile/pom.xml b/plugins/plugin-hosted/codenvy-hosted-ext-profile/pom.xml index eac98794ac..0945c89598 100644 --- a/plugins/plugin-hosted/codenvy-hosted-ext-profile/pom.xml +++ b/plugins/plugin-hosted/codenvy-hosted-ext-profile/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-hosted-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-ext-profile jar diff --git a/plugins/plugin-hosted/codenvy-hosted-ext-support-help/pom.xml b/plugins/plugin-hosted/codenvy-hosted-ext-support-help/pom.xml index 3a903385d9..dc60717754 100644 --- a/plugins/plugin-hosted/codenvy-hosted-ext-support-help/pom.xml +++ b/plugins/plugin-hosted/codenvy-hosted-ext-support-help/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-hosted-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-ext-support-help jar diff --git a/plugins/plugin-hosted/codenvy-machine-hosted/pom.xml b/plugins/plugin-hosted/codenvy-machine-hosted/pom.xml index 39b6dbfb77..c3e3881465 100644 --- a/plugins/plugin-hosted/codenvy-machine-hosted/pom.xml +++ b/plugins/plugin-hosted/codenvy-machine-hosted/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-hosted-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-machine-hosted Codenvy Plugin :: Hosted :: Machine diff --git a/plugins/plugin-hosted/pom.xml b/plugins/plugin-hosted/pom.xml index 632f82696a..af994fd430 100644 --- a/plugins/plugin-hosted/pom.xml +++ b/plugins/plugin-hosted/pom.xml @@ -16,11 +16,11 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-hosted-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Codenvy Plugin :: Hosted :: Parent diff --git a/plugins/plugin-jenkins/codenvy-plugin-jenkins-webhooks/pom.xml b/plugins/plugin-jenkins/codenvy-plugin-jenkins-webhooks/pom.xml index 9fabe4f8b5..05b622b1e7 100644 --- a/plugins/plugin-jenkins/codenvy-plugin-jenkins-webhooks/pom.xml +++ b/plugins/plugin-jenkins/codenvy-plugin-jenkins-webhooks/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-jenkins-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-jenkins-webhooks Codenvy Plugin :: Jenkins :: Webhooks diff --git a/plugins/plugin-jenkins/pom.xml b/plugins/plugin-jenkins/pom.xml index c0e1a3f060..1fb3db3238 100644 --- a/plugins/plugin-jenkins/pom.xml +++ b/plugins/plugin-jenkins/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-jenkins-parent diff --git a/plugins/plugin-linkedin/codenvy-plugin-linkedin-oauth2/pom.xml b/plugins/plugin-linkedin/codenvy-plugin-linkedin-oauth2/pom.xml index fbdaa0e6d1..1b074184c6 100644 --- a/plugins/plugin-linkedin/codenvy-plugin-linkedin-oauth2/pom.xml +++ b/plugins/plugin-linkedin/codenvy-plugin-linkedin-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-linkedin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-linkedin-oauth2 diff --git a/plugins/plugin-linkedin/pom.xml b/plugins/plugin-linkedin/pom.xml index 05c51752f5..b65763c5d0 100644 --- a/plugins/plugin-linkedin/pom.xml +++ b/plugins/plugin-linkedin/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-linkedin-parent diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-git-provider/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-git-provider/pom.xml index 69105401ef..6b7264b0ba 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-git-provider/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-git-provider/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-git-provider Codenvy Plugin :: Microsoft :: Credential provider diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-oauth2/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-oauth2/pom.xml index 2b6166602d..a0a6b64390 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-oauth2/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-oauth2 Codenvy Plugin :: Microsoft :: OAuth2 diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-client/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-client/pom.xml index 7ad0f1fab8..d206e6f0df 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-client/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-client/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-vsts-ext-client Codenvy Plugin :: Microsoft :: VSTS Client diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-server/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-server/pom.xml index 3a264146b9..5dad6f262c 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-server/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-server/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-vsts-ext-server Codenvy Plugin :: Microsoft :: VSTS Server diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-shared/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-shared/pom.xml index 0912d3c1ae..b2098d939a 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-shared/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-ext-shared/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-vsts-ext-shared Codenvy Plugin :: Microsoft :: VSTS Shared diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-pullrequest/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-pullrequest/pom.xml index 151d04b51f..8ba02754bb 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-pullrequest/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-pullrequest/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-vsts-pullrequest Codenvy Plugin :: Microsoft :: VSTS Pull request diff --git a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/pom.xml b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/pom.xml index 19e42cc29f..7fe9b4ede8 100644 --- a/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/pom.xml +++ b/plugins/plugin-microsoft/codenvy-plugin-microsoft-vsts-webhooks/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-microsoft-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-microsoft-vsts-webhooks Codenvy Plugin :: Microsoft :: VSTS Webhooks diff --git a/plugins/plugin-microsoft/pom.xml b/plugins/plugin-microsoft/pom.xml index ca296a74e8..eaf5196b8d 100644 --- a/plugins/plugin-microsoft/pom.xml +++ b/plugins/plugin-microsoft/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-microsoft-parent diff --git a/plugins/plugin-product-info/pom.xml b/plugins/plugin-product-info/pom.xml index ff0b4ed26e..8eae3dd526 100644 --- a/plugins/plugin-product-info/pom.xml +++ b/plugins/plugin-product-info/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-product-info diff --git a/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-git-provider/pom.xml b/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-git-provider/pom.xml index 972b0f7c19..a52ba5a06f 100644 --- a/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-git-provider/pom.xml +++ b/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-git-provider/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-projectlocker-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-projectlocker-git-provider Codenvy Plugin :: Projectlocker :: Credential provider diff --git a/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-oauth2/pom.xml b/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-oauth2/pom.xml index 52a222e025..eb595abba3 100644 --- a/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-oauth2/pom.xml +++ b/plugins/plugin-projectlocker/codenvy-plugin-projectlocker-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-projectlocker-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-projectlocker-oauth2 Codenvy Plugin :: Projectlocker :: OAuth2 diff --git a/plugins/plugin-projectlocker/pom.xml b/plugins/plugin-projectlocker/pom.xml index ecff12a2c2..69e0b6eaac 100644 --- a/plugins/plugin-projectlocker/pom.xml +++ b/plugins/plugin-projectlocker/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-projectlocker-parent diff --git a/plugins/plugin-redhat/codenvy-plugin-redhat-oauth2/pom.xml b/plugins/plugin-redhat/codenvy-plugin-redhat-oauth2/pom.xml index e106337070..f86fb97193 100644 --- a/plugins/plugin-redhat/codenvy-plugin-redhat-oauth2/pom.xml +++ b/plugins/plugin-redhat/codenvy-plugin-redhat-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-redhat-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-redhat-oauth2 diff --git a/plugins/plugin-redhat/pom.xml b/plugins/plugin-redhat/pom.xml index e07ad5ef3a..629ba88c6d 100644 --- a/plugins/plugin-redhat/pom.xml +++ b/plugins/plugin-redhat/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-redhat-parent diff --git a/plugins/plugin-webhooks/codenvy-plugin-webhooks-base/pom.xml b/plugins/plugin-webhooks/codenvy-plugin-webhooks-base/pom.xml index be31a95efd..69c8287d3e 100644 --- a/plugins/plugin-webhooks/codenvy-plugin-webhooks-base/pom.xml +++ b/plugins/plugin-webhooks/codenvy-plugin-webhooks-base/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-webhooks-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-webhooks-base Codenvy Plugin :: Webhooks :: Base diff --git a/plugins/plugin-webhooks/pom.xml b/plugins/plugin-webhooks/pom.xml index d5b2228d39..e56a6469d0 100644 --- a/plugins/plugin-webhooks/pom.xml +++ b/plugins/plugin-webhooks/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-webhooks-parent diff --git a/plugins/plugin-wso2/codenvy-plugin-wso2-git-provider/pom.xml b/plugins/plugin-wso2/codenvy-plugin-wso2-git-provider/pom.xml index 2fbe78ea55..88aec51054 100644 --- a/plugins/plugin-wso2/codenvy-plugin-wso2-git-provider/pom.xml +++ b/plugins/plugin-wso2/codenvy-plugin-wso2-git-provider/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-wso2-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-wso2-git-provider Codenvy Plugin :: WSO2 :: Credential provider diff --git a/plugins/plugin-wso2/codenvy-plugin-wso2-oauth2/pom.xml b/plugins/plugin-wso2/codenvy-plugin-wso2-oauth2/pom.xml index 8b9841f42c..39179618a4 100644 --- a/plugins/plugin-wso2/codenvy-plugin-wso2-oauth2/pom.xml +++ b/plugins/plugin-wso2/codenvy-plugin-wso2-oauth2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-wso2-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-plugin-wso2-oauth2 jar diff --git a/plugins/plugin-wso2/pom.xml b/plugins/plugin-wso2/pom.xml index 7f59ab77e5..cad8cd6dba 100644 --- a/plugins/plugin-wso2/pom.xml +++ b/plugins/plugin-wso2/pom.xml @@ -16,7 +16,7 @@ codenvy-plugin-parent com.codenvy.plugin - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml codenvy-plugin-wso2-parent diff --git a/plugins/pom.xml b/plugins/pom.xml index b3afdee7ce..38254ed015 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,12 +16,12 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml com.codenvy.plugin codenvy-plugin-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Codenvy Plugin Parent diff --git a/pom.xml b/pom.xml index 56d1f6b8ea..bc2b45c271 100644 --- a/pom.xml +++ b/pom.xml @@ -16,11 +16,11 @@ maven-depmgt-pom org.eclipse.che.depmgt - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT com.codenvy.onpremises onpremises-assembly-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Onpremises :: Parent @@ -41,10 +41,10 @@ 1.11.22 - 5.21.0-SNAPSHOT - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT + 5.21.1-SNAPSHOT 3.13.4 - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT 2.39.2 3.0.2 1.7.1 diff --git a/selenium/codenvy-selenium-test/pom.xml b/selenium/codenvy-selenium-test/pom.xml index 13bcc60848..f5d6b3ac2c 100644 --- a/selenium/codenvy-selenium-test/pom.xml +++ b/selenium/codenvy-selenium-test/pom.xml @@ -16,7 +16,7 @@ codenvy-selenium-parent com.codenvy.selenium - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT onprem-selenium-test jar diff --git a/selenium/pom.xml b/selenium/pom.xml index b8c6213612..68d191e620 100644 --- a/selenium/pom.xml +++ b/selenium/pom.xml @@ -16,7 +16,7 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT com.codenvy.selenium codenvy-selenium-parent diff --git a/site/pom.xml b/site/pom.xml index 33bda00bb1..6e1ee74607 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -16,12 +16,12 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT ../pom.xml com.codenvy.onpremises site - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Codenvy :: Website diff --git a/wsagent/codenvy-wsagent-core/pom.xml b/wsagent/codenvy-wsagent-core/pom.xml index 40b15b3323..9689e0269e 100644 --- a/wsagent/codenvy-wsagent-core/pom.xml +++ b/wsagent/codenvy-wsagent-core/pom.xml @@ -16,7 +16,7 @@ codenvy-agent-parent com.codenvy.onpremises.wsagent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-wsagent-core war diff --git a/wsagent/pom.xml b/wsagent/pom.xml index c8bcc46fa4..c62d6e1e2a 100644 --- a/wsagent/pom.xml +++ b/wsagent/pom.xml @@ -16,11 +16,11 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT com.codenvy.onpremises.wsagent codenvy-agent-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Codenvy Agent Parent diff --git a/wsagent/wsagent-codenvy/pom.xml b/wsagent/wsagent-codenvy/pom.xml index b96f5973c8..21509ef200 100644 --- a/wsagent/wsagent-codenvy/pom.xml +++ b/wsagent/wsagent-codenvy/pom.xml @@ -16,7 +16,7 @@ codenvy-agent-parent com.codenvy.onpremises.wsagent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT wsagent-codenvy jar diff --git a/wsmaster/codenvy-hosted-api-admin/pom.xml b/wsmaster/codenvy-hosted-api-admin/pom.xml index cee5f4a57e..0f98e258db 100644 --- a/wsmaster/codenvy-hosted-api-admin/pom.xml +++ b/wsmaster/codenvy-hosted-api-admin/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-admin jar diff --git a/wsmaster/codenvy-hosted-api-audit/pom.xml b/wsmaster/codenvy-hosted-api-audit/pom.xml index 9f3a82cb13..7a95dc89d1 100644 --- a/wsmaster/codenvy-hosted-api-audit/pom.xml +++ b/wsmaster/codenvy-hosted-api-audit/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-audit jar diff --git a/wsmaster/codenvy-hosted-api-invite-shared/pom.xml b/wsmaster/codenvy-hosted-api-invite-shared/pom.xml index 053f0c6470..42ac2b34ae 100644 --- a/wsmaster/codenvy-hosted-api-invite-shared/pom.xml +++ b/wsmaster/codenvy-hosted-api-invite-shared/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-invite-shared jar diff --git a/wsmaster/codenvy-hosted-api-invite/pom.xml b/wsmaster/codenvy-hosted-api-invite/pom.xml index 36e0d94e62..5e5ef95ee6 100644 --- a/wsmaster/codenvy-hosted-api-invite/pom.xml +++ b/wsmaster/codenvy-hosted-api-invite/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-invite jar diff --git a/wsmaster/codenvy-hosted-api-node-shared/pom.xml b/wsmaster/codenvy-hosted-api-node-shared/pom.xml index 5ab14547ef..4fe30bc286 100644 --- a/wsmaster/codenvy-hosted-api-node-shared/pom.xml +++ b/wsmaster/codenvy-hosted-api-node-shared/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-node-shared jar diff --git a/wsmaster/codenvy-hosted-api-node/pom.xml b/wsmaster/codenvy-hosted-api-node/pom.xml index 975d18f7d1..69275bf7a2 100644 --- a/wsmaster/codenvy-hosted-api-node/pom.xml +++ b/wsmaster/codenvy-hosted-api-node/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-node jar diff --git a/wsmaster/codenvy-hosted-api-organization/pom.xml b/wsmaster/codenvy-hosted-api-organization/pom.xml index af44b11bc0..1ae9cd2472 100644 --- a/wsmaster/codenvy-hosted-api-organization/pom.xml +++ b/wsmaster/codenvy-hosted-api-organization/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-api-organization jar diff --git a/wsmaster/codenvy-hosted-authorization/pom.xml b/wsmaster/codenvy-hosted-authorization/pom.xml index 33cd025130..6e37ce2c37 100644 --- a/wsmaster/codenvy-hosted-authorization/pom.xml +++ b/wsmaster/codenvy-hosted-authorization/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-authorization jar diff --git a/wsmaster/codenvy-hosted-events/pom.xml b/wsmaster/codenvy-hosted-events/pom.xml index ca44d5280c..bef8caa9c8 100644 --- a/wsmaster/codenvy-hosted-events/pom.xml +++ b/wsmaster/codenvy-hosted-events/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-events jar diff --git a/wsmaster/codenvy-hosted-integration-tests/codenvy-integration-tck-jpa/pom.xml b/wsmaster/codenvy-hosted-integration-tests/codenvy-integration-tck-jpa/pom.xml index 96f6a793ea..46f82a1a1f 100644 --- a/wsmaster/codenvy-hosted-integration-tests/codenvy-integration-tck-jpa/pom.xml +++ b/wsmaster/codenvy-hosted-integration-tests/codenvy-integration-tck-jpa/pom.xml @@ -16,7 +16,7 @@ codenvy-hosted-integration-tests com.codenvy.integration.tests - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-integration-tck-jpa jar diff --git a/wsmaster/codenvy-hosted-integration-tests/pom.xml b/wsmaster/codenvy-hosted-integration-tests/pom.xml index 0f8814d681..ccba2ff472 100644 --- a/wsmaster/codenvy-hosted-integration-tests/pom.xml +++ b/wsmaster/codenvy-hosted-integration-tests/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT com.codenvy.integration.tests codenvy-hosted-integration-tests diff --git a/wsmaster/codenvy-hosted-mail-resources/pom.xml b/wsmaster/codenvy-hosted-mail-resources/pom.xml index 5cfddbb528..ca113b0ae0 100644 --- a/wsmaster/codenvy-hosted-mail-resources/pom.xml +++ b/wsmaster/codenvy-hosted-mail-resources/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-mail-resources jar diff --git a/wsmaster/codenvy-hosted-platform-api-impl/pom.xml b/wsmaster/codenvy-hosted-platform-api-impl/pom.xml index fe4db01397..2dd766fdd8 100644 --- a/wsmaster/codenvy-hosted-platform-api-impl/pom.xml +++ b/wsmaster/codenvy-hosted-platform-api-impl/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-platform-api-impl jar diff --git a/wsmaster/codenvy-hosted-recoverpassword/pom.xml b/wsmaster/codenvy-hosted-recoverpassword/pom.xml index 14c5f531a9..d11a266c9b 100644 --- a/wsmaster/codenvy-hosted-recoverpassword/pom.xml +++ b/wsmaster/codenvy-hosted-recoverpassword/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-recoverpassword Codenvy :: Hosted :: Recover password diff --git a/wsmaster/codenvy-hosted-sso-auth-bearer/pom.xml b/wsmaster/codenvy-hosted-sso-auth-bearer/pom.xml index dd5d565748..9ebdd9a570 100644 --- a/wsmaster/codenvy-hosted-sso-auth-bearer/pom.xml +++ b/wsmaster/codenvy-hosted-sso-auth-bearer/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-sso-auth-bearer jar diff --git a/wsmaster/codenvy-hosted-sso-client/pom.xml b/wsmaster/codenvy-hosted-sso-client/pom.xml index 49d16926b6..630a5cf892 100644 --- a/wsmaster/codenvy-hosted-sso-client/pom.xml +++ b/wsmaster/codenvy-hosted-sso-client/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-sso-client jar diff --git a/wsmaster/codenvy-hosted-sso-oauth/pom.xml b/wsmaster/codenvy-hosted-sso-oauth/pom.xml index 45da61fa68..33dc5324dc 100644 --- a/wsmaster/codenvy-hosted-sso-oauth/pom.xml +++ b/wsmaster/codenvy-hosted-sso-oauth/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-sso-oauth jar diff --git a/wsmaster/codenvy-hosted-sso-server-organization/pom.xml b/wsmaster/codenvy-hosted-sso-server-organization/pom.xml index fc0b61a696..05d934bfd1 100644 --- a/wsmaster/codenvy-hosted-sso-server-organization/pom.xml +++ b/wsmaster/codenvy-hosted-sso-server-organization/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-sso-server-organization jar diff --git a/wsmaster/codenvy-hosted-sso-server/pom.xml b/wsmaster/codenvy-hosted-sso-server/pom.xml index 49a61e1546..af0a117313 100644 --- a/wsmaster/codenvy-hosted-sso-server/pom.xml +++ b/wsmaster/codenvy-hosted-sso-server/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-sso-server jar diff --git a/wsmaster/codenvy-hosted-system/pom.xml b/wsmaster/codenvy-hosted-system/pom.xml index fb784c813c..1ba100045b 100644 --- a/wsmaster/codenvy-hosted-system/pom.xml +++ b/wsmaster/codenvy-hosted-system/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-system Codenvy :: Hosted :: System API diff --git a/wsmaster/codenvy-hosted-template-processor/pom.xml b/wsmaster/codenvy-hosted-template-processor/pom.xml index 58cc3c5657..97f23b36e4 100644 --- a/wsmaster/codenvy-hosted-template-processor/pom.xml +++ b/wsmaster/codenvy-hosted-template-processor/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-hosted-template-processor jar diff --git a/wsmaster/codenvy-ldap/pom.xml b/wsmaster/codenvy-ldap/pom.xml index 4215b0d17e..4946d79024 100644 --- a/wsmaster/codenvy-ldap/pom.xml +++ b/wsmaster/codenvy-ldap/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-ldap jar diff --git a/wsmaster/codenvy-sql-schema/pom.xml b/wsmaster/codenvy-sql-schema/pom.xml index 74a5199d45..0a132d5b8d 100644 --- a/wsmaster/codenvy-sql-schema/pom.xml +++ b/wsmaster/codenvy-sql-schema/pom.xml @@ -16,7 +16,7 @@ codenvy-master-parent com.codenvy.onpremises.wsmaster - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT codenvy-sql-schema Codenvy :: Hosted :: SQL :: Schema diff --git a/wsmaster/pom.xml b/wsmaster/pom.xml index a62d4682c0..1fb065740b 100644 --- a/wsmaster/pom.xml +++ b/wsmaster/pom.xml @@ -16,11 +16,11 @@ onpremises-assembly-parent com.codenvy.onpremises - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT com.codenvy.onpremises.wsmaster codenvy-master-parent - 5.21.0-SNAPSHOT + 5.21.1-SNAPSHOT pom Codenvy Master Parent