Skip to content

Commit

Permalink
Version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Dec 3, 2024
1 parent 9f1cc1f commit 33767dd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hiero-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.open-elements.hiero</groupId>
<artifactId>hiero-enterprise</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hiero-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.open-elements.hiero</groupId>
<artifactId>hiero-enterprise</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hiero-spring-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.open-elements.hiero</groupId>
<artifactId>hiero-enterprise</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hiero-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.open-elements.hiero</groupId>
<artifactId>hiero-enterprise</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.open-elements.hiero</groupId>
<artifactId>hiero-enterprise</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<packaging>pom</packaging>

<name>Hiero Enterprise</name>
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export $(grep -v '^#' .env | xargs)

echo "Releasing version $NEW_VERSION"
./mvnw versions:set -DnewVersion=$NEW_VERSION
./mvnw clean verify
./mvnw clean verify -DskipTests
git commit -am "Version $NEW_VERSION"
git push
./mvnw -Ppublication deploy -DskipTests
Expand Down

0 comments on commit 33767dd

Please sign in to comment.