aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO.yaml7
-rw-r--r--README.md4
-rw-r--r--cps-tbdmt-dependencies/pom.xml2
3 files changed, 6 insertions, 7 deletions
diff --git a/INFO.yaml b/INFO.yaml
index 54732a0..cdc4970 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -1,7 +1,7 @@
---
project: 'cps-tbdmt'
project_creation_date: '2021-02-18'
-lifecycle_state: 'Incubation'
+lifecycle_state: 'Unmaintained'
project_category: ''
project_lead: &onap_cps_ptl
name: 'Toine Siebelink'
@@ -29,11 +29,6 @@ meetings:
time: '08:00 America/New_York'
committers:
- <<: *onap_cps_ptl
- - name: 'Renu Kumari'
- email: 'renu.kumari@bell.ca'
- company: 'Bell Canada'
- id: 'renukumari'
- timezone: 'America/Toronto'
repositories:
- cps/cps-tbdmt
tsc:
diff --git a/README.md b/README.md
index a34e06b..3dd9ebd 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,10 @@
============LICENSE_END=========================================================
-->
+# PROJECT STATUS: Unmaintained
+As per October 2024 this project is longer maintained.
+See [Onap Wiki](https://lf-onap.atlassian.net/wiki/spaces/DW/pages/16449177/Project+State+Unmaintained) for more details on this status.
+
# ONAP CPS TBDMT(Template Based Data Model Transformer)
This service shall be used to map the erstwhile Config-DB-like REST APIs to appropriate CPS API calls. The purpose of this service is to abstract the details of (possibly multiple, and complex) XPath queries from the users of CPS.
diff --git a/cps-tbdmt-dependencies/pom.xml b/cps-tbdmt-dependencies/pom.xml
index c17c4a5..714169c 100644
--- a/cps-tbdmt-dependencies/pom.xml
+++ b/cps-tbdmt-dependencies/pom.xml
@@ -35,7 +35,7 @@
<lombok.version>1.18.24</lombok.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<openpojo.version>0.9.1</openpojo.version>
- <postgresql.version>42.6.0</postgresql.version>
+ <postgresql.version>42.7.3</postgresql.version>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<sonar.skip>true</sonar.skip>