Skip to content

Commit

Permalink
Update accumulo dependency to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Dec 10, 2024
1 parent 5cd266a commit 697168d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
</parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-testing</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<name>Apache Accumulo Testing</name>
<description>Testing tools for Apache Accumulo</description>
<properties>
<accumulo.version>2.1.4-SNAPSHOT</accumulo.version>
<accumulo.version>3.1.0-SNAPSHOT</accumulo.version>
<!-- prevent introduction of new compiler warnings -->
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit 697168d

Please sign in to comment.