Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakantousis committed Mar 6, 2018
1 parent 88b8e43 commit f9965e6
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions hopsworks-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>war</packaging>
<description>Hopsworks admin panel</description>
<name>hopsworks-admin</name>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down
10 changes: 5 additions & 5 deletions hopsworks-api-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api-v2</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>war</packaging>
<description>Hopsworks rest api V2</description>
<name>hopsworks-api-v2</name>
Expand All @@ -46,14 +46,14 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -98,4 +98,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
8 changes: 4 additions & 4 deletions hopsworks-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>war</packaging>
<description>Hopsworks rest api</description>
<name>hopsworks-api</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
Expand All @@ -102,7 +102,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</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 @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-ca</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>war</packaging>
<description>Hopsworks Certificate Authority</description>
<name>hopsworks-ca</name>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</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 @@ -24,13 +24,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<packaging>war</packaging>
<description>Hopsworks cluster registration api</description>
<name>hopsworks-cluster</name>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</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 @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</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 @@ -24,12 +24,12 @@
<parent>
<artifactId>hopsworks</artifactId>
<groupId>io.hops</groupId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</parent>

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

<name>hopsworks-dela</name>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</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 @@ -25,16 +25,16 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

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

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

<build>
<plugins>
Expand All @@ -56,37 +56,37 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-common</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-dela</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-kmon</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-admin</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-api-v2</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -285,7 +285,7 @@
<dependency>
<groupId>io.hops.hopsworks</groupId>
<artifactId>hopsworks-cluster</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<type>war</type>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions hopsworks-kmon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.hops</groupId>
<artifactId>hopsworks</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
<relativePath>..</relativePath>
</parent>

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

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

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

0 comments on commit f9965e6

Please sign in to comment.