|
751 | 751 |
|
752 | 752 | ModelloReleaseDescriptor that = (ModelloReleaseDescriptor) obj;
|
753 | 753 |
|
| 754 | +<<<<<<< HEAD |
754 | 755 | if ( updateDependencies != that.isUpdateDependencies() ||
|
755 | 756 | useReleaseProfile != that.isUseReleaseProfile() ||
|
756 | 757 | autoVersionSubmodules != that.isAutoVersionSubmodules() ||
|
|
766 | 767 | localCheckout != that.isLocalCheckout() ||
|
767 | 768 | pushChanges != that.isPushChanges() ||
|
768 | 769 | autoResolveSnapshotDependencies != that.autoResolveSnapshotDependencies ||
|
| 770 | +======= |
| 771 | + if ( updateDependencies != that.isUpdateDependencies() || |
| 772 | + useReleaseProfile != that.isUseReleaseProfile() || |
| 773 | + autoVersionSubmodules != that.isAutoVersionSubmodules() || |
| 774 | + snapshotReleasePluginAllowed != that.isSnapshotReleasePluginAllowed() || |
| 775 | + commitByProject != that.isCommitByProject() || |
| 776 | + branchCreation != that.isBranchCreation() || |
| 777 | + updateBranchVersions != that.isUpdateBranchVersions() || |
| 778 | + updateWorkingCopyVersions != that.isUpdateWorkingCopyVersions() || |
| 779 | + suppressCommitBeforeTagOrBranch != that.isSuppressCommitBeforeTagOrBranch() || |
| 780 | + updateVersionsToSnapshot != that.isUpdateVersionsToSnapshot() || |
| 781 | + allowTimestampedSnapshots != that.isAllowTimestampedSnapshots() || |
| 782 | + remoteTagging != that.isRemoteTagging() || |
| 783 | + localCheckout != that.isLocalCheckout() || |
| 784 | + pushChanges != that.isPushChanges() || |
| 785 | + autoResolveSnapshotDependencies != that.autoResolveSnapshotDependencies || |
| 786 | +>>>>>>> [MRELEASE-998] Add ability to create custom phases |
769 | 787 | autoResolveSnapshotDependenciesMode != that.autoResolveSnapshotDependenciesMode
|
770 | 788 | )
|
771 | 789 | {
|
|
0 commit comments