From fe70bc7e04d982bb361d35a5be308388c365fca9 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Fri, 19 Apr 2019 14:21:48 +0200 Subject: [PATCH] fixup! updating 'firstPublicationDate' for new versions of xml / yaml plugins Signed-off-by: Ilya Buziuk --- plugins/redhat.vscode-xml/0.5.1/meta.yaml | 2 +- plugins/redhat.vscode-yaml/0.4.0/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/redhat.vscode-xml/0.5.1/meta.yaml b/plugins/redhat.vscode-xml/0.5.1/meta.yaml index 2cc62e081..6b3fd4801 100644 --- a/plugins/redhat.vscode-xml/0.5.1/meta.yaml +++ b/plugins/redhat.vscode-xml/0.5.1/meta.yaml @@ -9,6 +9,6 @@ icon: https://www.eclipse.org/che/images/logo-eclipseche.svg publisher: Red Hat, Inc. repository: https://github.com/redhat-developer/vscode-xml category: Language -firstPublicationDate: "2019-02-20" +firstPublicationDate: "2019-04-19" attributes: containerImage: "eclipse/che-remote-plugin-runner-java8:next" diff --git a/plugins/redhat.vscode-yaml/0.4.0/meta.yaml b/plugins/redhat.vscode-yaml/0.4.0/meta.yaml index 641e2f69f..31b8fd2f5 100644 --- a/plugins/redhat.vscode-yaml/0.4.0/meta.yaml +++ b/plugins/redhat.vscode-yaml/0.4.0/meta.yaml @@ -9,6 +9,6 @@ icon: https://www.eclipse.org/che/images/logo-eclipseche.svg publisher: Red Hat, Inc. repository: https://github.com/redhat-developer/vscode-yaml category: Language -firstPublicationDate: "2019-02-20" +firstPublicationDate: "2019-04-19" attributes: containerImage: "eclipse/che-theia-endpoint-runtime:next"