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-examples.git
The following commit(s) were added to refs/heads/main by this push: new e524dd4 Bump accumulo, zookeeper, hadoop and other versions (#125) e524dd4 is described below commit e524dd43ac1c20242ad77ce192a3f042aa937af5 Author: Dom G <domgargu...@apache.org> AuthorDate: Fri Dec 1 12:18:23 2023 -0500 Bump accumulo, zookeeper, hadoop and other versions (#125) Updates versions to match the accumulo repo. Removed version number for maven-dependency-plugin as it is covered in the parent pom --- pom.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 237e7d9..4092db7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>27</version> + <version>30</version> </parent> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-examples</artifactId> @@ -28,9 +28,9 @@ <name>Apache Accumulo Examples</name> <description>Example code and corresponding documentation for using Apache Accumulo</description> <properties> - <accumulo.version>3.0.0-SNAPSHOT</accumulo.version> + <accumulo.version>3.1.0-SNAPSHOT</accumulo.version> <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle> - <hadoop.version>3.3.4</hadoop.version> + <hadoop.version>3.3.6</hadoop.version> <maven.compiler.release>11</maven.compiler.release> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> @@ -38,7 +38,7 @@ <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion> <!-- timestamp for reproducible outputs, updated on release by the release plugin --> <project.build.outputTimestamp>2020-12-17T22:06:50Z</project.build.outputTimestamp> - <zookeeper.version>3.8.0</zookeeper.version> + <zookeeper.version>3.8.3</zookeeper.version> </properties> <dependencyManagement> <dependencies> @@ -146,7 +146,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>3.3.0</version> </plugin> </plugins> </pluginManagement> @@ -195,7 +194,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>10.3.4</version> + <version>10.12.2</version> </dependency> </dependencies> <executions> @@ -210,7 +209,7 @@ <plugin> <groupId>net.revelc.code</groupId> <artifactId>impsort-maven-plugin</artifactId> - <version>1.8.0</version> + <version>1.9.0</version> <configuration> <removeUnused>true</removeUnused> <groups>java.,javax.,jakarta.,org.,com.</groups> @@ -248,7 +247,7 @@ <plugin> <groupId>net.revelc.code.formatter</groupId> <artifactId>formatter-maven-plugin</artifactId> - <version>2.20.0</version> + <version>2.23.0</version> <configuration> <configFile>${eclipseFormatterStyle}</configFile> <lineEnding>LF</lineEnding>