Merge commit 'refs/changes/20/18320/1' of ssh://git.opendaylight.org:29418/alto
[alto.git] / alto-services / ext / fake / pom.xml
index 6d9dc096d3263de81e74eb2d240f71bb34037a39..e7875d5d0562aeaa7236e01d8f2fd1fecdf23c7c 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.opendaylight.alto</groupId>
     <artifactId>services.ext</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -16,7 +16,6 @@
 
   <build>
     <plugins>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
           </instructions>
         </configuration>
       </plugin>
     </plugins>
   </build>
 
   <dependencies>
-
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>alto-model</artifactId>
@@ -88,7 +85,6 @@
       <artifactId>service-api-rfc7285</artifactId>
       <version>${project.version}</version>
     </dependency>
-
   </dependencies>
 </project>