Skip to content

Commit

Permalink
updated api to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed May 20, 2024
1 parent 145bf36 commit e4fe29f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>datawave-microservice-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>authorization-api</artifactId>
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.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>authorization-service-parent</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://code.nsa.gov/datawave-authorization-service</url>
<modules>
Expand Down

0 comments on commit e4fe29f

Please sign in to comment.