fix versions 56/17356/1
authorY. Richard Yang <yry@cs.yale.edu>
Mon, 30 Mar 2015 15:14:30 +0000 (11:14 -0400)
committerY. Richard Yang <yry@cs.yale.edu>
Mon, 30 Mar 2015 15:14:30 +0000 (11:14 -0400)
Change-Id: I3c8625658dfcd4feb4c9f4beddd9022b3f6fb556
Signed-off-by: Y. Richard Yang <yry@cs.yale.edu>
alto-karaf/pom.xml
alto-model/pom.xml
alto-provider/pom.xml
features/pom.xml

index 3c283128a5ad6e2ad415a65b03506734c2311fdb..92eb9f589fb51025fc186d5ea809481853b54edb 100644 (file)
@@ -21,7 +21,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <karaf.localFeature>odl-alto-impl-ui</karaf.localFeature>
+    <karaf.localFeature>odl-alto-provider-ui</karaf.localFeature>
   </properties>
   <dependencyManagement>
     <dependencies>
index 7564ef81973312660c895cc8aaced745c7cb9f71..5e93b730e52ec1cc3bd354058d954db38e2d8a88 100644 (file)
@@ -13,9 +13,9 @@
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>alto-model</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
   <groupId>org.opendaylight.alto</groupId>
   <packaging>bundle</packaging>
 
   <properties>
     <checkstyle.skip>true</checkstyle.skip>
index 85e7d0846a818a9420b3e1834bd8790c2f8c89ad..ad5200c4f09ab51053ccc724bf83479faa83c031 100644 (file)
@@ -12,6 +12,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>alto-provider</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
  
 
index e71faaa31b13761fdcecf76878667332d62cb025..b26613b755b78fafefeccb594de36a31e6076581 100644 (file)
@@ -62,13 +62,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
     <dependency>
       <groupId>${groupId}</groupId>
-      <artifactId>alto-impl</artifactId>
+      <artifactId>alto-provider</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>${groupId}</groupId>
-      <artifactId>alto-api</artifactId>
-      <version>${project.version}</version>
+      <artifactId>alto-model</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>