Skip to content

Commit

Permalink
Updates exec-maven-plugin version #145
Browse files Browse the repository at this point in the history
Hopefully this will solve the build issue on Jenkins related to not
being able to get dependencies for this old version.
  • Loading branch information
ujhelyiz committed Mar 22, 2024
1 parent b9a9629 commit 22d2a18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down
7 changes: 6 additions & 1 deletion releng/org.eclipse.viatra.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<version>2.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.version>4.0.4</tycho.version>
<tycho.version>4.0.6</tycho.version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.git</tycho.scmUrl>
<eclipse.bugzillaUrl>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=viatra</eclipse.bugzillaUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -249,6 +249,11 @@
<executionEnvironment>JavaSE-11</executionEnvironment>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 22d2a18

Please sign in to comment.