Skip to content

Commit

Permalink
docs: drop link to maven-cmp repository (#21601)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Apr 19, 2023
1 parent ecf7f40 commit bd2dba0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/modules/versioning/maven/readme.md
@@ -1,4 +1,5 @@
Maven versioning is similar to SemVer but also very different in places. It's specified by Maven itself.
Maven versioning is similar to SemVer but also very different in places.
It's specified by Maven itself.

Ranges are supported using Maven's special syntax.

Expand All @@ -13,5 +14,3 @@ Display parameters as parsed by Maven (in canonical form) and comparison result:
3.2.4-SNAPSHOT < 3.2.4.0
3. 3.2.4.0 == 3.2.4
```

Also, take a look at [maven-cmp](https://github.com/zharinov/maven-cmp) utility.

0 comments on commit bd2dba0

Please sign in to comment.