Pointing root pom to released versions of onos-build-conf and onos-maven-plugin;…
… skipping their build Change-Id: I192603933c5eaba57e243291fa0e619ffc31520e
Showing
1 changed file
with
2 additions
and
4 deletions
| ... | @@ -52,10 +52,8 @@ | ... | @@ -52,10 +52,8 @@ |
| 52 | <module>incubator</module> | 52 | <module>incubator</module> |
| 53 | <module>features</module> | 53 | <module>features</module> |
| 54 | 54 | ||
| 55 | - <module>tools/build/conf</module> | ||
| 56 | <module>tools/package/archetypes</module> | 55 | <module>tools/package/archetypes</module> |
| 57 | <module>tools/package/branding</module> | 56 | <module>tools/package/branding</module> |
| 58 | - <module>tools/package/maven-plugin</module> | ||
| 59 | </modules> | 57 | </modules> |
| 60 | 58 | ||
| 61 | <url>http://onosproject.org/</url> | 59 | <url>http://onosproject.org/</url> |
| ... | @@ -76,13 +74,13 @@ | ... | @@ -76,13 +74,13 @@ |
| 76 | 74 | ||
| 77 | <properties> | 75 | <properties> |
| 78 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 76 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 79 | - <onos-build-conf.version>1.2-SNAPSHOT</onos-build-conf.version> | 77 | + <onos-build-conf.version>1.3</onos-build-conf.version> |
| 80 | <netty4.version>4.0.33.Final</netty4.version> | 78 | <netty4.version>4.0.33.Final</netty4.version> |
| 81 | <!-- TODO: replace with final release version when it is out --> | 79 | <!-- TODO: replace with final release version when it is out --> |
| 82 | <atomix.version>1.0.0-rc2</atomix.version> | 80 | <atomix.version>1.0.0-rc2</atomix.version> |
| 83 | <copycat.version>0.5.1.onos</copycat.version> | 81 | <copycat.version>0.5.1.onos</copycat.version> |
| 84 | <openflowj.version>0.9.1.onos</openflowj.version> | 82 | <openflowj.version>0.9.1.onos</openflowj.version> |
| 85 | - <onos-maven-plugin.version>1.8-SNAPSHOT</onos-maven-plugin.version> | 83 | + <onos-maven-plugin.version>1.8</onos-maven-plugin.version> |
| 86 | <osgi.version>4.3.1</osgi.version> | 84 | <osgi.version>4.3.1</osgi.version> |
| 87 | <karaf.version>3.0.5</karaf.version> | 85 | <karaf.version>3.0.5</karaf.version> |
| 88 | <jersey.version>1.19</jersey.version> | 86 | <jersey.version>1.19</jersey.version> | ... | ... |
-
Please register or login to post a comment