This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 3.1 in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
commit 697168d4403732cf4410d2ebc0e49ddfea587b56 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Tue Dec 10 15:21:36 2024 -0500 Update accumulo dependency to 3.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e53da23..47d4767 100644 --- a/pom.xml +++ b/pom.xml @@ -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>