Skip to content

Commit 51b354e

Browse files
committed
Release Candidate 3.8.0
1 parent 54643a5 commit 51b354e

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

alerting/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<artifactId>hopsworks</artifactId>
2525
<groupId>io.hops</groupId>
26-
<version>3.8.0-SNAPSHOT</version>
26+
<version>3.8.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>io.hops.hopsworks</groupId>
3131
<artifactId>alerting</artifactId>
32-
<version>3.8.0-SNAPSHOT</version>
32+
<version>3.8.0</version>
3333
<packaging>jar</packaging>
3434
<name>Alertmanager client</name>
3535

hopsworks-UT/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>io.hops</groupId>
2323
<artifactId>hopsworks</artifactId>
24-
<version>3.8.0-SNAPSHOT</version>
24+
<version>3.8.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>io.hops.hopsworks</groupId>
2929
<artifactId>hopsworks-UT</artifactId>
30-
<version>3.8.0-SNAPSHOT</version>
30+
<version>3.8.0</version>
3131
<packaging>jar</packaging>
3232
<description>Hopsworks Unit test</description>
3333
<name>Hopsworks: Unit Test</name>

hopsworks-alert/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<artifactId>hopsworks</artifactId>
2424
<groupId>io.hops</groupId>
25-
<version>3.8.0-SNAPSHOT</version>
25+
<version>3.8.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<groupId>io.hops.hopsworks</groupId>
3131
<artifactId>hopsworks-alert</artifactId>
32-
<version>3.8.0-SNAPSHOT</version>
32+
<version>3.8.0</version>
3333
<packaging>ejb</packaging>
3434
<name>Hopsworks: Alert</name>
3535

hopsworks-api-auth/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
<parent>
2020
<artifactId>hopsworks</artifactId>
2121
<groupId>io.hops</groupId>
22-
<version>3.8.0-SNAPSHOT</version>
22+
<version>3.8.0</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

2727
<groupId>io.hops.hopsworks</groupId>
2828
<artifactId>hopsworks-api-auth</artifactId>
29-
<version>3.8.0-SNAPSHOT</version>
29+
<version>3.8.0</version>
3030
<packaging>ejb</packaging>
3131
<description>Hopsworks API authentication filters</description>
3232
<name>hopsworks-api-auth</name>

hopsworks-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<parent>
4545
<groupId>io.hops</groupId>
4646
<artifactId>hopsworks</artifactId>
47-
<version>3.8.0-SNAPSHOT</version>
47+
<version>3.8.0</version>
4848
<relativePath>../pom.xml</relativePath>
4949
</parent>
5050

5151
<groupId>io.hops.hopsworks</groupId>
5252
<artifactId>hopsworks-api</artifactId>
53-
<version>3.8.0-SNAPSHOT</version>
53+
<version>3.8.0</version>
5454
<packaging>war</packaging>
5555
<description>Hopsworks rest api</description>
5656
<name>hopsworks-api</name>

hopsworks-ca/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<parent>
4545
<groupId>io.hops</groupId>
4646
<artifactId>hopsworks</artifactId>
47-
<version>3.8.0-SNAPSHOT</version>
47+
<version>3.8.0</version>
4848
<relativePath>../pom.xml</relativePath>
4949
</parent>
5050

5151
<groupId>io.hops.hopsworks</groupId>
5252
<artifactId>hopsworks-ca</artifactId>
53-
<version>3.8.0-SNAPSHOT</version>
53+
<version>3.8.0</version>
5454
<packaging>war</packaging>
5555
<description>Hopsworks Certificate Authority</description>
5656
<name>hopsworks-ca</name>

hopsworks-common/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<parent>
4646
<groupId>io.hops</groupId>
4747
<artifactId>hopsworks</artifactId>
48-
<version>3.8.0-SNAPSHOT</version>
48+
<version>3.8.0</version>
4949
<relativePath>../pom.xml</relativePath>
5050
</parent>
5151

5252
<groupId>io.hops.hopsworks</groupId>
5353
<artifactId>hopsworks-common</artifactId>
54-
<version>3.8.0-SNAPSHOT</version>
54+
<version>3.8.0</version>
5555
<packaging>ejb</packaging>
5656
<description>Hopsworks common</description>
5757
<name>hopsworks-common</name>

hopsworks-ear/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<parent>
4545
<groupId>io.hops</groupId>
4646
<artifactId>hopsworks</artifactId>
47-
<version>3.8.0-SNAPSHOT</version>
47+
<version>3.8.0</version>
4848
<relativePath>../pom.xml</relativePath>
4949
</parent>
5050

5151
<groupId>io.hops.hopsworks</groupId>
5252
<artifactId>hopsworks-ear</artifactId>
53-
<version>3.8.0-SNAPSHOT</version>
53+
<version>3.8.0</version>
5454
<packaging>ear</packaging>
5555

5656
<name>hopsworks-ear:${project.version}</name>

hopsworks-jwt/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>io.hops</groupId>
2525
<artifactId>hopsworks</artifactId>
26-
<version>3.8.0-SNAPSHOT</version>
26+
<version>3.8.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>io.hops.hopsworks</groupId>
3131
<artifactId>hopsworks-jwt</artifactId>
32-
<version>3.8.0-SNAPSHOT</version>
32+
<version>3.8.0</version>
3333
<packaging>ejb</packaging>
3434
<description>Hopsworks JWT</description>
3535
<name>hopsworks-jwt</name>

hopsworks-persistence/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
<parent>
2323
<groupId>io.hops</groupId>
2424
<artifactId>hopsworks</artifactId>
25-
<version>3.8.0-SNAPSHOT</version>
25+
<version>3.8.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<groupId>io.hops.hopsworks</groupId>
3131
<artifactId>hopsworks-persistence</artifactId>
32-
<version>3.8.0-SNAPSHOT</version>
32+
<version>3.8.0</version>
3333
<packaging>jar</packaging>
3434
<description>Hopsworks persistence</description>
3535
<name>hopsworks-persistence</name>

hopsworks-realm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.hops</groupId>
2222
<artifactId>hopsworks</artifactId>
23-
<version>3.8.0-SNAPSHOT</version>
23+
<version>3.8.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

hopsworks-rest-utils/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<artifactId>hopsworks</artifactId>
2323
<groupId>io.hops</groupId>
24-
<version>3.8.0-SNAPSHOT</version>
24+
<version>3.8.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<groupId>io.hops.hopsworks</groupId>
2929
<artifactId>hopsworks-rest-utils</artifactId>
30-
<version>3.8.0-SNAPSHOT</version>
30+
<version>3.8.0</version>
3131
<description>Hopsworks REST Utils</description>
3232
<name>hopsworks-rest-utils</name>
3333

hopsworks-service-discovery/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<parent>
2121
<artifactId>hopsworks</artifactId>
2222
<groupId>io.hops</groupId>
23-
<version>3.8.0-SNAPSHOT</version>
23+
<version>3.8.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<groupId>io.hops.hopsworks</groupId>
2929
<artifactId>hopsworks-service-discovery</artifactId>
30-
<version>3.8.0-SNAPSHOT</version>
30+
<version>3.8.0</version>
3131
<packaging>jar</packaging>
3232
<description>Hopsworks Service Discovery system</description>
3333
<name>hopsworks-service-discovery</name>

hopsworks-testing/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<parent>
2222
<artifactId>hopsworks</artifactId>
2323
<groupId>io.hops</groupId>
24-
<version>3.8.0-SNAPSHOT</version>
24+
<version>3.8.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

2828
<groupId>io.hops.hopsworks</groupId>
2929
<artifactId>hopsworks-testing</artifactId>
3030
<description>Hopsworks testing</description>
31-
<version>3.8.0-SNAPSHOT</version>
31+
<version>3.8.0</version>
3232
<name>hopsworks-testing</name>
3333
<packaging>war</packaging>
3434

hopsworks-web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<parent>
4545
<groupId>io.hops</groupId>
4646
<artifactId>hopsworks</artifactId>
47-
<version>3.8.0-SNAPSHOT</version>
47+
<version>3.8.0</version>
4848
<relativePath>../pom.xml</relativePath>
4949
</parent>
5050

5151
<groupId>io.hops.hopsworks</groupId>
5252
<artifactId>hopsworks-web</artifactId>
53-
<version>3.8.0-SNAPSHOT</version>
53+
<version>3.8.0</version>
5454
<packaging>war</packaging>
5555
<description>Hopsworks web app</description>
5656
<name>hopsworks-web</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<groupId>io.hops</groupId>
4444
<artifactId>hopsworks</artifactId>
45-
<version>3.8.0-SNAPSHOT</version>
45+
<version>3.8.0</version>
4646
<packaging>pom</packaging>
4747
<name>hopsworks</name>
4848
<description>Hopsworks parent project</description>

vector-db/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>io.hops</groupId>
2525
<artifactId>hopsworks</artifactId>
26-
<version>3.8.0-SNAPSHOT</version>
26+
<version>3.8.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<groupId>io.hops.hopsworks</groupId>
3131
<artifactId>vector-db</artifactId>
32-
<version>3.8.0-SNAPSHOT</version>
32+
<version>3.8.0</version>
3333
<name>vector-db</name>
3434

3535
<properties>

0 commit comments

Comments
 (0)