Skip to content

Commit 4517c4c

Browse files
authored
Merge pull request #6 from NationalSecurityAgency/version-property-names
Standardize version property names
2 parents 89d4abc + fdde89c commit 4517c4c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<properties>
2020
<datawave.webservice.namespace>http://webservice.datawave/v1</datawave.webservice.namespace>
2121
<version.datawave>7.3.0</version.datawave>
22-
<version.microservice.base-rest-responses>4.0.0</version.microservice.base-rest-responses>
23-
<version.microservice.starter-query>1.0.5</version.microservice.starter-query>
22+
<version.datawave.base-rest-responses>4.0.0</version.datawave.base-rest-responses>
23+
<version.datawave.starter-query>1.0.5</version.datawave.starter-query>
2424
</properties>
2525
<dependencyManagement>
2626
<dependencies>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>gov.nsa.datawave.microservice</groupId>
4444
<artifactId>base-rest-responses</artifactId>
45-
<version>${version.microservice.base-rest-responses}</version>
45+
<version>${version.datawave.base-rest-responses}</version>
4646
<exclusions>
4747
<exclusion>
4848
<artifactId>slf4j-reload4j</artifactId>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>gov.nsa.datawave.microservice</groupId>
5555
<artifactId>spring-boot-starter-datawave-query</artifactId>
56-
<version>${version.microservice.starter-query}</version>
56+
<version>${version.datawave.starter-query}</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>

service/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<version.accumulo>2.1.1</version.accumulo>
2323
<version.curator>5.2.0</version.curator>
2424
<version.datawave>7.3.0</version.datawave>
25+
<version.datawave.query-executor-api>1.0.7</version.datawave.query-executor-api>
26+
<version.datawave.starter-query>1.0.8</version.datawave.starter-query>
2527
<version.in-memory-accumulo>4.0.0</version.in-memory-accumulo>
26-
<version.microservice.query-executor-api>1.0.7</version.microservice.query-executor-api>
27-
<version.microservice.starter-query>1.0.8</version.microservice.starter-query>
2828
<version.zookeeper>3.8.0</version.zookeeper>
2929
</properties>
3030
<dependencyManagement>
@@ -46,12 +46,12 @@
4646
<dependency>
4747
<groupId>gov.nsa.datawave.microservice</groupId>
4848
<artifactId>query-executor-api</artifactId>
49-
<version>${version.microservice.query-executor-api}</version>
49+
<version>${version.datawave.query-executor-api}</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>gov.nsa.datawave.microservice</groupId>
5353
<artifactId>spring-boot-starter-datawave-query</artifactId>
54-
<version>${version.microservice.starter-query}</version>
54+
<version>${version.datawave.starter-query}</version>
5555
</dependency>
5656
<!-- Added to get the service working again -->
5757
<dependency>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>gov.nsa.datawave.microservice</groupId>
104104
<artifactId>spring-boot-starter-datawave-query</artifactId>
105-
<version>${version.microservice.starter-query}</version>
105+
<version>${version.datawave.starter-query}</version>
106106
<type>pom</type>
107107
<scope>import</scope>
108108
</dependency>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>gov.nsa.datawave.microservice</groupId>
230230
<artifactId>spring-boot-starter-datawave-query</artifactId>
231-
<version>${version.microservice.starter-query}</version>
231+
<version>${version.datawave.starter-query}</version>
232232
<type>test-jar</type>
233233
<scope>test</scope>
234234
</dependency>

0 commit comments

Comments
 (0)