Skip to content

Commit

Permalink
Bump version, update components
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Jun 6, 2018
1 parent 4288dd7 commit 69a3d44
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 16 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 18.4.2 (2018-06-06)

* [chg] seed: **[3.6.1](https://github.com/seedstack/seed/releases/tag/v3.6.1)**
* [chg] w20-bridge-addon: **[3.2.2](https://github.com/seedstack/w20-bridge-addon/releases/tag/v3.2.2)**

# Version 18.4.1 (2018-05-21)

* [chg] seedstack-maven-plugin: **[2.7.1](https://github.com/seedstack/seedstack-maven-plugin/releases/tag/v2.7.1)**
Expand All @@ -7,7 +12,7 @@
* [new] oauth-addon: **[1.0.0](https://github.com/seedstack/oauth-addon/releases/tag/v1.0.0)**
* [new] crud-addon: **[1.0.0](https://github.com/seedstack/crud-addon/releases/tag/v1.0.0)**
* [chg] shed: **[1.1.3](https://github.com/seedstack/shed/releases/tag/v1.1.3)**
* [chg] seed: **[3.5.1](https://github.com/seedstack/seed/releases/tag/v3.5.1)**
* [chg] seed: **[3.6.0](https://github.com/seedstack/seed/releases/tag/v3.6.0)**
* [chg] business: **[4.2.1](https://github.com/seedstack/business/releases/tag/4.2.1)**
* [chg] cci-addon: **[1.1.0](https://github.com/seedstack/cci-addon/releases/tag/v1.1.0)**
* [chg] feign-addon: **[1.2.0](https://github.com/seedstack/feign-addon/releases/tag/v1.2.0)**
Expand All @@ -18,6 +23,12 @@
* [chg] w20-bridge-addon: **[3.2.1](https://github.com/seedstack/w20-bridge-addon/releases/tag/v3.2.1)**
* [chg] web-bridge-addon: **[1.0.1](https://github.com/seedstack/web-bridge-addon/releases/tag/v1.0.1)**

# Version 17.11.3 (2018-02-16)

* [chg] shed: **[1.1.2](https://github.com/seedstack/shed/releases/tag/v1.1.2)**
* [chg] coffig: **[3.1.0](https://github.com/seedstack/coffig/releases/tag/v3.1.0)**
* [chg] seed: **[3.4.2](https://github.com/seedstack/seed/releases/tag/v3.4.2)**

# Version 17.11.2 (2017-12-05)

* [chg] business: **[4.2.0](https://github.com/seedstack/business/releases/tag/4.2.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>18.4.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-SNAPSHOT</version>
</parent>

<artifactId>domain-composite</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>

<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>18.4.1-SNAPSHOT</version>
<version>18.4.2-SNAPSHOT</version>
<packaging>pom</packaging>

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

<audit-addon.version>3.0.0</audit-addon.version>
Expand Down Expand Up @@ -60,7 +60,7 @@
<solr-addon.version>2.0.0</solr-addon.version>
<spring-bridge-addon.version>3.1.0</spring-bridge-addon.version>
<swagger-addon.version>2.0.2</swagger-addon.version>
<w20-bridge-addon.version>3.2.1</w20-bridge-addon.version>
<w20-bridge-addon.version>3.2.2</w20-bridge-addon.version>
<web-bridge-addon.version>1.0.1</web-bridge-addon.version>
<web-services-addon.version>3.0.2</web-services-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-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.1-SNAPSHOT</version>
<version>18.4.2-SNAPSHOT</version>
</parent>

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

0 comments on commit 69a3d44

Please sign in to comment.