Skip to content

Commit

Permalink
Bump version, update maven plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed May 21, 2018
1 parent 9aee97a commit 4288dd7
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 14 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.1 (2018-05-21)

* [chg] seedstack-maven-plugin: **[2.7.1](https://github.com/seedstack/seedstack-maven-plugin/releases/tag/v2.7.1)**

# Version 18.4 (2018-05-07)

* [new] oauth-addon: **[1.0.0](https://github.com/seedstack/oauth-addon/releases/tag/v1.0.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-SNAPSHOT</version>
<version>18.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>18.4-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-SNAPSHOT</version>
</parent>

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

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

<properties>
Expand Down Expand Up @@ -71,7 +71,7 @@
<compat.i18n-addon.version>3.0.0</compat.i18n-addon.version>

<!-- Variables used in archetype poms -->
<seedstack-maven-plugin.version>2.7.0</seedstack-maven-plugin.version>
<seedstack-maven-plugin.version>2.7.1</seedstack-maven-plugin.version>
<java-compiler.version>1.8</java-compiler.version>
<docker-maven-plugin.version>0.4.13</docker-maven-plugin.version>
<hibernate.version>5.2.10.Final</hibernate.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-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.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>18.4-SNAPSHOT</version>
<version>18.4.1-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-SNAPSHOT</version>
<version>18.4.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 4288dd7

Please sign in to comment.