Skip to content

Commit

Permalink
updated to tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed May 20, 2024
1 parent ce0008e commit 8058201
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>accumulo-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<url>https://code.nsa.gov/datawave-accumulo-service</url>
<scm>
<connection>scm:git:https://github.com/NationalSecurityAgency/datawave-accumulo-service.git</connection>
Expand All @@ -19,9 +19,9 @@
<properties>
<datawave.webservice.namespace>http://webservice.datawave.nsa/v1</datawave.webservice.namespace>
<version.accumulo>2.1.1</version.accumulo>
<version.base-rest-responses>4.0.0-SNAPSHOT</version.base-rest-responses>
<version.microservice.accumulo-utils>4.0.0-SNAPSHOT</version.microservice.accumulo-utils>
<version.microservice.type-utils>3.0.0-SNAPSHOT</version.microservice.type-utils>
<version.base-rest-responses>4.0.0</version.base-rest-responses>
<version.microservice.accumulo-utils>4.0.0</version.microservice.accumulo-utils>
<version.microservice.type-utils>3.0.0</version.microservice.type-utils>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>accumulo-service-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<url>https://code.nsa.gov/datawave-accumulo-service</url>
<modules>
Expand Down

0 comments on commit 8058201

Please sign in to comment.