Skip to content

Commit

Permalink
Update components
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jun 18, 2018
1 parent 69a3d44 commit b8d7949
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 18.4.3 (2018-06-18)

* [chg] seed: **[3.6.2](https://github.com/seedstack/seed/releases/tag/v3.6.2)**

# Version 18.4.2 (2018-06-06)

* [chg] seed: **[3.6.1](https://github.com/seedstack/seed/releases/tag/v3.6.1)**
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>18.4.2-SNAPSHOT</version>
<version>18.4.3-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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

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

<artifactId>batch-composite</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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

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

<artifactId>cli-composite</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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

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

<artifactId>domain-composite</artifactId>
Expand Down
4 changes: 2 additions & 2 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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<shed.version>1.1.3</shed.version>
<coffig.version>3.1.0</coffig.version>
<seed.version>3.6.1</seed.version>
<seed.version>3.6.2</seed.version>
<business.version>4.2.1</business.version>

<audit-addon.version>3.0.0</audit-addon.version>
Expand Down
2 changes: 1 addition & 1 deletion seedstack-bom-compat/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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

<artifactId>seedstack-bom-compat</artifactId>
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>18.4.2-SNAPSHOT</version>
<version>18.4.3-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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

<artifactId>web-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web-composite/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>18.4.2-SNAPSHOT</version>
<version>18.4.3-SNAPSHOT</version>
</parent>

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

0 comments on commit b8d7949

Please sign in to comment.