Skip to content

Commit d803a08

Browse files
committed
[maven-release-plugin] prepare release v2.0.1
1 parent 85ba90b commit d803a08

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

backend/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.wgzhao</groupId>
87
<artifactId>addax-admin-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2.0.1</version>
109
<relativePath>../pom.xml</relativePath>
1110
</parent>
1211

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.wgzhao</groupId>
76
<artifactId>addax-admin-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>2.0.1</version>
98
<packaging>pom</packaging>
109

1110
<name>Addax Admin Monorepo</name>
@@ -16,7 +15,7 @@
1615
<connection>scm:git:git://github.com/wgzhao/addax-admin.git</connection>
1716
<developerConnection>scm:git:ssh://git@github.com/wgzhao/addax-admin.git</developerConnection>
1817
<url>https://github.com/wgzhao/addax-admin</url>
19-
<tag>HEAD</tag>
18+
<tag>v2.0.1</tag>
2019
</scm>
2120

2221
<properties>

0 commit comments

Comments
 (0)