updated the poms with project versions
[aaf/authz.git] / auth / auth-deforg / pom.xml
index 4bc558e..738f5f8 100644 (file)
@@ -87,7 +87,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>
 
 
                <dependency>
                        <groupId>org.onap.aaf.authz.cadi</groupId>
                        <artifactId>aaf-cadi-core</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>