Skip to content

Commit 41b5d87

Browse files
committed
Release 7.0.0-beta.1
1 parent aed42a7 commit 41b5d87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

jhipster-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.jhipster</groupId>
77
<artifactId>jhipster-parent</artifactId>
8-
<version>7.0.0-SNAPSHOT</version>
8+
<version>7.0.0-beta.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jhipster-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tech.jhipster</groupId>
77
<artifactId>jhipster-dependencies</artifactId>
8-
<version>7.0.0-SNAPSHOT</version>
8+
<version>7.0.0-beta.1</version>
99
<relativePath>../jhipster-dependencies/pom.xml</relativePath>
1010
</parent>
1111

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>tech.jhipster</groupId>
1313
<artifactId>jhipster-parent</artifactId>
14-
<version>7.0.0-SNAPSHOT</version>
14+
<version>7.0.0-beta.1</version>
1515
<packaging>pom</packaging>
1616
<name>JHipster server-side parent POM</name>
1717
<url>https://github.com/jhipster/jhipster-bom/</url>
@@ -40,7 +40,7 @@
4040

4141
<properties>
4242
<!-- The jhipster-framework version should be the same as the artifact version above -->
43-
<jhipster-framework.version>7.0.0-SNAPSHOT</jhipster-framework.version>
43+
<jhipster-framework.version>7.0.0-beta.1</jhipster-framework.version>
4444
<!-- The spring-boot version should be the same as the parent version above -->
4545
<spring-boot.version>2.3.8.RELEASE</spring-boot.version>
4646

0 commit comments

Comments
 (0)