Skip to content

Commit

Permalink
Upgrade plugins
Browse files Browse the repository at this point in the history
* exec-maven-plugin to 3.5.0
https://github.com/mojohaus/exec-maven-plugin/releases
* maven-dependency-plugin to 3.8.1
* maven-plugin-plugin to 3.15.1

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich committed Jan 5, 2025
1 parent 1e0b3c2 commit 6f3d24c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.item/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.sitemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
3 changes: 2 additions & 1 deletion bundles/org.openhab.core.model.thing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.0</version>
<configuration>
<executable>java</executable>
<classpathScope>compile</classpathScope>
<longModulepath>false</longModulepath>
<arguments>
<argument>-classpath</argument>
<classpath/>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>unpack-eea</id>
Expand Down

0 comments on commit 6f3d24c

Please sign in to comment.