Skip to content

Commit

Permalink
Update components
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed May 25, 2021
1 parent 5dd3bb9 commit 460b0d0
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 21.4.1 (2021-05-25)

* **[chg]** seed: **[3.12.1](https://github.com/seedstack/seed/releases/tag/v3.12.1)**
* **[chg]** redis-addon: **[2.1.1](https://github.com/seedstack/redis-addon/releases/tag/v2.1.1)**

# Version 21.4 (2021-05-09)

* **[chg]** seed: **[3.12.0](https://github.com/seedstack/seed/releases/tag/v3.12.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>21.4-SNAPSHOT</version>
<version>21.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>21.4-SNAPSHOT</version>
<version>21.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>21.4-SNAPSHOT</version>
<version>21.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>21.4-SNAPSHOT</version>
<version>21.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>21.4-SNAPSHOT</version>
<version>21.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<shed.version>1.1.6</shed.version>
<coffig.version>3.1.7</coffig.version>
<seed.version>3.12.0</seed.version>
<seed.version>3.12.1</seed.version>
<business.version>4.4.0</business.version>

<audit-addon.version>3.0.1</audit-addon.version>
Expand Down Expand Up @@ -56,7 +56,7 @@
<neo4j-addon.version>2.0.0</neo4j-addon.version>
<netflix-addon.version>1.2.2</netflix-addon.version>
<oauth-addon.version>3.2.0</oauth-addon.version>
<redis-addon.version>2.1.0</redis-addon.version>
<redis-addon.version>2.1.1</redis-addon.version>
<scheduling-addon.version>3.3.1</scheduling-addon.version>
<shell-addon.version>1.0.1</shell-addon.version>
<solr-addon.version>2.0.0</solr-addon.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>21.4-SNAPSHOT</version>
<version>21.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>21.4-SNAPSHOT</version>
<version>21.4.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 460b0d0

Please sign in to comment.