Skip to content

Commit a5c352a

Browse files
committed
[maven-release-plugin] prepare release xcoin-core-project-0.1
1 parent 3a0d13a commit a5c352a

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-starter-parent</artifactId>
87
<version>3.3.4</version>
9-
<relativePath/> <!-- lookup parent from repository -->
8+
<relativePath /> <!-- lookup parent from repository -->
109
</parent>
1110
<groupId>com.ganshane.xcoin.core</groupId>
1211
<artifactId>xcoin-core-project</artifactId>
1312
<packaging>pom</packaging>
14-
<version>0.1-SNAPSHOT</version>
13+
<version>0.1</version>
1514
<name>xcoin</name>
1615
<description>xcoin core project</description>
1716
<modules>
@@ -332,7 +331,7 @@
332331
<url>https://github.com/wechaty/scala-wechaty</url>
333332
<connection>scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection>
334333
<developerConnection>scm:git:ssh://[email protected]/wechaty/scala-wechaty.git</developerConnection>
335-
<tag>HEAD</tag>
334+
<tag>xcoin-core-project-0.1</tag>
336335
</scm>
337336
<properties>
338337
<encoding>UTF-8</encoding>

xcoin-blockchain/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32

43
<parent>
54
<groupId>com.ganshane.xcoin.core</groupId>
65
<artifactId>xcoin-core-project</artifactId>
7-
<version>0.1-SNAPSHOT</version>
6+
<version>0.1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>xcoin-blockchain</artifactId>

xcoin-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32

43
<parent>
54
<groupId>com.ganshane.xcoin.core</groupId>
65
<artifactId>xcoin-core-project</artifactId>
7-
<version>0.1-SNAPSHOT</version>
6+
<version>0.1</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<artifactId>xcoin-core</artifactId>

0 commit comments

Comments
 (0)