Update Eclipse Tycho to 2.0.0 and Flatten Maven Plugin to 1.2.5
[Mograsim.git] / releng / net.mograsim.configuration / pom.xml
index 282e204..2d2071e 100644 (file)
@@ -13,7 +13,7 @@
                <changelist>-SNAPSHOT</changelist>
                <!-- Environment -->
                <java.version>11</java.version> <!-- currently unused -->
-               <tycho.version>1.7.0</tycho.version>
+               <tycho.version>2.0.0</tycho.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
@@ -78,7 +78,7 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>flatten-maven-plugin</artifactId>
-                               <version>1.1.0</version>
+                               <version>1.2.5</version>
                                <configuration>
                                        <updatePomFile>true</updatePomFile>
                                        <flattenMode>resolveCiFriendliesOnly</flattenMode>