Skip to content

Commit

Permalink
Created 2.1 branch using 2.1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanielr committed Nov 5, 2024
1 parent 1f8eb44 commit 2deace4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conf/accumulo-testing.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ test.ci.common.accumulo.num.tablets=20
test.ci.common.auths=
# Accumulo tserver properties to set when creating a table
test.ci.common.accumulo.server.props=\
compaction.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner \
compaction.service.cs1.planner.opts.executors=\
tserver.compaction.major.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner \
tserver.compaction.major.service.cs1.planner.opts.executors=\
[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},\
{"name":"medium","type":"internal","maxSize":"128M","numThreads":4},\
{"name":"large","type":"internal","numThreads":2}]
Expand Down
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>30</version>
<version>31</version>
</parent>
<groupId>org.apache.accumulo</groupId>
<artifactId>accumulo-testing</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.4-SNAPSHOT</version>
<name>Apache Accumulo Testing</name>
<description>Testing tools for Apache Accumulo</description>
<properties>
<accumulo.version>3.1.0-SNAPSHOT</accumulo.version>
<accumulo.version>2.1.4-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 2deace4

Please sign in to comment.