Bump upstreams
[aaa.git] / features / pom.xml
index 16f6597a6a59bd0380427808b57d929f22111bed..104e6724f292560e72c3575d9b449cb53274a1c4 100644 (file)
@@ -1,48 +1,47 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2016 Brocade Communications Systems, Inc. and others. All rights reserved.
+ Copyright © 2017 Red Hat, Inc. and others.
 
  This program and the accompanying materials are made available under the
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
--->
+ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
-    <relativePath/>
-  </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>10.0.0</version>
+        <relativePath/>
+    </parent>
 
-  <groupId>org.opendaylight.aaa</groupId>
-  <artifactId>features-aggregator</artifactId>
-  <version>0.6.0-SNAPSHOT</version>
-  <name>ODL :: aaa :: ${project.artifactId}</name>
-  <packaging>pom</packaging>
+    <groupId>org.opendaylight.aaa</groupId>
+    <artifactId>features-aaa-aggregator</artifactId>
+    <version>0.15.1-SNAPSHOT</version>
+    <name>ODL :: aaa :: ${project.artifactId}</name>
+    <packaging>pom</packaging>
 
-  <modules>
-    <module>shiro</module>
-    <module>authn</module>
-  </modules>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+    <modules>
+        <module>features-aaa</module>
+        <module>odl-aaa-api</module>
+        <module>odl-aaa-cert</module>
+        <module>odl-aaa-cli</module>
+        <module>odl-aaa-encryption-service</module>
+        <module>odl-aaa-password-service</module>
+        <module>odl-aaa-shiro</module>
+        <module>odl-aaa-web</module>
+        <module>odl-apache-shiro</module>
+    </modules>
 
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
+        <tag>HEAD</tag>
+        <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
+    </scm>
 </project>