Skip to content

Commit

Permalink
LPS-0 Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Feb 2, 2022
1 parent 2c33984 commit af76a8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ lp.version=${lp.version[@{to.branch.name}]}
release.info.build=${release.info.build[@{to.branch.name}]}
release.info.date=${release.info.date[@{to.branch.name}]}
release.info.name=${release.info.name[@{to.branch.name}]}
release.info.version.major=${release.info.version.major[@{to.branch.name}]}
release.info.version.minor=${release.info.version.minor[@{to.branch.name}]}
release.info.version.bug.fix=${release.info.version.bug.fix[@{to.branch.name}]}
release.info.version=${release.info.version.major[@{to.branch.name}]}.${release.info.version.minor[@{to.branch.name}]}.${release.info.version.bug.fix[@{to.branch.name}]}
release.info.version.bug.fix=${release.info.version.bug.fix[@{to.branch.name}]}
release.info.version.display.name=${release.info.version.display.name[@{to.branch.name}]}
release.info.version.file.suffix=${release.info.version.file.suffix[@{to.branch.name}]}</echo>
release.info.version.file.suffix=${release.info.version.file.suffix[@{to.branch.name}]}
release.info.version.major=${release.info.version.major[@{to.branch.name}]}
release.info.version.minor=${release.info.version.minor[@{to.branch.name}]}</echo>

<!-- sql/sql.profile-dxp.properties -->

Expand Down

0 comments on commit af76a8a

Please sign in to comment.