Documentation updates for PDP/PAP Testing/Debug
[policy/engine.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 15516d8..cddd9bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
         <commons.fileupload.version>1.3.3</commons.fileupload.version>
         <commons.compress.version>1.18</commons.compress.version>
         <elasticsearch.version>6.3.0</elasticsearch.version>
-        <version.policy.common>1.3.2-SNAPSHOT</version.policy.common>
+        <version.policy.common>1.3.2</version.policy.common>
         <version.policy.drools-application>1.3.2-SNAPSHOT</version.policy.drools-application>
     </properties>
     <modules>
         <module>packages</module>
         <module>TestSuite</module>
     </modules>
-    <distributionManagement>
-        <repository>
-            <id>ecomp-releases</id>
-            <name>ONAP Release Repository</name>
-            <url>${nexusproxy}/${releases.path}</url>
-        </repository>
-        <snapshotRepository>
-            <id>ecomp-snapshots</id>
-            <name>ONAP Snapshot Repository</name>
-            <url>${nexusproxy}/${snapshots.path}</url>
-        </snapshotRepository>
-        <site>
-            <id>ecomp-site</id>
-            <url>dav:${nexusproxy}${sitePath}</url>
-        </site>
-    </distributionManagement>
     <reporting>
         <plugins>
             <plugin>