Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakantousis committed Feb 11, 2019
1 parent 25b4909 commit b58dac0
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
10 changes: 5 additions & 5 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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand All @@ -121,14 +121,14 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-jwt</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
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>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-ca</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>war</packaging>
<description>Hopsworks Certificate Authority</description>
<name>hopsworks-ca</name>
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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
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,16 +44,16 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

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

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

<build>
<plugins>
Expand Down Expand Up @@ -311,7 +311,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-jwt</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-kmon</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
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>0.10.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-persistence</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>jar</packaging>
<description>Hopsworks persistence</description>
<name>hopsworks-persistence</name>
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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-web</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.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.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>
<name>hopsworks</name>
<description>Hopsworks parent project</description>
Expand Down

0 comments on commit b58dac0

Please sign in to comment.