diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-10-21 11:01:10 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-10-21 11:11:50 +0200 |
commit | bd8a7bfe9933a87c2345d982c98fd434368272b2 (patch) | |
tree | 1fa0384883fab7936a2afbed55b651f87b84ec36 /version.properties | |
parent | 5e4ad12350fb01cc690999b8096f0be7b7f1bdae (diff) |
Re-enable npm deploy
Re-enable the npm package for testing as nexus3 should be setup
correctly now
Issue-ID: CLAMP-450
Change-Id: If709a256dad835787bb40bf9a5ed9edb260fb6c3
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 941cd1d65..e7d853aaa 100644 --- a/version.properties +++ b/version.properties @@ -26,8 +26,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=1 -patch=4 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} |