Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakantousis committed Nov 13, 2018
1 parent bea00ff commit 4d6d8b5
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>war</packaging>
<description>Hopsworks admin panel</description>
<name>hopsworks-admin</name>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
8 changes: 4 additions & 4 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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>war</packaging>
<description>Hopsworks rest api</description>
<name>hopsworks-api</name>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand All @@ -121,7 +121,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-ca</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>war</packaging>
<description>Hopsworks Certificate Authority</description>
<name>hopsworks-ca</name>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<!--<scope>provided</scope>-->
<exclusions>
Expand Down
6 changes: 3 additions & 3 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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>war</packaging>
<description>Hopsworks cluster registration api</description>
<name>hopsworks-cluster</name>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

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

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

<name>hopsworks-dela</name>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
20 changes: 10 additions & 10 deletions hopsworks-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

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

<name>hopsworks-ear:0.6.0-SNAPSHOT</name>
<name>hopsworks-ear:0.6.0</name>

<build>
<plugins>
Expand All @@ -75,37 +75,37 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-jwt</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-kmon</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-jwt</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>ejb</packaging>
<description>Hopsworks JWT</description>
<name>hopsworks-jwt</name>
Expand Down
6 changes: 3 additions & 3 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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-kmon</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>war</packaging>
<description>Hopsworks monitoring app</description>
<name>hopsworks-kmon</name>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</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>0.6.0-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-web</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.6.0</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 @@ -43,7 +43,7 @@

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

0 comments on commit 4d6d8b5

Please sign in to comment.