Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Commit

Permalink
Release 2.0.0 (#491)
Browse files Browse the repository at this point in the history
* Version set to 2.0.0

* Remove lingering scala plugins
  • Loading branch information
kemitix authored Jun 27, 2020
1 parent 9f021f0 commit b960f2c
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 35 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/net/kemitix/thorp/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
14 changes: 2 additions & 12 deletions filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
</project>
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion storage-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
14 changes: 2 additions & 12 deletions storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
</project>
2 changes: 1 addition & 1 deletion uishell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b960f2c

Please sign in to comment.