File tree Expand file tree Collapse file tree 7 files changed +6
-10
lines changed
Expand file tree Collapse file tree 7 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ export $(grep -v '^#' .env | xargs)
2828./mvnw clean
2929
3030echo " 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
3533git commit -am " Version $NEW_VERSION "
@@ -38,8 +36,6 @@ git push
3836./mvnw -Ppublication jreleaser:full-release
3937
4038echo " 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
4440git commit -am " Version $NEXT_VERSION "
4541git push
You can’t perform that action at this time.
0 commit comments