diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 10:15:39 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-01 10:21:42 -0400 |
commit | 09945478595e8fc316e8b44367d458bfc4205b0d (patch) | |
tree | 0b6aa01c6f7cc67358e6b2497d2ac3eb0ba38556 /version.properties | |
parent | 5a6784118da818fb1005d9de5694874a88a537cb (diff) |
Update pap repo
Updated license, readme and version to 2.0.0
Issue-ID: POLICY-771
Change-Id: I8b030a2733144bd7b117824dd4e02b10c687d39d
Signed-off-by: Pamela Dragosh <pdragosh@research.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 7f86aa15..a3ac0d9c 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=1 -minor=1 +major=2 +minor=0 patch=0 base_version=${major}.${minor}.${patch} |