Skip to content

Commit 6f6c335

Browse files
committed
Update pom.xml version and configuration settings.
1 parent 085c8ff commit 6f6c335

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ gh-pages/
1515
mochawesome-report/
1616
node_modules/
1717
target/
18-
temp/
18+
temp/

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,16 +395,18 @@
395395
<plugin>
396396
<groupId>org.eolang</groupId>
397397
<artifactId>hone-maven-plugin</artifactId>
398-
<version>0.12.0</version>
398+
<version>0.13.1</version>
399399
<executions>
400400
<execution>
401401
<goals>
402402
<goal>pull</goal>
403403
<goal>optimize</goal>
404404
</goals>
405405
<configuration>
406-
<jeoVersion>0.13.9</jeoVersion>
407406
<rules>streams/*</rules>
407+
<timeout>15</timeout>
408+
<threads>0</threads>
409+
<grepIn>(66-69-6C-74-65-72|6D-61-70)</grepIn>
408410
<!-- Used as benchmark resource. -->
409411
<excludes>/target/classes/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.class</excludes>
410412
</configuration>

0 commit comments

Comments
 (0)