Fixing warnings for unexpected increases in section depths
[docs.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c3532e25850899b33f0b5f5cdd32703f2b93b095..723514aa98ca09774fb39bbfc2ad0532d1e23ab2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.docs</groupId>
   <artifactId>root</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.1-SNAPSHOT</version>
   <name>docs</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
   <url>${sitedeploy}</url>
   </scm>
   <properties>
     <asciidoctor.version>0.1.4</asciidoctor.version>
+    <current.branch>stable/lithium</current.branch>
     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <sitedeploy>${nexusproxy}/sites/site/${project.groupId}/master/${project.artifactId}</sitedeploy>
+    <sitedeploy>${nexusproxy}/sites/site/${project.groupId}/${current.branch}/${project.artifactId}</sitedeploy>
   </properties>
   <modules>
     <module>manuals</module>