|
4 | 4 | <parent> |
5 | 5 | <groupId>gov.nsa.datawave.microservice</groupId> |
6 | 6 | <artifactId>datawave-microservice-service-parent</artifactId> |
7 | | - <version>5.0.7</version> |
| 7 | + <version>5.0.8-SNAPSHOT</version> |
8 | 8 | <relativePath>../../../microservice-service-parent/pom.xml</relativePath> |
9 | 9 | </parent> |
10 | 10 | <artifactId>accumulo-service</artifactId> |
|
21 | 21 | <start-class>datawave.microservice.accumulo.AccumuloService</start-class> |
22 | 22 | <version.curator>5.2.0</version.curator> |
23 | 23 | <version.curator.test>5.2.0</version.curator.test> |
24 | | - <version.datawave.accumulo-api>4.0.0</version.datawave.accumulo-api> |
25 | | - <version.datawave.starter-datawave>4.0.5</version.datawave.starter-datawave> |
| 24 | + <version.datawave.accumulo-api>4.0.1-SNAPSHOT</version.datawave.accumulo-api> |
| 25 | + <version.datawave.starter>4.0.6-SNAPSHOT</version.datawave.starter> |
26 | 26 | <version.datawave.starter-datawave-audit>4.0.2</version.datawave.starter-datawave-audit> |
27 | 27 | <version.hadoop>3.3.4</version.hadoop> |
28 | 28 | <version.zookeeper>3.8.3</version.zookeeper> |
|
32 | 32 | <dependency> |
33 | 33 | <groupId>gov.nsa.datawave.microservice</groupId> |
34 | 34 | <artifactId>spring-boot-starter-datawave</artifactId> |
35 | | - <version>${version.datawave.starter-datawave}</version> |
| 35 | + <version>${version.datawave.starter}</version> |
36 | 36 | <type>pom</type> |
37 | 37 | <scope>import</scope> |
38 | 38 | </dependency> |
|
171 | 171 | <dependency> |
172 | 172 | <groupId>gov.nsa.datawave.microservice</groupId> |
173 | 173 | <artifactId>spring-boot-starter-datawave</artifactId> |
174 | | - <version>${version.datawave.starter-datawave}</version> |
| 174 | + <version>${version.datawave.starter}</version> |
175 | 175 | </dependency> |
176 | 176 | <dependency> |
177 | 177 | <groupId>gov.nsa.datawave.microservice</groupId> |
|
0 commit comments