Skip to content

Commit 1517cc3

Browse files
Bump org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 3.6.1 (openhab#5060)
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.0...3.6.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f600c8d commit 1517cc3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • bundles
    • org.openhab.core.model.item
    • org.openhab.core.model.persistence
    • org.openhab.core.model.rule
    • org.openhab.core.model.script
    • org.openhab.core.model.sitemap
    • org.openhab.core.model.thing

bundles/org.openhab.core.model.item/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.codehaus.mojo</groupId>
5757
<artifactId>exec-maven-plugin</artifactId>
58-
<version>3.6.0</version>
58+
<version>3.6.1</version>
5959
<configuration>
6060
<executable>java</executable>
6161
<classpathScope>compile</classpathScope>

bundles/org.openhab.core.model.persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.codehaus.mojo</groupId>
5757
<artifactId>exec-maven-plugin</artifactId>
58-
<version>3.6.0</version>
58+
<version>3.6.1</version>
5959
<configuration>
6060
<executable>java</executable>
6161
<classpathScope>compile</classpathScope>

bundles/org.openhab.core.model.rule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.codehaus.mojo</groupId>
6767
<artifactId>exec-maven-plugin</artifactId>
68-
<version>3.6.0</version>
68+
<version>3.6.1</version>
6969
<configuration>
7070
<executable>java</executable>
7171
<classpathScope>compile</classpathScope>

bundles/org.openhab.core.model.script/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.codehaus.mojo</groupId>
113113
<artifactId>exec-maven-plugin</artifactId>
114-
<version>3.6.0</version>
114+
<version>3.6.1</version>
115115
<configuration>
116116
<executable>java</executable>
117117
<classpathScope>compile</classpathScope>

bundles/org.openhab.core.model.sitemap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>org.codehaus.mojo</groupId>
4747
<artifactId>exec-maven-plugin</artifactId>
48-
<version>3.6.0</version>
48+
<version>3.6.1</version>
4949
<configuration>
5050
<executable>java</executable>
5151
<classpathScope>compile</classpathScope>

bundles/org.openhab.core.model.thing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>exec-maven-plugin</artifactId>
86-
<version>3.6.0</version>
86+
<version>3.6.1</version>
8787
<configuration>
8888
<executable>java</executable>
8989
<classpathScope>compile</classpathScope>

0 commit comments

Comments
 (0)