We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61afa2 commit ac5d45cCopy full SHA for ac5d45c
microservices/services/query/service/pom.xml
@@ -8,13 +8,13 @@
8
<relativePath>../../../microservice-service-parent/pom.xml</relativePath>
9
</parent>
10
<artifactId>query-service</artifactId>
11
- <version>1.0.12-SNAPSHOT</version>
+ <version>1.0.12</version>
12
<description>DATAWAVE Query Microservice</description>
13
<url>https://github.com/NationalSecurityAgency/datawave-query-service</url>
14
<scm>
15
<connection>scm:git:${project.scm.url}</connection>
16
<developerConnection>scm:git:${project.scm.url}</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>microservices/services/query/service-1.0.12</tag>
18
<url>https://github.com/NationalSecurityAgency/datawave</url>
19
</scm>
20
<properties>
0 commit comments