Skip to content

Commit 522b264

Browse files
committed
chore: update cola-archetype-light/pom.xml for deploy
1 parent 4969c1d commit 522b264

File tree

1 file changed

+8
-4
lines changed
  • cola-archetypes/cola-archetype-light

1 file changed

+8
-4
lines changed

cola-archetypes/cola-archetype-light/pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>com.alibaba.cola</groupId>
6+
<artifactId>cola-framework-archetypes-parent</artifactId>
7+
<version>5.0.0</version>
8+
</parent>
49

5-
<groupId>com.alibaba.cola</groupId>
610
<artifactId>cola-archetype-light</artifactId>
7-
<version>5.0.0</version>
811
<packaging>maven-archetype</packaging>
9-
10-
<name>cola-archetype-light</name>
12+
<name>${project.artifactId}</name>
13+
<description>${project.artifactId}</description>
14+
<url>https://github.com/alibaba/COLA</url>
1115

1216
<build>
1317
<extensions>

0 commit comments

Comments
 (0)