diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2023-08-15 12:20:30 +0100 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2023-08-15 12:26:29 +0100 |
commit | 0c11fb7cbc079ec61d4d5a3b893593b19b354671 (patch) | |
tree | 6a0b8df3646f9863fc2c656cc8f0b17d473dde52 /datarouter-prov-client | |
parent | b04ae41a77d8465e1065c128d6b353c279d9924d (diff) |
[DMAAP-DR] - Release and staging tag fix2.1.15
Change-Id: I4ac4847d6e25635efc2dfa35eaa57856b9864a2a
Issue-ID: DMAAP-1895
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Diffstat (limited to 'datarouter-prov-client')
-rw-r--r-- | datarouter-prov-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-prov-client/pom.xml b/datarouter-prov-client/pom.xml index 4188fbfe..8170974f 100644 --- a/datarouter-prov-client/pom.xml +++ b/datarouter-prov-client/pom.xml @@ -64,8 +64,8 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.gmaven</groupId> - <artifactId>gmaven-plugin</artifactId> + <groupId>org.codehaus.gmavenplus</groupId> + <artifactId>gmavenplus-plugin</artifactId> </plugin> <plugin> <groupId>io.fabric8</groupId> |