Bump versions by x.y.(z+1)
[integration/distribution.git] / artifacts / upstream / other / pom.xml
index 4b29f7ba3da887753c7b3a05a40d8fedb3e90fb3..2b1097ce43ae2ed66a85538d3b3868173ca2e8d7 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>properties</artifactId>
-        <version>0.8.0-SNAPSHOT</version>
+        <version>0.14.3-SNAPSHOT</version>
         <relativePath>../properties</relativePath>
     </parent>
     <artifactId>other-artifacts</artifactId>
         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/other;hb=HEAD</url>
         <tag>HEAD</tag>
     </scm>
-    <dependencyManagement>
-        <dependencies>
-            <!-- External applications. -->
-            <dependency>
-                <groupId>org.opendaylight.aaa</groupId>
-                <artifactId>aaa-cli-jar</artifactId>
-                <!-- TODO: Open Bug agains AAA to export this version in an artifact pom. -->
-                <version>${aaa.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+    <!-- External applications. -->
+    <profiles>
+        <profile>
+            <id>aaa</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <dependencyManagement>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.opendaylight.aaa</groupId>
+                        <artifactId>aaa-cli-jar</artifactId>
+                        <!-- TODO: Open Bug agains AAA to export this version in an artifact pom. -->
+                        <version>${aaa.version}</version>
+                    </dependency>
+                </dependencies>
+            </dependencyManagement>
+        </profile>
+    </profiles>
 </project>