Skip to content

Commit

Permalink
Update deps for 24.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Oct 25, 2024
1 parent 7a8ecd1 commit 7a6546c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 24.4.1 (2024-10-25)

* **[chg]** seed: **[3.15.1](https://github.com/seedstack/seed/releases/tag/v3.15.1)**
* **[chg]** seedstack-maven-plugin: **[2.8.2](https://github.com/seedstack/seedstack-maven-plugin/releases/tag/v2.8.2)**

# Version 24.4 (2024-04-17)

* **[chg]** seed: **[3.15.0](https://github.com/seedstack/seed/releases/tag/v3.15.0)**
Expand Down
2 changes: 1 addition & 1 deletion addon-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>addon-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion batch-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>batch-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cli-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>cli-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domain-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>domain-archetype</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<shed.version>1.1.6</shed.version>
<coffig.version>3.1.8</coffig.version>
<seed.version>3.15.0</seed.version>
<seed.version>3.15.1</seed.version>
<business.version>4.5.0</business.version>

<audit-addon.version>3.0.1</audit-addon.version>
Expand Down Expand Up @@ -68,7 +68,7 @@

<!-- Variables used in archetype poms -->
<logback.version>1.5.5</logback.version> <!-- overrides the default from parent -->
<seedstack-maven-plugin.version>2.8.1</seedstack-maven-plugin.version>
<seedstack-maven-plugin.version>2.8.2</seedstack-maven-plugin.version>
<java-compiler.version>1.8</java-compiler.version>
<docker-maven-plugin.version>0.27.2</docker-maven-plugin.version>
<hibernate.version>5.6.15.Final</hibernate.version>
Expand Down
2 changes: 1 addition & 1 deletion seedstack-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>seedstack-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>24.4-SNAPSHOT</version>
<version>24.4.1-SNAPSHOT</version>
</parent>

<artifactId>web-archetype</artifactId>
Expand Down

0 comments on commit 7a6546c

Please sign in to comment.