Skip to content

Commit ccb74a4

Browse files
authored
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3 (GoogleCloudPlatform#3030)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.codehaus.mojo:exec-maven-plugin](http://www.mojohaus.org/exec-maven-plugin) ([source](https://togithub.com/mojohaus/exec-maven-plugin)) | major | `1.6.0` -> `3.0.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 0c13cb1 commit ccb74a4

File tree

30 files changed

+48
-48
lines changed

30 files changed

+48
-48
lines changed

appengine-java11/appengine-simple-jetty-main/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.codehaus.mojo</groupId>
6666
<artifactId>exec-maven-plugin</artifactId>
67-
<version>1.6.0</version>
67+
<version>3.0.0</version>
6868
<executions>
6969
<execution>
7070
<goals>

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.codehaus.mojo</groupId>
123123
<artifactId>exec-maven-plugin</artifactId>
124-
<version>1.6.0</version>
124+
<version>3.0.0</version>
125125
<configuration>
126126
<executable>java</executable>
127127
<arguments>

appengine-java11/sparkjava-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
<plugin>
9090
<groupId>org.codehaus.mojo</groupId>
9191
<artifactId>exec-maven-plugin</artifactId>
92-
<version>1.6.0</version>
92+
<version>3.0.0</version>
9393
<configuration>
9494
<mainClass>com.example.appengine.sparkdemo.Main</mainClass>
9595
<arguments>

appengine-java11/tasks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Copyright 2019 Google LLC
9191
<plugin>
9292
<groupId>org.codehaus.mojo</groupId>
9393
<artifactId>exec-maven-plugin</artifactId>
94-
<version>1.6.0</version>
94+
<version>3.0.0</version>
9595
<configuration>
9696
<mainClass>com.example.task.CreateTask</mainClass>
9797
<cleanupDaemonThreads>false</cleanupDaemonThreads>

appengine-java8/tasks/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Copyright 2018 Google LLC
101101
<plugin>
102102
<groupId>org.codehaus.mojo</groupId>
103103
<artifactId>exec-maven-plugin</artifactId>
104-
<version>1.6.0</version>
104+
<version>3.0.0</version>
105105
<configuration>
106106
<mainClass>com.example.task.CreateTask</mainClass>
107107
<cleanupDaemonThreads>false</cleanupDaemonThreads>

compute/cmdline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555
<plugin>
5656
<groupId>org.codehaus.mojo</groupId>
5757
<artifactId>exec-maven-plugin</artifactId>
58-
<version>1.6.0</version>
58+
<version>3.0.0</version>
5959
<executions>
6060
<execution>
6161
<goals>

dataproc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.codehaus.mojo</groupId>
4040
<artifactId>exec-maven-plugin</artifactId>
41-
<version>1.6.0</version>
41+
<version>3.0.0</version>
4242
<configuration>
4343
<mainClass>Quickstart</mainClass>
4444
</configuration>

datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.codehaus.mojo</groupId>
6262
<artifactId>exec-maven-plugin</artifactId>
63-
<version>1.6.0</version>
63+
<version>3.0.0</version>
6464
<configuration>
6565
<mainClass>com.google.datastore.snippets.TaskList</mainClass>
6666
</configuration>

endpoints/getting-started/clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.codehaus.mojo</groupId>
5050
<artifactId>exec-maven-plugin</artifactId>
51-
<version>1.6.0</version>
51+
<version>3.0.0</version>
5252
<configuration>
5353
<mainClass>com.example.app.GoogleJwtClient</mainClass>
5454
</configuration>

firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.codehaus.mojo</groupId>
8181
<artifactId>exec-maven-plugin</artifactId>
82-
<version>1.6.0</version>
82+
<version>3.0.0</version>
8383
<executions>
8484
<execution>
8585
<goals>

0 commit comments

Comments
 (0)