Skip to content

Commit 571fbcf

Browse files
committed
Release version 7.31.1
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 11a9684 commit 571fbcf

File tree

114 files changed

+117
-117
lines changed

Some content is hidden

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

114 files changed

+117
-117
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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>assembly-che-tomcat8</artifactId>
2323
<packaging>jar</packaging>

assembly/assembly-main/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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>assembly-main</artifactId>
2323
<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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>assembly-swagger-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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,12 @@ che.factory.default_devfile_filenames=devfile.yaml,.devfile.yaml
688688
### Devfile defaults
689689
# Editor that will be used for factories that are created from a remote Git repository
690690
# which does not contain any {prod-short}-specific workspace descriptor.
691-
che.factory.default_editor=eclipse/che-theia/next
691+
che.factory.default_editor=eclipse/che-theia/latest
692692

693693
# Default Editor that should be provisioned into Devfile if there is no specified Editor
694694
# Format is `editorPublisher/editorName/editorVersion` value.
695695
# `NULL` or absence of value means that default editor should not be provisioned.
696-
che.workspace.devfile.default_editor=eclipse/che-theia/next
696+
che.workspace.devfile.default_editor=eclipse/che-theia/latest
697697

698698
# Default Plug-ins which should be provisioned for Default Editor.
699699
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile

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-server</artifactId>
1919
<groupId>org.eclipse.che</groupId>
20-
<version>7.32.0-SNAPSHOT</version>
20+
<version>7.31.1</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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>che-core-api-core</artifactId>
2323
<packaging>jar</packaging>

core/che-core-api-dto-maven-plugin/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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>che-core-api-dto-maven-plugin</artifactId>
2323
<packaging>maven-plugin</packaging>

core/che-core-api-dto/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.32.0-SNAPSHOT</version>
20+
<version>7.31.1</version>
2121
</parent>
2222
<artifactId>che-core-api-dto</artifactId>
2323
<packaging>jar</packaging>

0 commit comments

Comments
 (0)