Commit c3d5d27b9ec495225e61a6b88da2661b9cc3a63a
1 parent
eabf6769
修改pom 里面设定的项目名称
Showing
1 changed file
with
3 additions
and
3 deletions
pom.xml
| ... | ... | @@ -11,8 +11,8 @@ |
| 11 | 11 | <relativePath>../zteits-clouds/zteits-maven-parent/pom.xml</relativePath> |
| 12 | 12 | </parent> |
| 13 | 13 | |
| 14 | - <artifactId>zteits-bcp-portal</artifactId> | |
| 15 | - <name>zteits-bcp-portal</name> | |
| 14 | + <artifactId>zteits-gcp-portal</artifactId> | |
| 15 | + <name>zteits-gcp-portal</name> | |
| 16 | 16 | <url>http://maven.apache.org</url> |
| 17 | 17 | <properties> |
| 18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| ... | ... | @@ -160,4 +160,4 @@ |
| 160 | 160 | </plugin> |
| 161 | 161 | </plugins> |
| 162 | 162 | </build> |
| 163 | 163 | -</project> |
| 164 | +</project> | |
| 164 | 165 | \ No newline at end of file | ... | ... |