Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xcoin-core-project-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcai committed Sep 30, 2024
1 parent 3a0d13a commit a5c352a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.ganshane.xcoin.core</groupId>
<artifactId>xcoin-core-project</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>xcoin</name>
<description>xcoin core project</description>
<modules>
Expand Down Expand Up @@ -332,7 +331,7 @@
<url>https://github.com/wechaty/scala-wechaty</url>
<connection>scm:git:ssh://github.com/wechaty/scala-wechaty.git</connection>
<developerConnection>scm:git:ssh://[email protected]/wechaty/scala-wechaty.git</developerConnection>
<tag>HEAD</tag>
<tag>xcoin-core-project-0.1</tag>
</scm>
<properties>
<encoding>UTF-8</encoding>
Expand Down
5 changes: 2 additions & 3 deletions xcoin-blockchain/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">

<parent>
<groupId>com.ganshane.xcoin.core</groupId>
<artifactId>xcoin-core-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xcoin-blockchain</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions xcoin-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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">
<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">

<parent>
<groupId>com.ganshane.xcoin.core</groupId>
<artifactId>xcoin-core-project</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xcoin-core</artifactId>
Expand Down

0 comments on commit a5c352a

Please sign in to comment.