File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
cola-archetypes/cola-archetype-light Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments