Skip to content

Commit

Permalink
Bump version, update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Dec 15, 2020
1 parent 28259cc commit 15c3e05
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 20.11.1 (2020-12-15)

* **[chg]** swagger-addon: **[2.1.3](https://github.com/seedstack/swagger-addon/releases/tag/v2.1.3)**

# Version 20.11 (2020-11-30)

* **[chg]** seed: **[3.11.0](https://github.com/seedstack/seed/releases/tag/v3.11.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>20.11-SNAPSHOT</version>
<version>20.11.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>20.11-SNAPSHOT</version>
<version>20.11.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>20.11-SNAPSHOT</version>
<version>20.11.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>20.11-SNAPSHOT</version>
<version>20.11.1-SNAPSHOT</version>
</parent>

<artifactId>domain-archetype</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.seedstack</groupId>
<artifactId>distribution</artifactId>
<version>20.11-SNAPSHOT</version>
<version>20.11.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -61,7 +61,7 @@
<shell-addon.version>1.0.1</shell-addon.version>
<solr-addon.version>2.0.0</solr-addon.version>
<spring-bridge-addon.version>3.1.2</spring-bridge-addon.version>
<swagger-addon.version>2.1.2</swagger-addon.version>
<swagger-addon.version>2.1.3</swagger-addon.version>
<w20-bridge-addon.version>3.2.8</w20-bridge-addon.version>
<web-bridge-addon.version>1.0.4</web-bridge-addon.version>
<web-services-addon.version>3.0.4</web-services-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>20.11-SNAPSHOT</version>
<version>20.11.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>20.11-SNAPSHOT</version>
<version>20.11.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 15c3e05

Please sign in to comment.