From 0308a863e095f702090fd7263412c09d2e6a174a Mon Sep 17 00:00:00 2001 From: Adrien LAUER Date: Thu, 6 Aug 2020 15:59:43 +0200 Subject: [PATCH] Fix version number --- CHANGELOG.md | 5 +---- core/pom.xml | 2 +- migrate/pom.xml | 2 +- pom.xml | 2 +- specs/pom.xml | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29b12ae..561a6a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/core/pom.xml b/core/pom.xml index 8cc5b26b..12e86a3f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,7 +14,7 @@ org.seedstack.business business - 4.3.2-SNAPSHOT + 4.3.1-SNAPSHOT business-core diff --git a/migrate/pom.xml b/migrate/pom.xml index e5ada603..8f94014f 100644 --- a/migrate/pom.xml +++ b/migrate/pom.xml @@ -14,7 +14,7 @@ org.seedstack.business business - 4.3.2-SNAPSHOT + 4.3.1-SNAPSHOT business-migrate diff --git a/pom.xml b/pom.xml index 547ec83e..7a44ae8c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.seedstack.business business - 4.3.2-SNAPSHOT + 4.3.1-SNAPSHOT pom business diff --git a/specs/pom.xml b/specs/pom.xml index 5830bfa6..6b011acb 100644 --- a/specs/pom.xml +++ b/specs/pom.xml @@ -14,7 +14,7 @@ org.seedstack.business business - 4.3.2-SNAPSHOT + 4.3.1-SNAPSHOT business-specs