mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
updated versions in wizard
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
c9fd7d9c84
commit
8ff246abc1
6 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id 'com.github.johnrengelman.shadow' version '5.1.0'
|
||||
id 'com.github.johnrengelman.shadow' version '5.2.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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»
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue