properties:parse-version-properties
      Full name:
      org.kuali.maven.plugins:properties-maven-plugin:2.0.0-SNAPSHOT:parse-version-properties
      Description:
      Parse version number properties into
[major].[minor].[incremental].[qualifier] and [trimmed]. The
version parsing logic is crudely simple. It splits the version
string into tokens using both "." and "-" as delimiters. It assumes
the first token is "major", the second token is "minor" the third
token is "incremental" and any tokens after that are "qualifier".
"SNAPSHOT" is always omitted from qualifier. [trimmed] is the full
version minus "-SNAPSHOT"
      Attributes:
      
        - Requires a Maven project to be executed.
Required Parameters
        
          
            | Name | Type | Since | Description | 
          
            | properties | String[] | - | The list of properties containing version numbers to parse 
 | 
          
            | silent | boolean | - | If true, the plugin will emit no logging messages Default value is: false.
 User property is: properties.silent.
 | 
        
      Parameter Details
        properties:
        The list of properties containing version numbers to parse
        
          - Type: java.lang.String[]
- Required: Yes
silent:
        If true, the plugin will emit no logging messages
        
          - Type: boolean
- Required: Yes
- User Property: properties.silent
- Default: false