Skip to content

Commit 73c11d5

Browse files
committed
Release version 7.14.3
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent 28c1f3a commit 73c11d5

File tree

113 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+118
-118
lines changed

assembly/assembly-che-tomcat8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-che-tomcat8</artifactId>
2323
<packaging>jar</packaging>

assembly/assembly-dashboard-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-dashboard-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>che-assembly-parent</artifactId>
2020
<groupId>org.eclipse.che</groupId>
21-
<version>7.14.3-SNAPSHOT</version>
21+
<version>7.14.3</version>
2222
</parent>
2323
<artifactId>assembly-main</artifactId>
2424
<packaging>pom</packaging>

assembly/assembly-root-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-root-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-swagger-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-swagger-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-workspace-loader-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-workspace-loader-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-wsmaster-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-assembly-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>assembly-wsmaster-war</artifactId>
2323
<packaging>war</packaging>

assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,15 +591,15 @@ che.cors.allow_credentials=false
591591
# which doesn't contain any Che-specific workspace descriptors (like .devfile of .factory.json)
592592
# Multiple plugins must be comma-separated, for example:
593593
# pluginFooPublisher/pluginFooName/pluginFooVersion,pluginBarPublisher/pluginBarName/pluginBarVersion
594-
che.factory.default_editor=eclipse/che-theia/7.14.1
595-
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.14.1
594+
che.factory.default_editor=eclipse/che-theia/7.14.3
595+
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.14.3
596596

597597
### Devfile defaults
598598

599599
# Default Editor that should be provisioned into Devfile if there is no specified Editor
600600
# Format is `editorPublisher/editorName/editorVersion` value.
601601
# `NULL` or absence of value means that default editor should not be provisioned.
602-
che.workspace.devfile.default_editor=eclipse/che-theia/7.14.1
602+
che.workspace.devfile.default_editor=eclipse/che-theia/7.14.3
603603

604604
# Default Plugins which should be provisioned for Default Editor.
605605
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile
@@ -608,7 +608,7 @@ che.workspace.devfile.default_editor=eclipse/che-theia/7.14.1
608608
# Format is comma-separated `pluginPublisher/pluginName/pluginVersion` values, and URLs. For example:
609609
# eclipse/che-theia-exec-plugin/0.0.1,eclipse/che-theia-terminal-plugin/0.0.1,https://cdn.pluginregistry.com/vi-mode/meta.yaml
610610
# If the plugin is a URL, the plugin's meta.yaml is retrieved from that URL.
611-
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.14.1
611+
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.14.3
612612

613613
# Defines comma-separated list of labels for selecting secrets from a user namespace,
614614
# which will be mount into workspace containers as a files or env variables.

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-parent</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-assembly-parent</artifactId>

core/che-core-api-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-core-parent</artifactId>
1919
<groupId>org.eclipse.che.core</groupId>
20-
<version>7.14.3-SNAPSHOT</version>
20+
<version>7.14.3</version>
2121
</parent>
2222
<artifactId>che-core-api-core</artifactId>
2323
<packaging>jar</packaging>

0 commit comments

Comments
 (0)