Merge "Add Infrautils guice inject code to odlguice"
[odlguice.git] / inject / inject-guice / pom.xml
similarity index 86%
rename from infrautils/inject/inject-guice/pom.xml
rename to inject/inject-guice/pom.xml
index 9f10bfce9826197e965e2560624163ee0b799429..505cf2933a79374e2561e18ffa9f952fbea8810d 100644 (file)
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-      <groupId>org.opendaylight.infrautils</groupId>
+      <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>parent</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
       <relativePath>../../common/parent</relativePath>
   </parent>
-
+  
   <artifactId>inject.guice</artifactId>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
-  <name>ODL :: infrautils :: ${project.artifactId}</name>
+  <name>ODL :: odlguice :: ${project.artifactId}</name>
 
   <dependencies>
     <dependency>
       <artifactId>guice</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.infrautils</groupId>
+      <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>inject</artifactId>
       <version>${project.version}</version>
     </dependency>
-
     <dependency>
-      <groupId>org.opendaylight.infrautils</groupId>
+      <groupId>org.opendaylight.odlguice</groupId>
       <artifactId>inject.guice.testutils</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>