diff --git a/cola-components/archetypes/cola-normal-component-archetype/pom.xml b/cola-components/archetypes/cola-normal-component-archetype/pom.xml
index b9121f67c..478588a7c 100644
--- a/cola-components/archetypes/cola-normal-component-archetype/pom.xml
+++ b/cola-components/archetypes/cola-normal-component-archetype/pom.xml
@@ -4,7 +4,7 @@
com.alibaba.cola
cola-normal-component-archetype
- 1.0.0
+ 1.0.0-SNAPSHOT
jar
cola-normal-component-archetype
COLA normal component archetype
@@ -18,7 +18,6 @@
-
org.apache.maven.plugins
diff --git a/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index e5a193ba4..edab81463 100644
--- a/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -1,10 +1,9 @@
-
+ xsi:schemaLocation="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0 http://maven.apache.org/xsd/archetype-descriptor-1.1.0.xsd"
+ name="dto"
+ xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
diff --git a/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/archetype-resources/pom.xml b/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/archetype-resources/pom.xml
index 8b29ec9e2..37afbea89 100644
--- a/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/cola-components/archetypes/cola-normal-component-archetype/src/main/resources/archetype-resources/pom.xml
@@ -1,34 +1,53 @@
4.0.0
+
+ ${groupId}
+ cola-components-parent
+ ${version}
+
- ${artifactId}
- ${groupId}
${artifactId}
- ${version}
jar
+ ${project.artifactId}
+ ${project.artifactId}
+ https://github.com/alibaba/COLA
-
- 1.8
- 1.8
- UTF-8
-
+
+
+ GNU Lesser General Public License v2.1
+ https://github.com/alibaba/COLA/blob/master/LICENSE
+ repo
+
+
+
+ scm:git:https://github.com/alibaba/COLA.git
+ scm:git:https://github.com/alibaba/COLA.git
+ https://github.com/alibaba/COLA
+
+
+ https://github.com/alibaba/COLA/issues
+ GitHub Issues
+
+
+
+ significantfrank
+ Frank Zhang
+ 25216348@qq.com
+
+ Developer
+ Architect
+
+ +8
+ https://github.com/significantfrank
+
+
-
-
- junit
- junit
- 4.13.1
- test
-
-
org.slf4j
slf4j-api
- 1.7.9
provided
-
diff --git a/cola-components/archetypes/cola-starter-component-archetype/pom.xml b/cola-components/archetypes/cola-starter-component-archetype/pom.xml
index ea99cc0af..071533ca2 100644
--- a/cola-components/archetypes/cola-starter-component-archetype/pom.xml
+++ b/cola-components/archetypes/cola-starter-component-archetype/pom.xml
@@ -4,7 +4,7 @@
com.alibaba.cola
cola-starter-component-archetype
- 1.0.0
+ 1.0.0-SNAPSHOT
jar
cola-starter-component-archetype
diff --git a/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index acf741bb1..6b38dbdcf 100644
--- a/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -1,39 +1,41 @@
-
-
-
-
-
- gitignore.txt
- README.md
-
-
-
- src/main/java
-
- **/*.java
-
-
-
- src/main/resources
-
- **/*.factories
-
-
-
- src/test/java
-
- **/*.java
-
-
-
- src/test/resources
-
- **/*.xml
- **/*.properties
-
-
-
+
+
+
+
+ gitignore.txt
+ README.md
+
+
+
+ src/main/java
+
+ **/*.java
+
+
+
+ src/main/resources
+
+ **/*.factories
+
+
+
+ src/test/java
+
+ **/*.java
+
+
+
+ src/test/resources
+
+ **/*.xml
+ **/*.properties
+
+
+
diff --git a/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/archetype-resources/pom.xml b/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/archetype-resources/pom.xml
index aadf30b59..f3108ba42 100644
--- a/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/cola-components/archetypes/cola-starter-component-archetype/src/main/resources/archetype-resources/pom.xml
@@ -1,19 +1,47 @@
4.0.0
+
+ ${groupId}
+ cola-components-parent
+ ${version}
+
- ${artifactId}
- ${groupId}
${artifactId}
- ${version}
jar
+ ${project.artifactId}
+ ${project.artifactId}
+ https://github.com/alibaba/COLA
-
- 1.8
- 1.8
- UTF-8
- 2.2.6.RELEASE
-
+
+
+ GNU Lesser General Public License v2.1
+ https://github.com/alibaba/COLA/blob/master/LICENSE
+ repo
+
+
+
+ scm:git:https://github.com/alibaba/COLA.git
+ scm:git:https://github.com/alibaba/COLA.git
+ https://github.com/alibaba/COLA
+
+
+ https://github.com/alibaba/COLA/issues
+ GitHub Issues
+
+
+
+ significantfrank
+ Frank Zhang
+ 25216348@qq.com
+
+ Developer
+ Architect
+
+ +8
+ https://github.com/significantfrank
+
+
@@ -39,16 +67,20 @@
org.projectlombok
lombok
- 1.16.10
- compile
+ provided
com.alibaba
fastjson
- 1.2.60
provided
+
+
+ org.slf4j
+ slf4j-api
+
+
org.springframework.boot
@@ -56,18 +88,5 @@
${spring.boot.version}
test
-
- junit
- junit
- 4.13.1
- test
-
-
-
- org.slf4j
- slf4j-api
- 1.7.9
-
-
diff --git a/cola-components/cola-component-catchlog-starter/pom.xml b/cola-components/cola-component-catchlog-starter/pom.xml
index b63d8bd0d..23349d174 100644
--- a/cola-components/cola-component-catchlog-starter/pom.xml
+++ b/cola-components/cola-component-catchlog-starter/pom.xml
@@ -99,6 +99,5 @@
${spring.boot.version}
test
-
diff --git a/cola-components/cola-component-domain-starter/pom.xml b/cola-components/cola-component-domain-starter/pom.xml
index e7b8a5364..7997a98a7 100644
--- a/cola-components/cola-component-domain-starter/pom.xml
+++ b/cola-components/cola-component-domain-starter/pom.xml
@@ -63,6 +63,5 @@
${spring.boot.version}
test
-
diff --git a/cola-components/cola-component-extension-starter/pom.xml b/cola-components/cola-component-extension-starter/pom.xml
index c85326815..f52e3faf0 100644
--- a/cola-components/cola-component-extension-starter/pom.xml
+++ b/cola-components/cola-component-extension-starter/pom.xml
@@ -75,6 +75,7 @@
provided
+
org.slf4j
slf4j-api