File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 5353 <releaseDeploymentRepository >releases</releaseDeploymentRepository >
5454 <stageDeploymentRepository >test-releases</stageDeploymentRepository >
5555 <snapshotDeploymentRepository >snapshots</snapshotDeploymentRepository >
56+ <releaseBranchProperties >
57+ <foo >bar</foo >
58+ </releaseBranchProperties >
59+ <scope >system</scope >
5660 </configuration >
5761 <executions >
5862 <execution >
Original file line number Diff line number Diff line change 5151 <stageDeploymentRepository >test-releases::default::file:${it.repository.basedir} /test-releases::false</stageDeploymentRepository >
5252 <snapshotDeploymentRepository >snapshots</snapshotDeploymentRepository >
5353 <masterBranchPropertyFile >src/build/resources/master.build.properties</masterBranchPropertyFile >
54+ <supportBranchProperties >
55+ <build .branch.type>support</build .branch.type>
56+ </supportBranchProperties >
57+ <releaseBranchProperties >
58+ <build .branch.type>release</build .branch.type>
59+ </releaseBranchProperties >
60+ <hotfixBranchProperties >
61+ <build .branch.type>hotfix</build .branch.type>
62+ </hotfixBranchProperties >
63+ <developmentBranchProperties >
64+ <build .branch.type>develop</build .branch.type>
65+ </developmentBranchProperties >
66+ <otherBranchProperties >
67+ <build .branch.type>other</build .branch.type>
68+ </otherBranchProperties >
69+ <undefinedBranchProperties >
70+ <build .branch.type>undefined</build .branch.type>
71+ </undefinedBranchProperties >
5472 </configuration >
5573 <executions >
5674 <execution >
You can’t perform that action at this time.
0 commit comments