Skip to content

Commit

Permalink
[MRELEASE-998] Add ability to create custom phases
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte authored and theit committed Jun 28, 2018
1 parent 5eb2e26 commit 0229310
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions maven-release-manager/src/main/mdo/release-descriptor.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@
ModelloReleaseDescriptor that = (ModelloReleaseDescriptor) obj;
<<<<<<< HEAD
if ( updateDependencies != that.isUpdateDependencies() ||
useReleaseProfile != that.isUseReleaseProfile() ||
autoVersionSubmodules != that.isAutoVersionSubmodules() ||
Expand All @@ -766,6 +767,23 @@
localCheckout != that.isLocalCheckout() ||
pushChanges != that.isPushChanges() ||
autoResolveSnapshotDependencies != that.autoResolveSnapshotDependencies ||
=======
if ( updateDependencies != that.isUpdateDependencies() ||
useReleaseProfile != that.isUseReleaseProfile() ||
autoVersionSubmodules != that.isAutoVersionSubmodules() ||
snapshotReleasePluginAllowed != that.isSnapshotReleasePluginAllowed() ||
commitByProject != that.isCommitByProject() ||
branchCreation != that.isBranchCreation() ||
updateBranchVersions != that.isUpdateBranchVersions() ||
updateWorkingCopyVersions != that.isUpdateWorkingCopyVersions() ||
suppressCommitBeforeTagOrBranch != that.isSuppressCommitBeforeTagOrBranch() ||
updateVersionsToSnapshot != that.isUpdateVersionsToSnapshot() ||
allowTimestampedSnapshots != that.isAllowTimestampedSnapshots() ||
remoteTagging != that.isRemoteTagging() ||
localCheckout != that.isLocalCheckout() ||
pushChanges != that.isPushChanges() ||
autoResolveSnapshotDependencies != that.autoResolveSnapshotDependencies ||
>>>>>>> [MRELEASE-998] Add ability to create custom phases
autoResolveSnapshotDependenciesMode != that.autoResolveSnapshotDependenciesMode
)
{
Expand Down

0 comments on commit 0229310

Please sign in to comment.