Skip to content

Commit

Permalink
Update to 0.3.0 with JDK 17 and Java Records support
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 19, 2021
1 parent f81f75f commit e3876f7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@

<groupId>org.mvnsearch</groupId>
<artifactId>easy-random-junit5-extension</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>
<name>easy-random-junit5-extension</name>
<description>JUnit 5 extension fro easy-random</description>
<description>JUnit 5 extension for easy-random</description>
<url>https://github.com/linux-china/easy-random-junit5-extension</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit5.version>5.7.2</junit5.version>
<easy-random.version>4.3.0</easy-random.version>
<byte-buddy.version>1.11.15</byte-buddy.version>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<junit5.version>5.8.1</junit5.version>
<easy-random.version>5.0.0</easy-random.version>
<byte-buddy.version>1.11.21</byte-buddy.version>
</properties>

<developers>
Expand Down Expand Up @@ -75,7 +76,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.20.2</version>
<version>3.21.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -99,8 +100,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<parameters>true</parameters>
</configuration>
</plugin>
Expand Down

0 comments on commit e3876f7

Please sign in to comment.