diff options
-rw-r--r-- | products/README.md | 7 | ||||
-rw-r--r-- | profiles/README.md | 5 | ||||
-rw-r--r-- | version.properties | 5 |
3 files changed, 13 insertions, 4 deletions
diff --git a/products/README.md b/products/README.md new file mode 100644 index 00000000..dc1629cf --- /dev/null +++ b/products/README.md @@ -0,0 +1,7 @@ +Products +======== +OCLIP is an platform like Tomcat and it could host the commands for different software products. +So in this folder, the supported products are provided as maven projects and each produces the +required commands. + +When deployment/zip is built, the products artifacts will be copied into the deployment staging area.
\ No newline at end of file diff --git a/profiles/README.md b/profiles/README.md new file mode 100644 index 00000000..01911874 --- /dev/null +++ b/profiles/README.md @@ -0,0 +1,5 @@ +Profiles +======== +OCLIP models the required schema to support a given protocol as profile and in this folder each profile is implemented as maven project. + +When deployment/zip is built, the profile artifacts will be copied into the deployment staging area.
\ No newline at end of file diff --git a/version.properties b/version.properties index 890f74fb..e1387f73 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,4 @@ -########################################################### -# Versioning variables -# 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 +# Version used by Jenkins major=2 minor=0 |