Skip to content

Commit 8d8806a

Browse files
author
Roman Iuvshin
committed
[maven-release-plugin] prepare release 5.14.0
1 parent fc63632 commit 8d8806a

File tree

252 files changed

+262
-262
lines changed

Some content is hidden

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

252 files changed

+262
-262
lines changed

Diff for: agents/che-core-api-agent-shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<groupId>org.eclipse.che.core</groupId>
2222
<artifactId>che-core-api-agent-shared</artifactId>

Diff for: agents/che-core-api-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<groupId>org.eclipse.che.core</groupId>
2222
<artifactId>che-core-api-agent</artifactId>

Diff for: agents/exec/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>exec-agent</artifactId>
2222
<name>Agent :: Exec</name>

Diff for: agents/git-credentials/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>git-credentials-agent</artifactId>
2222
<name>Git Credentials Agent</name>

Diff for: agents/go-agents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>go-agents</artifactId>
2222
<name>Agent :: Golang agents</name>

Diff for: agents/ls-csharp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ls-csharp-agent</artifactId>
2222
<name>Language Server C# Agent</name>

Diff for: agents/ls-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ls-json-agent</artifactId>
2222
<name>Language Server Json Agent</name>

Diff for: agents/ls-php/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ls-php-agent</artifactId>
2222
<name>Language Server PHP Agent</name>

Diff for: agents/ls-python/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ls-python-agent</artifactId>
2222
<name>Language Server python Agent</name>

Diff for: agents/ls-typescript/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ls-typescript-agent</artifactId>
2222
<name>Language Server typescript Agent</name>

Diff for: agents/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<parent>
1717
<artifactId>che-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<artifactId>che-agents-parent</artifactId>
23-
<version>5.14.0-SNAPSHOT</version>
23+
<version>5.14.0</version>
2424
<packaging>pom</packaging>
2525
<name>Che Agents Parent</name>
2626
<modules>

Diff for: agents/ssh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>ssh-agent</artifactId>
2222
<name>SSH Agent</name>

Diff for: agents/terminal/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>terminal-agent</artifactId>
2222
<name>Agent :: Terminal</name>

Diff for: agents/unison/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-agents-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>unison-agent</artifactId>
2222
<name>Unison Agent</name>

Diff for: assembly/assembly-ide-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-assembly-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>assembly-ide-war</artifactId>
2222
<packaging>war</packaging>

Diff for: assembly/assembly-main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-assembly-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>assembly-main</artifactId>
2222
<packaging>pom</packaging>

Diff for: assembly/assembly-wsagent-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-assembly-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>assembly-wsagent-server</artifactId>
2222
<packaging>pom</packaging>

Diff for: assembly/assembly-wsagent-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-assembly-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>assembly-wsagent-war</artifactId>
2222
<packaging>war</packaging>

Diff for: assembly/assembly-wsmaster-war/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-assembly-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>assembly-wsmaster-war</artifactId>
2222
<packaging>war</packaging>

Diff for: assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<parent>
1717
<artifactId>che-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.eclipse.che</groupId>
2323
<artifactId>che-assembly-parent</artifactId>
24-
<version>5.14.0-SNAPSHOT</version>
24+
<version>5.14.0</version>
2525
<packaging>pom</packaging>
2626
<name>Che IDE :: Parent</name>
2727
<modules>

Diff for: core/che-core-api-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-api-core</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/che-core-api-dto-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-api-dto-maven-plugin</artifactId>
2222
<packaging>maven-plugin</packaging>

Diff for: core/che-core-api-dto/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-api-dto</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/che-core-api-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-api-model</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/che-core-db-vendor-h2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-db-vendor-h2</artifactId>
2222
<name>Che Core :: DB :: Vendor H2</name>

Diff for: core/che-core-db-vendor-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-db-vendor-postgresql</artifactId>
2222
<name>Che Core :: DB :: Vendor PostgreSQL</name>

Diff for: core/che-core-db/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-db</artifactId>
2222
<name>Che Core :: DB</name>

Diff for: core/che-core-typescript-dto-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<groupId>org.eclipse.che.core</groupId>
2222
<artifactId>che-core-typescript-dto-maven-plugin</artifactId>

Diff for: core/commons/che-core-commons-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-annotations</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-inject/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-inject</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-j2ee/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-j2ee</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-json</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-lang/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-lang</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-schedule/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-schedule</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-test</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/che-core-commons-xml/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-commons-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-commons-xml</artifactId>
2222
<packaging>jar</packaging>

Diff for: core/commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<artifactId>che-core-commons-parent</artifactId>

Diff for: core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<parent>
1717
<artifactId>che-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.eclipse.che.core</groupId>
2323
<artifactId>che-core-parent</artifactId>
24-
<version>5.14.0-SNAPSHOT</version>
24+
<version>5.14.0</version>
2525
<packaging>pom</packaging>
2626
<name>Che Core Parent</name>
2727
<modules>

Diff for: dashboard/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<parent>
1717
<artifactId>che-parent</artifactId>
1818
<groupId>org.eclipse.che</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222
<groupId>org.eclipse.che.dashboard</groupId>
2323
<artifactId>che-dashboard-war</artifactId>
24-
<version>5.14.0-SNAPSHOT</version>
24+
<version>5.14.0</version>
2525
<packaging>war</packaging>
2626
<name>Che Dashboard :: Web App</name>
2727
<inceptionYear>2015</inceptionYear>

Diff for: ide/che-core-dyna-provider-generator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-ide-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<artifactId>che-core-dyna-provider-generator-maven-plugin</artifactId>
2222
<packaging>maven-plugin</packaging>

Diff for: ide/che-core-ide-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>che-core-ide-parent</artifactId>
1818
<groupId>org.eclipse.che.core</groupId>
19-
<version>5.14.0-SNAPSHOT</version>
19+
<version>5.14.0</version>
2020
</parent>
2121
<groupId>org.eclipse.che.core</groupId>
2222
<artifactId>che-core-ide-api</artifactId>

0 commit comments

Comments
 (0)