Skip to content

Commit

Permalink
Feature/query microservices (#13)
Browse files Browse the repository at this point in the history
* Updated with latest changes from integration

* bumped release version

* bumped versions for some modules

* Updated with latest changes from main/integration
  • Loading branch information
jwomeara authored May 20, 2024
1 parent bfb8e26 commit 9d6c66e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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>3.0.4</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../microservices/microservice-parent/pom.xml</relativePath>
</parent>
<artifactId>accumulo-utils</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
<url>https://code.nsa.gov/datawave-accumulo-utils</url>
<licenses>
<license>
Expand All @@ -24,12 +24,12 @@
</scm>
<properties>
<version.accumulo>2.1.1</version.accumulo>
<version.authorization-api>3.0.0</version.authorization-api>
<version.authorization-api>4.0.0-SNAPSHOT</version.authorization-api>
<version.commons-beanutils>1.9.4</version.commons-beanutils>
<version.commons-collections>4.4</version.commons-collections>
<version.dropwizard>4.1.2</version.dropwizard>
<version.guava>28.1-jre</version.guava>
<version.in-memory-accumulo>3.0.1</version.in-memory-accumulo>
<version.in-memory-accumulo>4.0.0-SNAPSHOT</version.in-memory-accumulo>
<version.slf4j>1.7.29</version.slf4j>
<!-- snappy and dropwizard required to allow miniaccumulo to work with upgraded zookeeper -->
<version.snappy>1.1.7</version.snappy>
Expand Down

0 comments on commit 9d6c66e

Please sign in to comment.