[13.02.20] Pom component name change

This commit is contained in:
andyjk15 2020-02-13 17:17:49 +00:00
parent af8b0e51ab
commit 0f346ea700
2 changed files with 4 additions and 2 deletions

View File

@ -60,6 +60,8 @@ try {
stage('Build Image') { stage('Build Image') {
mvn 'clean package -DskipTests' mvn 'clean package -DskipTests'
// Update build config for kubernetes // Update build config for kubernetes
// Update Service yaml for kubernetes // Update Service yaml for kubernetes
// Update route yaml for kubernetes // Update route yaml for kubernetes

View File

@ -7,7 +7,7 @@
<groupId>cryptosky.me</groupId> <groupId>cryptosky.me</groupId>
<artifactId>db-gateway</artifactId> <artifactId>db-gateway</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>DB Gateway</name> <name>db-gateway</name>
<description>Database Cluster Gateway with a GraphQL API</description> <description>Database Cluster Gateway with a GraphQL API</description>
<parent> <parent>
@ -116,7 +116,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>Cryptosky DB Gateway</finalName> <finalName>cryptosky-db-gateway</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.codehaus.gmavenplus</groupId> <groupId>org.codehaus.gmavenplus</groupId>