Update snapshot and/or references of policy/apex-pdp to latest snapshots
[policy/apex-pdp.git] / tools / simple-wsclient / pom.xml
index edbfdec..0d82f12 100644 (file)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onap.policy.apex-pdp.tools</groupId>
         <artifactId>tools</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.9.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>simple-wsclient</artifactId>
             </plugin>
         </plugins>
     </build>
-
-    <profiles>
-        <profile>
-            <id>apexSite</id>
-            <activation>
-                <property>
-                    <name>apexSite</name>
-                </property>
-            </activation>
-            <properties>
-                <adsite-tools-wsclients-dir>${project.basedir}/src</adsite-tools-wsclients-dir>
-            </properties>
-            <distributionManagement>
-                <site>
-                    <id>${project.artifactId}-site</id>
-                    <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url>
-                </site>
-            </distributionManagement>
-        </profile>
-    </profiles>
 </project>