Skip to content

Commit

Permalink
Release 8.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Oct 14, 2023
1 parent b894789 commit 384ad9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jhipster-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.jhipster</groupId>
<artifactId>jhipster-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>8.0.0-rc.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jhipster-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.jhipster</groupId>
<artifactId>jhipster-dependencies</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>8.0.0-rc.1</version>
<relativePath>../jhipster-dependencies/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>tech.jhipster</groupId>
<artifactId>jhipster-parent</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>8.0.0-rc.1</version>
<packaging>pom</packaging>
<name>JHipster server-side parent POM</name>
<url>https://github.com/jhipster/jhipster-bom/</url>
Expand Down Expand Up @@ -40,7 +40,7 @@

<properties>
<!-- The jhipster-framework version should be the same as the artifact version above -->
<jhipster-framework.version>8.0.0-SNAPSHOT</jhipster-framework.version>
<jhipster-framework.version>8.0.0-rc.1</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>3.1.4</spring-boot.version>

Expand Down

0 comments on commit 384ad9d

Please sign in to comment.