Skip to content

Commit 9bac6bc

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

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.16.1-SNAPSHOT</version>
13+
<version>0.16.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.16.1-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</dependency>
2626
<!-- Test dependencies -->
2727
<dependency>

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.16.1-SNAPSHOT</version>
13+
<version>0.16.1</version>
1414
</parent>
1515

1616
<dependencies>

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.16.1-SNAPSHOT</version>
13+
<version>0.16.1</version>
1414
</parent>
1515

1616
<properties>
@@ -238,12 +238,12 @@
238238
<dependency>
239239
<groupId>com.hedera.hashgraph</groupId>
240240
<artifactId>hapi-fees</artifactId>
241-
<version>0.16.1-SNAPSHOT</version>
241+
<version>0.16.1</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>com.hedera.hashgraph</groupId>
245245
<artifactId>hapi-utils</artifactId>
246-
<version>0.16.1-SNAPSHOT</version>
246+
<version>0.16.1</version>
247247
</dependency>
248248
<dependency>
249249
<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.16.1-SNAPSHOT</version>
6+
<version>0.16.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.16.1</tag>
2525
</scm>
2626

2727
<developers>
@@ -182,7 +182,7 @@
182182
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
183183
<sonar.language>java</sonar.language>
184184
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
185-
<project.build.outputTimestamp>2021-07-20T21:34:56Z</project.build.outputTimestamp>
185+
<project.build.outputTimestamp>2021-07-21T21:21:25Z</project.build.outputTimestamp>
186186
</properties>
187187

188188
<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.16.1-SNAPSHOT</version>
13+
<version>0.16.1</version>
1414
</parent>
1515

1616
<properties>
@@ -277,12 +277,12 @@
277277
<dependency>
278278
<groupId>com.hedera.hashgraph</groupId>
279279
<artifactId>hapi-utils</artifactId>
280-
<version>0.16.1-SNAPSHOT</version>
280+
<version>0.16.1</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>com.hedera.hashgraph</groupId>
284284
<artifactId>hapi-fees</artifactId>
285-
<version>0.16.1-SNAPSHOT</version>
285+
<version>0.16.1</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)