Skip to content

Commit

Permalink
chore: update cola-archetype-light/pom.xml for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 2, 2024
1 parent 4969c1d commit 522b264
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cola-archetypes/cola-archetype-light/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-framework-archetypes-parent</artifactId>
<version>5.0.0</version>
</parent>

<groupId>com.alibaba.cola</groupId>
<artifactId>cola-archetype-light</artifactId>
<version>5.0.0</version>
<packaging>maven-archetype</packaging>

<name>cola-archetype-light</name>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<url>https://github.com/alibaba/COLA</url>

<build>
<extensions>
Expand Down

0 comments on commit 522b264

Please sign in to comment.