1.4.0
MOVED TO MAVEN-CENTRAL
- future releases will only be available on Maven Central
- package name had to be changed due to restrictions of the verification process
- logic is untouched
- updated build scripts, add GitHub Actions CI and SonarCloud integration
Migration Guide:
Change your Gradle or maven dependency
com.g00fy2:versioncompare:1.3.7
->
io.github.g00fy2:versioncompare:1.4.0
Change you imports
import com.g00fy2.versioncompare.Version
->
import io.github.g00fy2.versioncompare.Version