Skip to content

Commit

Permalink
Merge pull request #1546 from jhipster/skip_ci-BOM-8.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Update jhipster-bom version to 8.3.0-SNAPSHOT
  • Loading branch information
DanielFran committed Mar 21, 2024
2 parents ab6f9aa + c07ab13 commit d6f12b3
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.2.0-SNAPSHOT</version>
<version>8.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>8.3.0-SNAPSHOT</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.2.0-SNAPSHOT</version>
<version>8.3.0-SNAPSHOT</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.2.0-SNAPSHOT</jhipster-framework.version>
<jhipster-framework.version>8.3.0-SNAPSHOT</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>3.2.3</spring-boot.version>

Expand Down

0 comments on commit d6f12b3

Please sign in to comment.