Skip to content

Commit aa30e1e

Browse files
committed
Format for 1.2.0
1 parent 41a1710 commit aa30e1e

23 files changed

+1067
-964
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>micycle</groupId>
66
<artifactId>clipper2</artifactId>
7-
<version>1.0.6</version>
7+
<version>1.2.0</version>
88
<name>Clipper2</name>
99
<properties>
10-
<jmh.version>1.35</jmh.version>
10+
<jmh.version>1.36</jmh.version>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
</properties>
1313
<build>
1414
<plugins>
1515
<plugin>
1616
<groupId>org.apache.maven.plugins</groupId>
1717
<artifactId>maven-compiler-plugin</artifactId>
18-
<version>3.10.0</version>
18+
<version>3.11.0</version>
1919
<configuration>
2020
<source>1.8</source>
2121
<target>1.8</target>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-javadoc-plugin</artifactId>
71-
<version>3.4.0</version>
71+
<version>3.5.0</version>
7272
<configuration>
7373
<failOnError>false</failOnError>
7474
<doclint>all</doclint>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.junit.jupiter</groupId>
9696
<artifactId>junit-jupiter</artifactId>
97-
<version>5.9.0</version>
97+
<version>5.9.2</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>

0 commit comments

Comments
 (0)