Skip to content

Commit

Permalink
Release version 1.4.1 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirOibaf authored Oct 5, 2020
1 parent 761e7de commit 411bed8
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions hopsworks-IT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-IT</artifactId>
<packaging>jar</packaging>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<name>Hopsworks: Integration Test</name>
<properties>
<!-- deploy lib versions -->
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-UT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-UT</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<description>Hopsworks Unit test</description>
<name>Hopsworks: Unit Test</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks admin panel</description>
<name>hopsworks-admin</name>
Expand Down
6 changes: 3 additions & 3 deletions hopsworks-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks rest api</description>
<name>hopsworks-api</name>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-ca</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks Certificate Authority</description>
<name>hopsworks-ca</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks cluster registration api</description>
<name>hopsworks-cluster</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>ejb</packaging>
<description>Hopsworks common</description>
<name>hopsworks-common</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-dela/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<parent>
<artifactId>hopsworks</artifactId>
<groupId>io.hops</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>ejb</packaging>

<name>hopsworks-dela</name>
Expand Down
8 changes: 4 additions & 4 deletions hopsworks-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-ear</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>ear</packaging>

<name>hopsworks-ear:1.4.0</name>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<type>war</type>
</dependency>
</dependencies>
Expand All @@ -144,7 +144,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-testing</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-jwt</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>ejb</packaging>
<description>Hopsworks JWT</description>
<name>hopsworks-jwt</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-kmon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-kmon</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks monitoring app</description>
<name>hopsworks-kmon</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-persistence</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<description>Hopsworks persistence</description>
<name>hopsworks-persistence</name>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-rest-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<artifactId>hopsworks</artifactId>
<groupId>io.hops</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-rest-utils</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<description>Hopsworks REST Utils</description>
<name>hopsworks-rest-utils</name>

Expand Down
6 changes: 3 additions & 3 deletions hopsworks-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
<parent>
<artifactId>hopsworks</artifactId>
<groupId>io.hops</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-testing</artifactId>
<description>Hopsworks testing</description>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<name>hopsworks-testing</name>
<packaging>war</packaging>

<dependencies>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions hopsworks-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-web</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>war</packaging>
<description>Hopsworks web app</description>
<name>hopsworks-web</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>
<name>hopsworks</name>
<description>Hopsworks parent project</description>
Expand Down

0 comments on commit 411bed8

Please sign in to comment.