Update Eclipse Tycho to 2.0.0 and Flatten Maven Plugin to 1.2.5
authorChristian Femers <femers@in.tum.de>
Fri, 11 Sep 2020 13:55:06 +0000 (15:55 +0200)
committerChristian Femers <femers@in.tum.de>
Fri, 11 Sep 2020 13:55:06 +0000 (15:55 +0200)
.mvn/extensions.xml
releng/net.mograsim.configuration/pom.xml

index 86e0982..bc9bd9e 100644 (file)
@@ -4,6 +4,6 @@
   <extension>
     <groupId>org.eclipse.tycho.extras</groupId>
     <artifactId>tycho-pomless</artifactId>
   <extension>
     <groupId>org.eclipse.tycho.extras</groupId>
     <artifactId>tycho-pomless</artifactId>
-    <version>1.5.0</version>
+    <version>2.0.0</version>
   </extension>
 </extensions>
\ No newline at end of file
   </extension>
 </extensions>
\ No newline at end of file
index 282e204..2d2071e 100644 (file)
@@ -13,7 +13,7 @@
                <changelist>-SNAPSHOT</changelist>
                <!-- Environment -->
                <java.version>11</java.version> <!-- currently unused -->
                <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>
 
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
 
@@ -78,7 +78,7 @@
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>flatten-maven-plugin</artifactId>
                        <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>
                                <configuration>
                                        <updatePomFile>true</updatePomFile>
                                        <flattenMode>resolveCiFriendliesOnly</flattenMode>