summaryrefslogtreecommitdiffstats
path: root/authz-client
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-28 12:11:35 -0400
committersg481n <sg481n@att.com>2017-08-28 12:11:47 -0400
commitbd890c575163e4d87ac24198b9c68a39cf4bbc4d (patch)
tree2d6c5baa66d1df8f8c841d39646e93020ed203bc /authz-client
parent72b21f2ac109b0d95fef3ef608c0c343337d4ce2 (diff)
Update project structure to org.onap.aaf
Update project structure of authz module in aaf from com.att to org.onap.aaf and add distribution management and repositories. Issue-id: AAF-21 Change-Id: Ia2486954e99f2bd60f18122ed60d32d5590781e9 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-client')
-rw-r--r--authz-client/pom.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/authz-client/pom.xml b/authz-client/pom.xml
index c1c3192e..38fe15c5 100644
--- a/authz-client/pom.xml
+++ b/authz-client/pom.xml
@@ -27,14 +27,12 @@
<modelVersion>4.0.0</modelVersion>
<!-- No Parent on Purpose!!! -->
-
-
- <groupId>org.onap.aaf.authz</groupId>
<artifactId>authz-client</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>jar</packaging>
<name>Authz Client</name>
<description>Client and XSD Generated code for Authz</description>
+ <groupId>org.onap.aaf.authz</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
<url>https://github.com/att/AAF</url>
<licenses>
<license>
@@ -51,7 +49,7 @@
</developer>
</developers>
- <properties>
+ <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<swm-distFiles-path>/opt/app/aft/${project.artifactId}/${project.version}</swm-distFiles-path>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
@@ -180,7 +178,8 @@
</execution>
</executions>
</plugin>
- <plugin>
+
+ <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
@@ -238,6 +237,5 @@
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
-
</project>