mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
Releasing shaded atomix and bumping version in deps/
Change-Id: Ie894974f43cc128bc733bacc5428551561412591
This commit is contained in:
parent
9605c788c3
commit
93322c1e86
10
lib/BUCK
10
lib/BUCK
@ -1,4 +1,4 @@
|
||||
# ***** This file was auto-generated at Thu May 12 13:53:20 PDT 2016. Do not edit this file manually. *****
|
||||
# ***** This file was auto-generated at Mon May 16 15:32:04 PDT 2016. Do not edit this file manually. *****
|
||||
osgi_feature_group(
|
||||
name = 'COMPILE',
|
||||
visibility = ['PUBLIC'],
|
||||
@ -187,10 +187,10 @@ remote_jar (
|
||||
|
||||
remote_jar (
|
||||
name = 'onos-atomix',
|
||||
out = 'atomix-1.0.onos-20160512.202119-309.jar',
|
||||
url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160512.202119-309.jar',
|
||||
sha1 = 'ab0ccee5ed5044ebef3d7b7663992894effc1f3a',
|
||||
maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT',
|
||||
out = 'atomix-1.0.0.onos.jar',
|
||||
url = 'mvn:org.onosproject:atomix:jar:1.0.0.onos',
|
||||
sha1 = '3d1a645b783a61b673aa71dbcc71a1bdd3afdaa2',
|
||||
maven_coords = 'org.onosproject:atomix:1.0.0.onos',
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
|
@ -92,10 +92,7 @@
|
||||
"atomix-resource": "mvn:io.atomix:atomix-resource:1.0.0-rc3",
|
||||
"atomix-resource-manager": "mvn:io.atomix:atomix-resource-manager:1.0.0-rc3",
|
||||
"atomix-variables": "mvn:io.atomix:atomix-variables:1.0.0-rc3",
|
||||
"onos-atomix": {
|
||||
"uri": "mvn:org.onosproject:atomix:1.0.onos-SNAPSHOT",
|
||||
"repo": "https://oss.sonatype.org/content/repositories/snapshots"
|
||||
},
|
||||
"onos-atomix": "mvn:org.onosproject:atomix:1.0.0.onos",
|
||||
"catalyst-buffer": "mvn:io.atomix.catalyst:catalyst-buffer:1.0.4",
|
||||
"catalyst-common": "mvn:io.atomix.catalyst:catalyst-common:1.0.4",
|
||||
"catalyst-local": "mvn:io.atomix.catalyst:catalyst-local:1.0.4",
|
||||
|
@ -29,7 +29,7 @@
|
||||
<groupId>org.onosproject</groupId>
|
||||
<artifactId>atomix</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<version>1.0.onos-SNAPSHOT</version>
|
||||
<version>1.0.0.onos</version>
|
||||
|
||||
<description>Atomix shaded OSGi JAR</description>
|
||||
<url>http://onosproject.org/</url>
|
||||
|
Loading…
x
Reference in New Issue
Block a user