Skip to content

Commit

Permalink
Bump parent pom and accumulo versions (#265)
Browse files Browse the repository at this point in the history
* Bump parent pom to version 30

* Bump accumulo version to 3.1.0-SNAPSHOT

* Bump puppycrawl version
  • Loading branch information
DomGarguilo authored Sep 27, 2023
1 parent c38b3e8 commit 2135068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>27</version>
<version>30</version>
</parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-testing</artifactId>
<version>2.1.0-SNAPSHOT</version>
<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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2135068

Please sign in to comment.