From 0f346ea700525c756521ea10c57a98a77530b3c9 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Thu, 13 Feb 2020 17:17:49 +0000 Subject: [PATCH] [13.02.20] Pom component name change --- configuration/pipelines/build.groovy | 2 ++ pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index a8ddf02..b4fd3ba 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -60,6 +60,8 @@ try { stage('Build Image') { mvn 'clean package -DskipTests' + + // Update build config for kubernetes // Update Service yaml for kubernetes // Update route yaml for kubernetes diff --git a/pom.xml b/pom.xml index e6fbc37..0989fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cryptosky.me db-gateway 1.0.0 - DB Gateway + db-gateway Database Cluster Gateway with a GraphQL API @@ -116,7 +116,7 @@ - Cryptosky DB Gateway + cryptosky-db-gateway org.codehaus.gmavenplus