Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Aug 6, 2020
1 parent 6d51cbd commit 0308a86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Version 4.3.2 (2020-08-06)
# Version 4.3.1 (2020-08-06)

* [new] Shortcut to combine two specifications in the specification builder DSL.

# Version 4.3.1 (2020-02-01)

* [fix] Accept Guice-specific `@Named` annotation as qualifier, in addition to all JSR-330 qualifiers.

# Version 4.3.0 (2019-12-17)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.business</groupId>
<artifactId>business</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<artifactId>business-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion migrate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.business</groupId>
<artifactId>business</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<artifactId>business-migrate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.seedstack.business</groupId>
<artifactId>business</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>business</name>

Expand Down
2 changes: 1 addition & 1 deletion specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.seedstack.business</groupId>
<artifactId>business</artifactId>
<version>4.3.2-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<artifactId>business-specs</artifactId>
Expand Down

0 comments on commit 0308a86

Please sign in to comment.