This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git
The following commit(s) were added to refs/heads/main by this push: new 2135068 Bump parent pom and accumulo versions (#265) 2135068 is described below commit 21350682838047be0698390a5ed658e50d031f76 Author: Dom G <domgargu...@apache.org> AuthorDate: Wed Sep 27 16:43:28 2023 -0400 Bump parent pom and accumulo versions (#265) * Bump parent pom to version 30 * Bump accumulo version to 3.1.0-SNAPSHOT * Bump puppycrawl version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 005d85f..e1ff6d4 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>27</version> + <version>30</version> </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-testing</artifactId> @@ -32,7 +32,7 @@ <name>Apache Accumulo Testing</name> <description>Testing tools for Apache Accumulo</description> <properties> - <accumulo.version>3.0.0-SNAPSHOT</accumulo.version> + <accumulo.version>3.1.0-SNAPSHOT</accumulo.version> <eclipseFormatterStyle>${project.basedir}/contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> <maven.compiler.release>11</maven.compiler.release> <maven.compiler.source>11</maven.compiler.source> @@ -277,7 +277,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>9.1</version> + <version>10.12.3</version> </dependency> </dependencies> <executions>