Skip to content

Commit 66b44b0

Browse files
committed
0.9.0-SNAPSHOT
1 parent 25883f4 commit 66b44b0

File tree

7 files changed

+6
-10
lines changed

7 files changed

+6
-10
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.10.0-SNAPSHOT</version>
10+
<version>0.9.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hedera-enterprise-bom/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-bom</artifactId>
9-
<version>0.10.0-SNAPSHOT</version>
9+
<version>0.9.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Hedera Enterprise BOM</name>

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.10.0-SNAPSHOT</version>
10+
<version>0.9.0-SNAPSHOT</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.10.0-SNAPSHOT</version>
10+
<version>0.9.0-SNAPSHOT</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.10.0-SNAPSHOT</version>
10+
<version>0.9.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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.10.0-SNAPSHOT</version>
9+
<version>0.9.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Hedera Enterprise</name>

release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export $(grep -v '^#' .env | xargs)
2828
./mvnw clean
2929

3030
echo "Releasing version $NEW_VERSION"
31-
./mvnw install -f ./hedera-enterprise-bom/pom.xml
32-
./mvnw versions:set -f ./hedera-enterprise-bom/pom.xml -DnewVersion=$NEW_VERSION
3331
./mvnw versions:set -DnewVersion=$NEW_VERSION
3432
./mvnw clean verify
3533
git commit -am "Version $NEW_VERSION"
@@ -38,8 +36,6 @@ git push
3836
./mvnw -Ppublication jreleaser:full-release
3937

4038
echo "Setting version to $NEXT_VERSION"
41-
./mvnw install -f ./hedera-enterprise-bom/pom.xml
42-
./mvnw versions:set -f ./hedera-enterprise-bom/pom.xml -DnewVersion=$NEXT_VERSION
4339
./mvnw versions:set -DnewVersion=$NEXT_VERSION
4440
git commit -am "Version $NEXT_VERSION"
4541
git push

0 commit comments

Comments
 (0)