Bug4168 Deprecate inappropriate uses of StringBuilder
[aaa.git] / aaa-authn / pom.xml
index 4f4722834a9e40db811bf9b5000d40f1764c47e4..aa70c42debea98878af0194d8a2ca87950ab2a19 100644 (file)
@@ -8,9 +8,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
-        <artifactId>aaa.project</artifactId>
+        <artifactId>aaa-parent</artifactId>
         <version>0.3.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>aaa-authn</artifactId>
@@ -21,7 +21,6 @@
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-authn-api</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>