Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Commit 33767dd

Browse files
committed
Version 0.12.0
1 parent 9f1cc1f commit 33767dd

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

hiero-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.hiero</groupId>
99
<artifactId>hiero-enterprise</artifactId>
10-
<version>0.12.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hiero-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.hiero</groupId>
99
<artifactId>hiero-enterprise</artifactId>
10-
<version>0.12.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hiero-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.hiero</groupId>
99
<artifactId>hiero-enterprise</artifactId>
10-
<version>0.12.0-SNAPSHOT</version>
10+
<version>0.12.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

hiero-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.hiero</groupId>
99
<artifactId>hiero-enterprise</artifactId>
10-
<version>0.12.0-SNAPSHOT</version>
10+
<version>0.12.0</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.hiero</groupId>
88
<artifactId>hiero-enterprise</artifactId>
9-
<version>0.12.0-SNAPSHOT</version>
9+
<version>0.12.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Hiero Enterprise</name>

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export $(grep -v '^#' .env | xargs)
3030

3131
echo "Releasing version $NEW_VERSION"
3232
./mvnw versions:set -DnewVersion=$NEW_VERSION
33-
./mvnw clean verify
33+
./mvnw clean verify -DskipTests
3434
git commit -am "Version $NEW_VERSION"
3535
git push
3636
./mvnw -Ppublication deploy -DskipTests

0 commit comments

Comments
 (0)