Release 2.0.0 (#491)

* Version set to 2.0.0

* Remove lingering scala plugins
This commit is contained in:
Paul Campbell 2020-06-27 20:09:45 +01:00 committed by GitHub
parent 9f021f0266
commit b960f2c8ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 35 deletions

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -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);

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -3,7 +3,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@ -37,14 +37,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -12,7 +12,7 @@
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<properties>

View file

@ -3,7 +3,7 @@
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-root</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<modules>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@ -22,14 +22,4 @@
<artifactId>thorp-domain</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

View file

@ -4,7 +4,7 @@
<parent>
<groupId>net.kemitix.thorp</groupId>
<artifactId>thorp-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>