Skip to content

Commit

Permalink
Updated versions-maven-plugin configuration to exclude more types of …
Browse files Browse the repository at this point in the history
…alpha versions.
  • Loading branch information
cowwoc committed Jan 1, 2025
1 parent b2c40fc commit 125ee3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>root</artifactId>
Expand Down Expand Up @@ -156,7 +157,7 @@
<ignoreVersions>
<ignoreVersion>
<type>regex</type>
<version>(.+-SNAPSHOT|.+-M\d|.+-(alpha|beta).+)||.+-rc-.*</version>
<version>(.+-SNAPSHOT|.+-M\d|.+(-|\.)(alpha|beta).+)||.+-rc-.*</version>
</ignoreVersion>
</ignoreVersions>
</rule>
Expand Down

0 comments on commit 125ee3d

Please sign in to comment.