This is an automated email from the ASF dual-hosted git repository.
dyankiv pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 0553514ce fix maven plugin version
0553514ce is described below
commit 0553514cefb2535b530e451a9f39b2413ca6329d
Author: Denys Yankiv <[email protected]>
AuthorDate: Tue Nov 29 15:18:06 2022 +0200
fix maven plugin version
---
services/billing-aws/pom.xml | 1 +
services/billing-gcp/pom.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/services/billing-aws/pom.xml b/services/billing-aws/pom.xml
index 36b6e7e40..f530434bd 100644
--- a/services/billing-aws/pom.xml
+++ b/services/billing-aws/pom.xml
@@ -184,6 +184,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.7.6</version>
<executions>
<execution>
<goals>
diff --git a/services/billing-gcp/pom.xml b/services/billing-gcp/pom.xml
index fa4bbcfa6..08f20d6c3 100644
--- a/services/billing-gcp/pom.xml
+++ b/services/billing-gcp/pom.xml
@@ -110,6 +110,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.7.6</version>
<executions>
<execution>
<goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]