From b960f2c8abc97798e585262c890a5ed128a3a4be Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 27 Jun 2020 20:09:45 +0100 Subject: [PATCH] Release 2.0.0 (#491) * Version set to 2.0.0 * Remove lingering scala plugins --- app/pom.xml | 2 +- app/src/main/java/net/kemitix/thorp/Program.java | 2 +- cli/pom.xml | 2 +- config/pom.xml | 2 +- console/pom.xml | 2 +- domain/pom.xml | 2 +- filesystem/pom.xml | 14 ++------------ lib/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- storage-aws/pom.xml | 2 +- storage/pom.xml | 14 ++------------ uishell/pom.xml | 2 +- 13 files changed, 15 insertions(+), 35 deletions(-) diff --git a/app/pom.xml b/app/pom.xml index 0905acb..9d3d46f 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/app/src/main/java/net/kemitix/thorp/Program.java b/app/src/main/java/net/kemitix/thorp/Program.java index 43333b4..bb28f60 100644 --- a/app/src/main/java/net/kemitix/thorp/Program.java +++ b/app/src/main/java/net/kemitix/thorp/Program.java @@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger; public interface Program { - String version = "1.1.0-SNAPSHOT"; + String version = "2.0.0"; String versionLabel = String.format("%sThrop v%s%s", Terminal.white, version, Terminal.reset); diff --git a/cli/pom.xml b/cli/pom.xml index c115954..1ecc37f 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/config/pom.xml b/config/pom.xml index 102b44c..bb79e5d 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/console/pom.xml b/console/pom.xml index 3353db6..d33688c 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/domain/pom.xml b/domain/pom.xml index 9f82ca6..ea70d63 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -3,7 +3,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/filesystem/pom.xml b/filesystem/pom.xml index 1430a03..fd18fde 100644 --- a/filesystem/pom.xml +++ b/filesystem/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml @@ -37,14 +37,4 @@ test - - - - - net.alchim31.maven - scala-maven-plugin - - - - - \ No newline at end of file + diff --git a/lib/pom.xml b/lib/pom.xml index 52c9bb9..d6f0e0e 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index bc80eb9..6aaf6a0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -12,7 +12,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 pom diff --git a/pom.xml b/pom.xml index a4d6af6..59a9156 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ net.kemitix.thorp thorp-root - 1.1.0-SNAPSHOT + 2.0.0 pom diff --git a/storage-aws/pom.xml b/storage-aws/pom.xml index 47d90e8..9986c81 100644 --- a/storage-aws/pom.xml +++ b/storage-aws/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml diff --git a/storage/pom.xml b/storage/pom.xml index 5cb25f5..86db3ed 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml @@ -22,14 +22,4 @@ thorp-domain - - - - - net.alchim31.maven - scala-maven-plugin - - - - - \ No newline at end of file + diff --git a/uishell/pom.xml b/uishell/pom.xml index df24d72..2d3d2c9 100644 --- a/uishell/pom.xml +++ b/uishell/pom.xml @@ -4,7 +4,7 @@ net.kemitix.thorp thorp-parent - 1.1.0-SNAPSHOT + 2.0.0 ../parent/pom.xml