Commit e6229374 authored by alex yao's avatar alex yao

feat(Longtext): 修改项目名

parent c76eff3c
......@@ -62,13 +62,13 @@ curl -X POST http://$dcui_address/api/v1/projects --data \'{"id":"\'$dcui_projec
environment {
// Docker Compose UI的地址
dcui_address = '192.168.21.102:5000'
dcui_project_id = 'poc'
dcui_project_id = 'poc-v2'
// 私有仓库地址
registry_address = 'nexus3.gsstcloud.com:8092'
// mvn docker:build的镜像前缀
image_prefix = 'dev-localhost'
docker_image_group_name = 'poc'
docker_image_name = 'poc-api'
docker_image_group_name = 'poc-v2'
docker_image_name = 'poc-api-v2'
}
}
......@@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.com.poc</groupId>
<artifactId>poc-api</artifactId>
<artifactId>poc-api-v2</artifactId>
<packaging>war</packaging>
<version>0.0.1</version>
<name>poc-api Webapp</name>
<version>1.0.0</version>
<name>poc-api-v2 Webapp</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment