Skip to content

Commit 0229310

Browse files
rfscholtetheit
authored andcommitted
[MRELEASE-998] Add ability to create custom phases
1 parent 5eb2e26 commit 0229310

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

maven-release-manager/src/main/mdo/release-descriptor.mdo

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@
751751
752752
ModelloReleaseDescriptor that = (ModelloReleaseDescriptor) obj;
753753
754+
<<<<<<< HEAD
754755
if ( updateDependencies != that.isUpdateDependencies() ||
755756
useReleaseProfile != that.isUseReleaseProfile() ||
756757
autoVersionSubmodules != that.isAutoVersionSubmodules() ||
@@ -766,6 +767,23 @@
766767
localCheckout != that.isLocalCheckout() ||
767768
pushChanges != that.isPushChanges() ||
768769
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
769787
autoResolveSnapshotDependenciesMode != that.autoResolveSnapshotDependenciesMode
770788
)
771789
{

0 commit comments

Comments
 (0)