Skip to content

Commit

Permalink
[maven-release-plugin] Prepare release
Browse files Browse the repository at this point in the history
Signed-off-by: tinker-michaelj <[email protected]>
  • Loading branch information
tinker-michaelj committed Oct 25, 2021
1 parent 24dd068 commit 66a2fa5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions hapi-fees/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</parent>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion hapi-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</parent>

<build>
Expand Down
6 changes: 3 additions & 3 deletions hedera-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</parent>

<properties>
Expand Down Expand Up @@ -242,12 +242,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</dependency>
<dependency>
<groupId>com.swirlds</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
<description>
Hedera Services (crypto, file, contract, consensus) on the Platform
</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/hashgraph/hedera-services</url>
<connection>scm:git:[email protected]:hashgraph/hedera-services.git</connection>
<developerConnection>scm:git:[email protected]:hashgraph/hedera-services.git</developerConnection>
<tag>release/0.19</tag>
<tag>v0.19.4</tag>
</scm>

<developers>
Expand Down Expand Up @@ -191,7 +191,7 @@
<sonar.issue.ignore.multicriteria.e2.resourceKey>**/*.java</sonar.issue.ignore.multicriteria.e2.resourceKey>
<sonar.issue.ignore.multicriteria.e2.ruleKey>java:S1874</sonar.issue.ignore.multicriteria.e2.ruleKey>

<project.build.outputTimestamp>2021-10-20T22:23:23Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-10-25T22:54:41Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions test-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-services</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</parent>

<properties>
Expand Down Expand Up @@ -276,12 +276,12 @@
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-utils</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</dependency>
<dependency>
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hapi-fees</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 66a2fa5

Please sign in to comment.