Skip to content

Commit e6a2029

Browse files
committed
Version 0.5.0
1 parent 7261720 commit e6a2029

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

hedera-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.open-elements.hedera</groupId>
99
<artifactId>hedera-enterprise</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
10+
<version>0.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hedera-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.open-elements.hedera</groupId>
99
<artifactId>hedera-enterprise</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
10+
<version>0.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hedera-spring-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.open-elements.hedera</groupId>
99
<artifactId>hedera-enterprise</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
10+
<version>0.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hedera-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.open-elements.hedera</groupId>
99
<artifactId>hedera-enterprise</artifactId>
10-
<version>0.5.0-SNAPSHOT</version>
10+
<version>0.5.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

jreleaser.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ armored = true
66
active = "ALWAYS"
77
url = "https://s01.oss.sonatype.org/service/local"
88
snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
9+
stagingRepositories = ["target/staging-deploy"]
910
closeRepository = true
1011
releaseRepository = true
11-
stagingRepositories = ["target/staging-deploy"]
1212

1313
[release.github]
1414
enabled = true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.open-elements.hedera</groupId>
88
<artifactId>hedera-enterprise</artifactId>
9-
<version>0.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Hedera Enterprise</name>

0 commit comments

Comments
 (0)