Skip to content

Commit 389a96d

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

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.12.0-rc.4-SNAPSHOT</version>
13+
<version>0.12.0-rc.4</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.12.0-rc.4-SNAPSHOT</version>
24+
<version>0.12.0-rc.4</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.12.0-rc.4-SNAPSHOT</version>
13+
<version>0.12.0-rc.4</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.12.0-rc.4-SNAPSHOT</version>
13+
<version>0.12.0-rc.4</version>
1414
</parent>
1515

1616
<properties>
@@ -268,12 +268,12 @@
268268
<dependency>
269269
<groupId>com.hedera.hashgraph</groupId>
270270
<artifactId>hapi-fees</artifactId>
271-
<version>0.12.0-rc.4-SNAPSHOT</version>
271+
<version>0.12.0-rc.4</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.hedera.hashgraph</groupId>
275275
<artifactId>hapi-utils</artifactId>
276-
<version>0.12.0-rc.4-SNAPSHOT</version>
276+
<version>0.12.0-rc.4</version>
277277
</dependency>
278278
<dependency>
279279
<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.12.0-rc.4-SNAPSHOT</version>
6+
<version>0.12.0-rc.4</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>release/0.12</tag>
24+
<tag>v0.12.0-rc.4</tag>
2525
</scm>
2626

2727
<developers>
@@ -170,7 +170,7 @@
170170
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
171171
<sonar.language>java</sonar.language>
172172
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
173-
<project.build.outputTimestamp>2021-02-18T22:15:45Z</project.build.outputTimestamp>
173+
<project.build.outputTimestamp>2021-02-22T22:51:45Z</project.build.outputTimestamp>
174174
</properties>
175175

176176
<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.12.0-rc.4-SNAPSHOT</version>
13+
<version>0.12.0-rc.4</version>
1414
</parent>
1515

1616
<properties>
@@ -279,12 +279,12 @@
279279
<dependency>
280280
<groupId>com.hedera.hashgraph</groupId>
281281
<artifactId>hapi-utils</artifactId>
282-
<version>0.12.0-rc.4-SNAPSHOT</version>
282+
<version>0.12.0-rc.4</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.hedera.hashgraph</groupId>
286286
<artifactId>hapi-fees</artifactId>
287-
<version>0.12.0-rc.4-SNAPSHOT</version>
287+
<version>0.12.0-rc.4</version>
288288
</dependency>
289289
<dependency>
290290
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)