Add Infrautils guice inject code to odlguice
[odlguice.git] / inject / inject / pom.xml
similarity index 89%
rename from infrautils/inject/inject/pom.xml
rename to inject/inject/pom.xml
index cb86576c811ced505ee95a09f08fbd9df400116b..fe26d5e9a1c2a16af6443afb669fd0b600d3f387 100644 (file)
@@ -10,9 +10,9 @@
   <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>
 
@@ -20,7 +20,7 @@
   <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>
 
   <build>
     <plugins>
@@ -32,7 +32,7 @@
           <instructions>
             <!-- TODO remove this; it should do this by default? -->
             <Export-Package>
-              org.opendaylight.infrautils.inject
+              org.opendaylight.odlguice.inject
             </Export-Package>
           </instructions>
         </configuration>