[13.02.20] Pom component name change
This commit is contained in:
parent
af8b0e51ab
commit
0f346ea700
@ -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
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -7,7 +7,7 @@
|
||||
<groupId>cryptosky.me</groupId>
|
||||
<artifactId>db-gateway</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<name>DB Gateway</name>
|
||||
<name>db-gateway</name>
|
||||
<description>Database Cluster Gateway with a GraphQL API</description>
|
||||
|
||||
<parent>
|
||||
@ -116,7 +116,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>Cryptosky DB Gateway</finalName>
|
||||
<finalName>cryptosky-db-gateway</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user