Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-sheehy committed Nov 3, 2019
1 parent 22487dd commit ec8b1ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.8.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.hedera</groupId>
<artifactId>mirror-node</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1</version>
<name>Hedera Mirror Node</name>
<description>Hedera Mirror Node mirrors data from Hedera nodes and serves it via an API</description>
<ciManagement>
Expand All @@ -37,7 +36,7 @@
<scm>
<connection>https://github.com/steven-sheehy/hedera-mirror-node.git</connection>
<developerConnection>scm:git:https://github.com/steven-sheehy/hedera-mirror-node.git</developerConnection>
<tag>master</tag>
<tag>v0.4.1</tag>
<url>https://github.com/steven-sheehy/hedera-mirror-node/tree/master</url>
</scm>
<url>https://github.com/hashgraph/hedera-mirror-node</url>
Expand Down Expand Up @@ -292,7 +291,7 @@
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<scmCommentPrefix></scmCommentPrefix>
<scmCommentPrefix />
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
Expand Down

0 comments on commit ec8b1ba

Please sign in to comment.