diff options
author | niamhcore <niamh.core@est.tech> | 2021-09-29 15:32:32 +0100 |
---|---|---|
committer | niamhcore <niamh.core@est.tech> | 2021-09-30 17:45:44 +0100 |
commit | 2fb3f66a3da8f7daa8dba9023de56b2227c59e7a (patch) | |
tree | 67b4e92520b5c9dc073423e0a1da1b65dad69dcc /pom.xml | |
parent | 7e148f8eda2c5741d5c08ae37c6fd36f8d861659 (diff) |
Changing resource identifier to a query param
* Updating yaml
* Update jib-maven-plugin version
Issue-ID: CPS-679
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: Ie2f49bd8e22723ca4dcd2c20ed39722f22c281c1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.8.0</version> + <version>3.1.4</version> <configuration> <container> <mainClass>${app}</mainClass> |