diff --git a/alerting/pom.xml b/alerting/pom.xml index a4c2b2c393..754569336b 100644 --- a/alerting/pom.xml +++ b/alerting/pom.xml @@ -23,13 +23,13 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>alerting</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>jar</packaging> <name>Alertmanager client</name> diff --git a/hopsworks-UT/pom.xml b/hopsworks-UT/pom.xml index 78be1b2c16..2301b993ef 100644 --- a/hopsworks-UT/pom.xml +++ b/hopsworks-UT/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-UT</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>jar</packaging> <description>Hopsworks Unit test</description> <name>Hopsworks: Unit Test</name> diff --git a/hopsworks-alert/pom.xml b/hopsworks-alert/pom.xml index 0b31359eb9..908d67ec24 100644 --- a/hopsworks-alert/pom.xml +++ b/hopsworks-alert/pom.xml @@ -22,14 +22,14 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-alert</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>ejb</packaging> <name>Hopsworks: Alert</name> diff --git a/hopsworks-api-auth/pom.xml b/hopsworks-api-auth/pom.xml index 97d43cb2ee..e291e99fb4 100644 --- a/hopsworks-api-auth/pom.xml +++ b/hopsworks-api-auth/pom.xml @@ -19,14 +19,14 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-api-auth</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>ejb</packaging> <description>Hopsworks API authentication filters</description> <name>hopsworks-api-auth</name> diff --git a/hopsworks-api/pom.xml b/hopsworks-api/pom.xml index c49c30ac43..46eba597da 100644 --- a/hopsworks-api/pom.xml +++ b/hopsworks-api/pom.xml @@ -44,13 +44,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-api</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>war</packaging> <description>Hopsworks rest api</description> <name>hopsworks-api</name> diff --git a/hopsworks-ca/pom.xml b/hopsworks-ca/pom.xml index c097a40db1..a1d2ee71ed 100644 --- a/hopsworks-ca/pom.xml +++ b/hopsworks-ca/pom.xml @@ -44,13 +44,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-ca</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>war</packaging> <description>Hopsworks Certificate Authority</description> <name>hopsworks-ca</name> diff --git a/hopsworks-common/pom.xml b/hopsworks-common/pom.xml index 8a56c43176..cd0625306b 100644 --- a/hopsworks-common/pom.xml +++ b/hopsworks-common/pom.xml @@ -45,13 +45,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-common</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>ejb</packaging> <description>Hopsworks common</description> <name>hopsworks-common</name> diff --git a/hopsworks-ear/pom.xml b/hopsworks-ear/pom.xml index 0f1b9d31ad..406e866028 100644 --- a/hopsworks-ear/pom.xml +++ b/hopsworks-ear/pom.xml @@ -44,13 +44,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-ear</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>ear</packaging> <name>hopsworks-ear:${project.version}</name> diff --git a/hopsworks-jwt/pom.xml b/hopsworks-jwt/pom.xml index bfc3c1c840..50f0c64119 100644 --- a/hopsworks-jwt/pom.xml +++ b/hopsworks-jwt/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-jwt</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>ejb</packaging> <description>Hopsworks JWT</description> <name>hopsworks-jwt</name> diff --git a/hopsworks-persistence/pom.xml b/hopsworks-persistence/pom.xml index 81242c1039..064fb0022d 100644 --- a/hopsworks-persistence/pom.xml +++ b/hopsworks-persistence/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-persistence</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>jar</packaging> <description>Hopsworks persistence</description> <name>hopsworks-persistence</name> diff --git a/hopsworks-realm/pom.xml b/hopsworks-realm/pom.xml index 0c272b048a..96f28d4bf8 100644 --- a/hopsworks-realm/pom.xml +++ b/hopsworks-realm/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hopsworks-rest-utils/pom.xml b/hopsworks-rest-utils/pom.xml index 07c2216536..46e66d15ab 100644 --- a/hopsworks-rest-utils/pom.xml +++ b/hopsworks-rest-utils/pom.xml @@ -21,13 +21,13 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-rest-utils</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <description>Hopsworks REST Utils</description> <name>hopsworks-rest-utils</name> diff --git a/hopsworks-service-discovery/pom.xml b/hopsworks-service-discovery/pom.xml index da80dac13c..dbafac8a83 100644 --- a/hopsworks-service-discovery/pom.xml +++ b/hopsworks-service-discovery/pom.xml @@ -20,14 +20,14 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-service-discovery</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>jar</packaging> <description>Hopsworks Service Discovery system</description> <name>hopsworks-service-discovery</name> diff --git a/hopsworks-testing/pom.xml b/hopsworks-testing/pom.xml index d337bd5831..28c2762155 100644 --- a/hopsworks-testing/pom.xml +++ b/hopsworks-testing/pom.xml @@ -21,14 +21,14 @@ <parent> <artifactId>hopsworks</artifactId> <groupId>io.hops</groupId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-testing</artifactId> <description>Hopsworks testing</description> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <name>hopsworks-testing</name> <packaging>war</packaging> diff --git a/hopsworks-web/pom.xml b/hopsworks-web/pom.xml index b47649d8c6..ca126e348a 100644 --- a/hopsworks-web/pom.xml +++ b/hopsworks-web/pom.xml @@ -44,13 +44,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>hopsworks-web</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>war</packaging> <description>Hopsworks web app</description> <name>hopsworks-web</name> diff --git a/pom.xml b/pom.xml index 2e08b7f2fd..465d29a618 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>pom</packaging> <name>hopsworks</name> <description>Hopsworks parent project</description> diff --git a/vector-db/pom.xml b/vector-db/pom.xml index f2c035b2f8..a380ecb61f 100644 --- a/vector-db/pom.xml +++ b/vector-db/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>io.hops</groupId> <artifactId>hopsworks</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>io.hops.hopsworks</groupId> <artifactId>vector-db</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <name>vector-db</name> <properties>