Skip to content

Commit 7a6546c

Browse files
committed
Update deps for 24.4.1
1 parent 7a8ecd1 commit 7a6546c

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 24.4.1 (2024-10-25)
2+
3+
* **[chg]** seed: **[3.15.1](https://github.com/seedstack/seed/releases/tag/v3.15.1)**
4+
* **[chg]** seedstack-maven-plugin: **[2.8.2](https://github.com/seedstack/seedstack-maven-plugin/releases/tag/v2.8.2)**
5+
16
# Version 24.4 (2024-04-17)
27

38
* **[chg]** seed: **[3.15.0](https://github.com/seedstack/seed/releases/tag/v3.15.0)**

addon-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>addon-archetype</artifactId>

batch-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>batch-archetype</artifactId>

cli-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>cli-archetype</artifactId>

domain-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>domain-archetype</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<groupId>org.seedstack</groupId>
2020
<artifactId>distribution</artifactId>
21-
<version>24.4-SNAPSHOT</version>
21+
<version>24.4.1-SNAPSHOT</version>
2222
<packaging>pom</packaging>
2323

2424
<properties>
2525
<shed.version>1.1.6</shed.version>
2626
<coffig.version>3.1.8</coffig.version>
27-
<seed.version>3.15.0</seed.version>
27+
<seed.version>3.15.1</seed.version>
2828
<business.version>4.5.0</business.version>
2929

3030
<audit-addon.version>3.0.1</audit-addon.version>
@@ -68,7 +68,7 @@
6868

6969
<!-- Variables used in archetype poms -->
7070
<logback.version>1.5.5</logback.version> <!-- overrides the default from parent -->
71-
<seedstack-maven-plugin.version>2.8.1</seedstack-maven-plugin.version>
71+
<seedstack-maven-plugin.version>2.8.2</seedstack-maven-plugin.version>
7272
<java-compiler.version>1.8</java-compiler.version>
7373
<docker-maven-plugin.version>0.27.2</docker-maven-plugin.version>
7474
<hibernate.version>5.6.15.Final</hibernate.version>

seedstack-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>seedstack-bom</artifactId>

web-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.seedstack</groupId>
1515
<artifactId>distribution</artifactId>
16-
<version>24.4-SNAPSHOT</version>
16+
<version>24.4.1-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>web-archetype</artifactId>

0 commit comments

Comments
 (0)