-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #631 from Microsoft/dev
Merge dev to master (RTW release 6.4.0)
- Loading branch information
Showing
55 changed files
with
1,278 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ruleset xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" comparisonMethod="maven" xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd"> | ||
<ignoreVersions> | ||
<!-- Ignore Alpha's, Beta's, release candidates and milestones --> | ||
<ignoreVersion type="regex">(?i).*Alpha(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*Beta(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*-B(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*RC(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*EA(?:-?\d+)?</ignoreVersion> | ||
<ignoreVersion type="regex">(?i).*SNAPSHOT(?:-?\d+)?</ignoreVersion> | ||
<!-- Sometimes Milestone releases are fair enough for testing libs like JUnit--> | ||
<ignoreVersion type="regex">(?i).*M(?:-?\d+)?</ignoreVersion> | ||
</ignoreVersions> | ||
|
||
<rules> | ||
<!-- One can add different rules in order to exclude specific version from automatic updates. --> | ||
<!-- Testing... Update groupId, artifact id and appropriate version in order to exclude from versioning plugin | ||
<rule groupId="com.microsoft.azure" artifactId="adal4j"> | ||
<ignoreVersions> | ||
<ignoreVersion>1.3.0</ignoreVersion> | ||
</ignoreVersions> | ||
</rule> | ||
--> | ||
</rules> | ||
|
||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.