Release Boron
[docs.git] / manuals / pom.xml
index 607096f06642cd7145f73ec5741194045696af1f..376368d0b2467669620ed4c67fe0ece9ecb11253 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.docs</groupId>
     <artifactId>root</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.3.0-Boron</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.docs</groupId>
   <artifactId>manuals</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.3.0-Boron</version>
   <name>OpenDaylight Docs - Manuals</name>
   <packaging>pom</packaging>
   <scm>
     <tag>HEAD</tag>
   </scm>
   <properties>
-    <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   <modules>
-    <module>install-guide</module>
+    <module>readme</module> <!-- this is just to make sure readme builds -->
     <module>developer-guide</module>
     <module>user-guide</module>
-    <module>howto-openstack</module>
   </modules>
 
 </project>