[13.02.20] Pom component name change
This commit is contained in:
parent
af8b0e51ab
commit
0f346ea700
@ -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
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user