Skip to content

Commit 4220167

Browse files
author
tinker-michaelj
committed
[maven-release-plugin] Prepare release
Signed-off-by: tinker-michaelj <[email protected]>
1 parent a1f55ea commit 4220167

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

hapi-fees/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.17.1-SNAPSHOT</version>
13+
<version>0.17.1</version>
1414
</parent>
1515

1616
<properties>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.hedera.hashgraph</groupId>
2323
<artifactId>hapi-utils</artifactId>
24-
<version>0.17.1-SNAPSHOT</version>
24+
<version>0.17.1</version>
2525
</dependency>
2626
</dependencies>
2727

hapi-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.17.1-SNAPSHOT</version>
13+
<version>0.17.1</version>
1414
</parent>
1515

1616
<build>

hedera-node/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.17.1-SNAPSHOT</version>
13+
<version>0.17.1</version>
1414
</parent>
1515

1616
<properties>
@@ -239,12 +239,12 @@
239239
<dependency>
240240
<groupId>com.hedera.hashgraph</groupId>
241241
<artifactId>hapi-fees</artifactId>
242-
<version>0.17.1-SNAPSHOT</version>
242+
<version>0.17.1</version>
243243
</dependency>
244244
<dependency>
245245
<groupId>com.hedera.hashgraph</groupId>
246246
<artifactId>hapi-utils</artifactId>
247-
<version>0.17.1-SNAPSHOT</version>
247+
<version>0.17.1</version>
248248
</dependency>
249249
<dependency>
250250
<groupId>com.swirlds</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.hedera.hashgraph</groupId>
55
<artifactId>hedera-services</artifactId>
6-
<version>0.17.1-SNAPSHOT</version>
6+
<version>0.17.1</version>
77
<description>
88
Hedera Services (crypto, file, contract, consensus) on the Platform
99
</description>
@@ -21,7 +21,7 @@
2121
<url>https://github.com/hashgraph/hedera-services</url>
2222
<connection>scm:git:[email protected]:hashgraph/hedera-services.git</connection>
2323
<developerConnection>scm:git:[email protected]:hashgraph/hedera-services.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>v0.17.1</tag>
2525
</scm>
2626

2727
<developers>
@@ -187,7 +187,7 @@
187187
<sonar.issue.ignore.multicriteria.e1.resourceKey>**/*.java</sonar.issue.ignore.multicriteria.e1.resourceKey>
188188
<sonar.issue.ignore.multicriteria.e1.ruleKey>java:S125</sonar.issue.ignore.multicriteria.e1.ruleKey>
189189

190-
<project.build.outputTimestamp>2021-08-11T17:16:31Z</project.build.outputTimestamp>
190+
<project.build.outputTimestamp>2021-08-19T00:33:16Z</project.build.outputTimestamp>
191191
</properties>
192192

193193
<modules>

test-clients/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.hedera.hashgraph</groupId>
1212
<artifactId>hedera-services</artifactId>
13-
<version>0.17.1-SNAPSHOT</version>
13+
<version>0.17.1</version>
1414
</parent>
1515

1616
<properties>
@@ -267,12 +267,12 @@
267267
<dependency>
268268
<groupId>com.hedera.hashgraph</groupId>
269269
<artifactId>hapi-utils</artifactId>
270-
<version>0.17.1-SNAPSHOT</version>
270+
<version>0.17.1</version>
271271
</dependency>
272272
<dependency>
273273
<groupId>com.hedera.hashgraph</groupId>
274274
<artifactId>hapi-fees</artifactId>
275-
<version>0.17.1-SNAPSHOT</version>
275+
<version>0.17.1</version>
276276
</dependency>
277277
<dependency>
278278
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)