Skip to content

Commit 486d156

Browse files
committed
Version 0.4.0
1 parent 8d0d570 commit 486d156

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
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.4.0-SNAPSHOT</version>
10+
<version>0.4.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.4.0-SNAPSHOT</version>
10+
<version>0.4.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.4.0-SNAPSHOT</version>
10+
<version>0.4.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.4.0-SNAPSHOT</version>
10+
<version>0.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 15 additions & 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.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Hedera Enterprise</name>
@@ -104,8 +104,22 @@
104104
<artifactId>jreleaser-maven-plugin</artifactId>
105105
<version>1.9.0</version>
106106
</plugin>
107+
<plugin>
108+
<groupId>org.codehaus.mojo</groupId>
109+
<artifactId>versions-maven-plugin</artifactId>
110+
<version>2.17.1</version>
111+
</plugin>
107112
</plugins>
108113
</pluginManagement>
114+
<plugins>
115+
<plugin>
116+
<groupId>org.codehaus.mojo</groupId>
117+
<artifactId>versions-maven-plugin</artifactId>
118+
<configuration>
119+
<generateBackupPoms>false</generateBackupPoms>
120+
</configuration>
121+
</plugin>
122+
</plugins>
109123
</build>
110124

111125
<profiles>

0 commit comments

Comments
 (0)