Skip to content

Commit

Permalink
upgrade the maven run plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
yanntm committed Jan 24, 2024
1 parent 3b9a6bc commit 361d1b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dve/fr.lip6.move.divine.xtext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down
2 changes: 1 addition & 1 deletion fr.lip6.move.gal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down
2 changes: 1 addition & 1 deletion promela/fr.lip6.move.promela/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down
2 changes: 1 addition & 1 deletion xta/fr.lip6.move.xta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.1</version>
<executions>
<execution>
<id>mwe2Launcher</id>
Expand Down

0 comments on commit 361d1b3

Please sign in to comment.