Skip to content

Commit ab68aa1

Browse files
committed
updated to tagged release
1 parent 3ddfa15 commit ab68aa1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>datawave-microservice-service-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>hazelcast-client</artifactId>
11-
<version>4.0.0-SNAPSHOT</version>
11+
<version>4.0.0</version>
1212
<url>https://code.nsa.gov/datawave-hazelcast-service</url>
1313
<scm>
1414
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-hazelcast-service.git</connection>
@@ -18,7 +18,7 @@
1818
</scm>
1919
<properties>
2020
<version.hazelcast-kubernetes>2.2.3</version.hazelcast-kubernetes>
21-
<version.microservice.hazelcast>4.0.0-SNAPSHOT</version.microservice.hazelcast>
21+
<version.microservice.hazelcast>4.0.0</version.microservice.hazelcast>
2222
</properties>
2323
<dependencyManagement>
2424
<dependencies>

common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>datawave-microservice-service-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0</version>
88
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>hazelcast-common</artifactId>
11-
<version>4.0.0-SNAPSHOT</version>
11+
<version>4.0.0</version>
1212
<url>https://code.nsa.gov/datawave-hazelcast-service</url>
1313
<scm>
1414
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-hazelcast-service.git</connection>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/NationalSecurityAgency/datawave-hazelcast-service</url>
1818
</scm>
1919
<properties>
20-
<version.microservice.starter>4.0.0-SNAPSHOT</version.microservice.starter>
20+
<version.microservice.starter>4.0.0</version.microservice.starter>
2121
</properties>
2222
<dependencies>
2323
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>datawave-microservice-parent</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<relativePath>../../microservice-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>hazelcast-service-parent</artifactId>
11-
<version>4.0.0-SNAPSHOT</version>
11+
<version>4.0.0</version>
1212
<packaging>pom</packaging>
1313
<url>https://code.nsa.gov/datawave-hazelcast-service</url>
1414
<modules>

0 commit comments

Comments
 (0)