Skip to content

Commit acef330

Browse files
author
Riadh Habbachi
committed
Better build config
1 parent 7166b7b commit acef330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/config/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ export default (grunt) => {
1919
};
2020

2121
function buildVersion(isRelease, version) {
22-
return isRelease ? `${version}-patched` : `${version}-SNAPSHOT-patched`;
22+
return isRelease ? `${version}-opendatastack` : `${version}-SNAPSHOT-opendatastack`;
2323
}

0 commit comments

Comments
 (0)