diff options
author | efiacor <fiachra.corcoran@est.tech> | 2023-04-05 09:21:40 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2023-04-05 09:40:05 +0100 |
commit | 3690ca8eaf171e6cfb030b2ceab41db67ae935a8 (patch) | |
tree | 8558c236095531bb4d2273f9eb3bd5799e191be6 | |
parent | 8b695ac559bda388781e5ad0e4b02d1e82dc9cef (diff) |
[DMAAP-DR] Update oparent to 3.3.32.1.13
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I196bf8ff3cb1712a7a531cbf001aaf282673cda7
Issue-ID: DMAAP-1844
-rw-r--r-- | docs/conf.yaml | 7 | ||||
-rwxr-xr-x | pom.xml | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/docs/conf.yaml b/docs/conf.yaml deleted file mode 100644 index ab592813..00000000 --- a/docs/conf.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- -project_cfg: onap -project: onap - -# Change this to ReleaseBranchName to modify the header -default-version: latest -# @@ -32,7 +32,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>3.3.2</version> + <version>3.3.3</version> </parent> <properties> <!--revision must also be set in the version.properties file at project root--> |