bump versions in wizard

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2022-02-07 10:29:30 +01:00
parent 0c502352c7
commit 4e2b7d54a9
21 changed files with 42 additions and 42 deletions

View file

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

View file

@ -28,7 +28,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -79,7 +79,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
@ -107,7 +107,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<configuration>
<descriptors>
<descriptor>jar-with-ecore-model.xml</descriptor>

View file

@ -28,7 +28,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -79,7 +79,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
@ -107,7 +107,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<configuration>
<descriptors>
<descriptor>jar-with-ecore-model.xml</descriptor>

View file

@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</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.2</version>
<version>3.2.0</version>
<executions>
<execution>
<id>copy-dependencies</id>

View file

@ -27,7 +27,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<warSourceDirectory>WebRoot</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
@ -44,7 +44,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -27,7 +27,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<warSourceDirectory>WebRoot</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
@ -44,7 +44,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -27,7 +27,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<warSourceDirectory>WebRoot</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
@ -44,7 +44,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -18,7 +18,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -17,7 +17,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<warSourceDirectory>src/main/webapp</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
@ -34,7 +34,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -79,7 +79,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
@ -128,7 +128,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<configuration>
<descriptors>
<descriptor>jar-with-ecore-model.xml</descriptor>

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -92,7 +92,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
@ -131,7 +131,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
@ -319,7 +319,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
pluginsSection = '''
«IF config.languageServer === LanguageServer.FATJAR»
plugins {
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}
«ENDIF»

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -434,7 +434,7 @@ class RuntimeProjectDescriptor extends TestedProjectDescriptor {
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>
@ -486,7 +486,7 @@ class RuntimeProjectDescriptor extends TestedProjectDescriptor {
«IF isPlainMavenBuild»
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.3.0</version>
<configuration>
<descriptors>
<descriptor>jar-with-ecore-model.xml</descriptor>

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -109,7 +109,7 @@ abstract class TestProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-test-source</id>

View file

@ -102,7 +102,7 @@ class WebProjectDescriptor extends ProjectDescriptor {
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<configuration>
<warSourceDirectory>«Outlet.WEBAPP.sourceFolder»</warSourceDirectory>
<failOnMissingWebXml>false</failOnMissingWebXml>
@ -119,7 +119,7 @@ class WebProjectDescriptor extends ProjectDescriptor {
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -218,7 +218,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.0.0</version>");
_builder.append("<version>3.3.0</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
@ -373,7 +373,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.1.2</version>");
_builder.append("<version>3.2.0</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
@ -1121,7 +1121,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
_builder.append("plugins {");
_builder.newLine();
_builder.append("\t");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'7.1.0\'");
_builder.append("id \'com.github.johnrengelman.shadow\' version \'7.1.2\'");
_builder.newLine();
_builder.append("}");
_builder.newLine();

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -1114,7 +1114,7 @@ public class RuntimeProjectDescriptor extends TestedProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.0.0</version>");
_builder.append("<version>3.3.0</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
@ -1347,7 +1347,7 @@ public class RuntimeProjectDescriptor extends TestedProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.1.1</version>");
_builder.append("<version>3.3.0</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 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.
@ -249,7 +249,7 @@ public abstract class TestProjectDescriptor extends ProjectDescriptor {
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");
_builder.append("<version>3.0.0</version>");
_builder.append("<version>3.3.0</version>");
_builder.newLine();
_builder.append("\t\t");
_builder.append("\t");

View file

@ -215,7 +215,7 @@ public class WebProjectDescriptor extends ProjectDescriptor {
_builder.append("<artifactId>maven-war-plugin</artifactId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<version>3.2.3</version>");
_builder.append("<version>3.3.2</version>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<configuration>");
@ -274,7 +274,7 @@ public class WebProjectDescriptor extends ProjectDescriptor {
_builder.append("<artifactId>build-helper-maven-plugin</artifactId>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<version>3.0.0</version>");
_builder.append("<version>3.3.0</version>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<executions>");