Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Using josev-core 3.0.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Jan 9, 2022
1 parent 68fab18 commit b74aada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>xyz.rk0cc.josev</groupId>
<artifactId>josev-pub</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>

<inceptionYear>2022</inceptionYear>

Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>xyz.rk0cc.josev</groupId>
<artifactId>josev-core</artifactId>
<version>2.0.1</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -215,7 +215,7 @@
<show>protected</show>
<doclint>none</doclint>
<links>
<link>https://osp.rk0cc.xyz/javadoc/josev/josev-core/2.0.1/</link>
<link>https://osp.rk0cc.xyz/javadoc/josev/josev-core/3.0.0/</link>
</links>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@

import org.junit.jupiter.api.*;
import xyz.rk0cc.josev.NonStandardSemVerException;
import xyz.rk0cc.josev.SemVer;
import xyz.rk0cc.josev.constraint.SemVerConstraint;

import javax.annotation.Nonnull;

import java.util.Arrays;
import java.util.List;
import java.util.Set;

import static org.junit.jupiter.api.Assertions.*;

@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down

0 comments on commit b74aada

Please sign in to comment.