updated versions in wizard

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-02-04 14:02:26 +01:00
parent c9fd7d9c84
commit 8ff246abc1
6 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'com.github.johnrengelman.shadow' version '5.2.0'
}
dependencies {

View file

@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.4</version>
<configuration>
<transformers>
<transformer

View file

@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<executions>
<execution>
<id>copy-dependencies</id>

View file

@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<executions>
<execution>
<id>copy-dependencies</id>
@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.4</version>
<configuration>
<transformers>
<transformer

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@ -131,7 +131,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<executions>
<execution>
<id>copy-dependencies</id>
@ -203,7 +203,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.4</version>
<configuration>
<transformers>
<transformer
@ -316,7 +316,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
pluginsSection = '''
«IF config.languageServer === LanguageServer.FATJAR»
plugins {
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'com.github.johnrengelman.shadow' version '5.2.0'
}
«ENDIF»

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2019 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@ -373,7 +373,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.1.1</version>");
_builder.append("<version>3.1.2</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
@ -655,7 +655,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.2.1</version>");
_builder.append("<version>3.2.4</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
@ -1109,7 +1109,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.append("plugins {");
_builder.newLine();
_builder.append("\t");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'5.1.0\'");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'5.2.0\'");
_builder.newLine();
_builder.append("}");
_builder.newLine();