Bump apex-pdp to 2.6.1-SNAPSHOT
[policy/apex-pdp.git] / auth / cli-codegen / pom.xml
index 5d01423..45eee2d 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.policy.apex-pdp.auth</groupId>
         <artifactId>auth</artifactId>
-        <version>2.3.2-SNAPSHOT</version>
+        <version>2.6.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>cli-codegen</artifactId>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.antlr</groupId>
             <artifactId>ST4</artifactId>
-            <version>4.0.8</version>
+            <version>4.3</version>
         </dependency>
         <dependency>
             <groupId>org.onap.policy.apex-pdp.model</groupId>
         </dependency>
 
     </dependencies>
-
-    <profiles>
-        <profile>
-            <id>apexSite</id>
-            <activation>
-                <property>
-                    <name>apexSite</name>
-                </property>
-            </activation>
-            <distributionManagement>
-                <site>
-                    <id>${project.artifactId}-site</id>
-                    <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url>
-                </site>
-            </distributionManagement>
-        </profile>
-    </profiles>
 </project>