Skip to content

Commit b5ea83a

Browse files
committed
[maven-release-plugin] prepare release code-generator-plugin-1.0.0
1 parent cf710b9 commit b5ea83a

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.github.hetianyi</groupId>
86
<artifactId>springboot-parent</artifactId>
97
<version>2.7.2.3</version>
10-
<relativePath/>
8+
<relativePath />
119
</parent>
1210

1311
<artifactId>code-generator-plugin</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1513
<packaging>maven-plugin</packaging>
1614
<description>Java代码生成插件</description>
1715

@@ -36,7 +34,7 @@
3634
<connection>scm:git:git@github.com:hetianyi/code-generator-plugin.git</connection>
3735
<developerConnection>scm:git:git@github.com:hetianyi/code-generator-plugin.git</developerConnection>
3836
<url>git@github.com:hetianyi/code-generator-plugin.git</url>
39-
<tag>HEAD</tag>
37+
<tag>code-generator-plugin-1.0.0</tag>
4038
</scm>
4139

4240
<properties>

0 commit comments

Comments
 (0)