Fixed `credentialsId` for the production env

For the maven settings for `ric-plt-xapp-frame-rust`, the provided
`credentialsId` was missing. Fixed this to use the one used by the
`sandbox` environment for the docker repository.

Signed-off-by: Abhijit Gadgil <gabhijit@iitbombay.org>
Change-Id: I46c635a07816fae592d05581904b514072083443
diff --git a/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml b/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml
index 06c0a9b..18bfeb9 100644
--- a/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml
+++ b/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml
@@ -1,18 +1,18 @@
 ---
 serverCredentialMappings:
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "dummy"
     serverId: "releases"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "dummy"
     serverId: "staging"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "dummy"
     serverId: "site"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "dummy"
     serverId: "snapshots"
   - credentialsId: "docker"
     serverId: "nexus3.o-ran-sc.org:10001"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "docker"
     serverId: "nexus3.o-ran-sc.org:10002"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "docker"
     serverId: "nexus3.o-ran-sc.org:10003"
-  - credentialsId: "ric-plt-xapp-frame"
+  - credentialsId: "docker"
     serverId: "nexus3.o-ran-sc.org:10004"