summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INFO.yaml27
-rw-r--r--pom.xml8
2 files changed, 31 insertions, 4 deletions
diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 0000000..a1c3b8e
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,27 @@
+---
+project: 'externalapi-nbi'
+project_creation_date: '2017-06-29'
+lifecycle_state: 'Incubation'
+project_lead: &onap_releng_ptl
+ name: 'Andy Mayer'
+ email: 'am803u@att.com'
+ id: 'ajmayer'
+ company: 'ATT'
+ timezone: 'America/New York'
+primary_contact: *onap_releng_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.onap.org/projects/EXTAPI'
+ key: 'EXTAPI'
+meetings:
+ - type: 'zoom'
+ agenda: ''
+ url: 'https://wiki.onap.org/pages/viewpage.action?pageId=8226574'
+ server: 'n/a'
+ channel: 'n/a'
+ repeats: 'weekly'
+ time: '14:00 UTC'
+committers:
+ - <<: *onap_releng_ptl
+tsc:
+ approval: 'https://lists.onap.org/pipermail/onap-tsc'
diff --git a/pom.xml b/pom.xml
index 9e03cc6..7efab27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.nbi</groupId>
+ <groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -21,9 +21,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
<java.version>1.8</java.version>
</properties>