aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-10-13 09:19:38 +0100
committerliamfallon <liam.fallon@est.tech>2021-10-13 09:42:59 +0100
commit666845003ea1558bc46c1e6f4a6be6fe4e1ef2e3 (patch)
tree9a18c4fcd95502769911952a1d86b241556f4edd
parent7ae960ffa3a31ffa4d9e5a25a3277192896e7a3b (diff)
Commit to Test the CLAMP verify/merge Jenkins job
The last commit to policy/clamp remoed the docs directory, but when that commit was raised, the rtd job still triggered, possibly because the "docs" directory was still in the repo, even though the incoming commit was removing it. This commit is being pushed to check if the RTD jobs are triggered now that the "docs" directory has been removed from master. Issue-ID: POLICY-3337 Change-Id: Ibce02be7debfd8443f80e6b2f5cb25e659e88da2 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 020f708f3..95456cd88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
This is the root Maven module for the policy-clamp project.
It contains the following modules:
- - policy-clamp-common: Common code for all CLAMP modules
+ - policy-clamp-common: Common code for all Policy/CLAMP modules
- policy-clamp-models: POJOs and other model code for REST and DMaaP messages and for persistence
- policy-clamp-runtime: The runtime server for CLAMP
- policy-clamp-participant: Modules for CLAMP control loop participants