Cleanup pom.xml
authorRobert Varga <rovarga@cisco.com>
Tue, 1 Jul 2014 14:08:37 +0000 (16:08 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 1 Jul 2014 14:08:37 +0000 (16:08 +0200)
This cleans up eclipse warnings about duplicate groupIds and overriding
versions.

Change-Id: Id920e7bb01814c5184f1157b093e3f449cfdf955
Signed-off-by: Robert Varga <rovarga@cisco.com>
code-generator/binding-generator-impl/pom.xml
code-generator/pom.xml
model/pom.xml

index d1ebe6357c7c0fb7e8fcd95ba2445218fde2ed0f..fbf4098b0511f36d88e2e8595d5f2d339f8826e7 100644 (file)
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-type-provider</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
index d191f1be0e1989076ab8185e332536da87844164..51b19da27d8bc0a1e85804c2a90d13316aa6885a 100644 (file)
@@ -15,8 +15,6 @@
         <version>0.6.2-SNAPSHOT</version>
         <relativePath>../common/parent</relativePath>
     </parent>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>binding-generator</artifactId>
     <packaging>pom</packaging>
index f0b7c6549d3663a674dddd410214eb903923a2fb..3dd76b81ecaddd085208653fa56c7c06d59eee34 100644 (file)
@@ -35,7 +35,6 @@
             <plugin>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>0.6.2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
@@ -77,7 +76,6 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.8</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>