Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/query microservices #6

Merged
merged 10 commits into from
May 20, 2024
6 changes: 3 additions & 3 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-service-parent</artifactId>
<version>4.0.4</version>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../../microservice-service-parent/pom.xml</relativePath>
</parent>
<artifactId>config-service</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<description>DATAWAVE Configuration Microservice</description>
<url>https://code.nsa.gov/datawave-config-service</url>
<licenses>
Expand All @@ -25,7 +25,7 @@
</scm>
<properties>
<start-class>datawave.microservice.config.server.ConfigServerApplication</start-class>
<version.microservice.starter>3.0.0</version.microservice.starter>
<version.microservice.starter>4.0.0-SNAPSHOT</version.microservice.starter>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
Loading