updated the poms with project versions
[aaf/authz.git] / auth / auth-cmd / pom.xml
index 7666e97..956094b 100644 (file)
@@ -44,7 +44,7 @@
                <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
                <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
-               <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
+               <sitePath>/content/sites/site/org/onap/aaf/authz/auth/${project.artifactId}/${project.version}</sitePath>
        </properties>
 
        <developers>
                <dependency>
                        <groupId>org.onap.aaf.authz.cadi</groupId>
                        <artifactId>aaf-cadi-aaf</artifactId>
+                       <version>${project.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>org.onap.aaf.authz.auth</groupId>
                        <artifactId>aaf-auth-core</artifactId>
+                       <version>${project.version}</version>
                </dependency>
 
                <dependency>