diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-11-16 18:50:40 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2020-11-16 18:50:40 +0100 |
commit | 3ef227afb0bfc667b8766c6fb78939ee22b73293 (patch) | |
tree | 20cb8c274104725c28efbaa57e890f98a1147456 | |
parent | 8710dc4267300485119485499de613279bce0e7b (diff) |
Rename docker profile to lowercase
Issue-ID: CPS-22
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I72b5ef5221e3433909e4576cee57310402473ad5
-rw-r--r-- | cps-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index ea979b1b94..8ff5ead8e5 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -29,7 +29,7 @@ <profiles> <profile> - <id>Docker</id> + <id>docker</id> <activation> <activeByDefault>false</activeByDefault> </activation> |