Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into MRELEASE-835
  • Loading branch information
theit committed Jun 28, 2018
2 parents 796b08d + 9ab9630 commit 6572a69
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions maven-release-manager/src/main/mdo/release-descriptor.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@
ModelloReleaseDescriptor that = (ModelloReleaseDescriptor) obj;
<<<<<<< HEAD
if ( updateDependencies != that.isUpdateDependencies() ||
useReleaseProfile != that.isUseReleaseProfile() ||
autoVersionSubmodules != that.isAutoVersionSubmodules() ||
Expand All @@ -767,23 +766,6 @@
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 6572a69

Please sign in to comment.