Bump root and docs to 1.12.0-SNAPSHOT
[controller.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f7b8a4489f2e3919d12ac7f60d6312ee23ea9da4..83e352261850f0d12474971c7491b62b3ef649b9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,13 +7,19 @@
     <version>7.0.1</version>
     <relativePath/>
   </parent>
+
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>releasepom</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>controller</name>
   <!-- Used by Sonar to set project name -->
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+    <maven.install.skip>true</maven.install.skip>
+  </properties>
+
   <modules>
     <module>artifacts</module>
 
     <module>docs</module>
   </modules>
 
-  <properties>
-    <maven.deploy.skip>true</maven.deploy.skip>
-    <maven.install.skip>true</maven.install.skip>
-  </properties>
-
   <profiles>
     <profile>
       <id>sonar-jacoco-aggregate</id>