Releasing shaded atomix and bumping version in deps/
Change-Id: Ie894974f43cc128bc733bacc5428551561412591
Showing
3 changed files
with
7 additions
and
10 deletions
1 | -# ***** This file was auto-generated at Thu May 12 13:53:20 PDT 2016. Do not edit this file manually. ***** | 1 | +# ***** This file was auto-generated at Mon May 16 15:32:04 PDT 2016. Do not edit this file manually. ***** |
2 | osgi_feature_group( | 2 | osgi_feature_group( |
3 | name = 'COMPILE', | 3 | name = 'COMPILE', |
4 | visibility = ['PUBLIC'], | 4 | visibility = ['PUBLIC'], |
... | @@ -187,10 +187,10 @@ remote_jar ( | ... | @@ -187,10 +187,10 @@ remote_jar ( |
187 | 187 | ||
188 | remote_jar ( | 188 | remote_jar ( |
189 | name = 'onos-atomix', | 189 | name = 'onos-atomix', |
190 | - out = 'atomix-1.0.onos-20160512.202119-309.jar', | 190 | + out = 'atomix-1.0.0.onos.jar', |
191 | - url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160512.202119-309.jar', | 191 | + url = 'mvn:org.onosproject:atomix:jar:1.0.0.onos', |
192 | - sha1 = 'ab0ccee5ed5044ebef3d7b7663992894effc1f3a', | 192 | + sha1 = '3d1a645b783a61b673aa71dbcc71a1bdd3afdaa2', |
193 | - maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT', | 193 | + maven_coords = 'org.onosproject:atomix:1.0.0.onos', |
194 | visibility = [ 'PUBLIC' ], | 194 | visibility = [ 'PUBLIC' ], |
195 | ) | 195 | ) |
196 | 196 | ... | ... |
... | @@ -92,10 +92,7 @@ | ... | @@ -92,10 +92,7 @@ |
92 | "atomix-resource": "mvn:io.atomix:atomix-resource:1.0.0-rc3", | 92 | "atomix-resource": "mvn:io.atomix:atomix-resource:1.0.0-rc3", |
93 | "atomix-resource-manager": "mvn:io.atomix:atomix-resource-manager:1.0.0-rc3", | 93 | "atomix-resource-manager": "mvn:io.atomix:atomix-resource-manager:1.0.0-rc3", |
94 | "atomix-variables": "mvn:io.atomix:atomix-variables:1.0.0-rc3", | 94 | "atomix-variables": "mvn:io.atomix:atomix-variables:1.0.0-rc3", |
95 | - "onos-atomix": { | 95 | + "onos-atomix": "mvn:org.onosproject:atomix:1.0.0.onos", |
96 | - "uri": "mvn:org.onosproject:atomix:1.0.onos-SNAPSHOT", | ||
97 | - "repo": "https://oss.sonatype.org/content/repositories/snapshots" | ||
98 | - }, | ||
99 | "catalyst-buffer": "mvn:io.atomix.catalyst:catalyst-buffer:1.0.4", | 96 | "catalyst-buffer": "mvn:io.atomix.catalyst:catalyst-buffer:1.0.4", |
100 | "catalyst-common": "mvn:io.atomix.catalyst:catalyst-common:1.0.4", | 97 | "catalyst-common": "mvn:io.atomix.catalyst:catalyst-common:1.0.4", |
101 | "catalyst-local": "mvn:io.atomix.catalyst:catalyst-local:1.0.4", | 98 | "catalyst-local": "mvn:io.atomix.catalyst:catalyst-local:1.0.4", | ... | ... |
... | @@ -29,7 +29,7 @@ | ... | @@ -29,7 +29,7 @@ |
29 | <groupId>org.onosproject</groupId> | 29 | <groupId>org.onosproject</groupId> |
30 | <artifactId>atomix</artifactId> | 30 | <artifactId>atomix</artifactId> |
31 | <packaging>bundle</packaging> | 31 | <packaging>bundle</packaging> |
32 | - <version>1.0.onos-SNAPSHOT</version> | 32 | + <version>1.0.0.onos</version> |
33 | 33 | ||
34 | <description>Atomix shaded OSGi JAR</description> | 34 | <description>Atomix shaded OSGi JAR</description> |
35 | <url>http://onosproject.org/</url> | 35 | <url>http://onosproject.org/</url> | ... | ... |
-
Please register or login to post a comment