Thomas Vachuska
Committed by Brian O'Connor

Moving root pom dependency to onos-build-conf:1.3

Change-Id: Ia42f154f64e337c3a59b461aa55fa7dd1a179765
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
54 54
55 <module>tools/package/archetypes</module> 55 <module>tools/package/archetypes</module>
56 <module>tools/package/branding</module> 56 <module>tools/package/branding</module>
57 - <module>tools/build/conf</module>
58 </modules> 57 </modules>
59 58
60 <url>http://onosproject.org/</url> 59 <url>http://onosproject.org/</url>
...@@ -75,7 +74,7 @@ ...@@ -75,7 +74,7 @@
75 74
76 <properties> 75 <properties>
77 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 76 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
78 - <onos-build-conf.version>1.3-SNAPSHOT</onos-build-conf.version> 77 + <onos-build-conf.version>1.3</onos-build-conf.version>
79 <netty4.version>4.0.36.Final</netty4.version> 78 <netty4.version>4.0.36.Final</netty4.version>
80 <openflowj.version>0.9.4.onos-SNAPSHOT</openflowj.version> 79 <openflowj.version>0.9.4.onos-SNAPSHOT</openflowj.version>
81 <onos-maven-plugin.version>1.9</onos-maven-plugin.version> 80 <onos-maven-plugin.version>1.9</onos-maven-plugin.version>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
27 27
28 <groupId>org.onosproject</groupId> 28 <groupId>org.onosproject</groupId>
29 <artifactId>onos-build-conf</artifactId> 29 <artifactId>onos-build-conf</artifactId>
30 - <version>1.3</version> 30 + <version>1.4-SNAPSHOT</version>
31 <description>Various ONOS build settings</description> 31 <description>Various ONOS build settings</description>
32 32
33 <properties> 33 <properties>
......