Charles Chan

Update lib/BUCK to use the latest cord-config

Change-Id: I9e7321e96e4532b9047f93189b8202372178dcd2
Showing 1 changed file with 4 additions and 4 deletions
1 -# ***** This file was auto-generated at Wed Jun 15 22:00:07 PDT 2016. Do not edit this file manually. ***** 1 +# ***** This file was auto-generated at Mon Jun 20 15:04:45 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'],
...@@ -1050,9 +1050,9 @@ remote_jar ( ...@@ -1050,9 +1050,9 @@ remote_jar (
1050 1050
1051 remote_jar ( 1051 remote_jar (
1052 name = 'cord-config', 1052 name = 'cord-config',
1053 - out = 'cord-config-1.0-20160615.190726-9.jar', 1053 + out = 'cord-config-1.0-20160620.212347-19.jar',
1054 - url = 'https://oss.sonatype.org/content/repositories/snapshots/org/opencord/cord-config/1.0-SNAPSHOT/cord-config-1.0-20160615.190726-9.jar', 1054 + url = 'https://oss.sonatype.org/content/repositories/snapshots/org/opencord/cord-config/1.0-SNAPSHOT/cord-config-1.0-20160620.212347-19.jar',
1055 - sha1 = '790bc0cf8ffe3f872370dd197cf225e76d93002d', 1055 + sha1 = '927c44d873fb1a2c64f7bb42f49e3e8e5ca81f87',
1056 maven_coords = 'org.opencord:cord-config:1.0-SNAPSHOT', 1056 maven_coords = 'org.opencord:cord-config:1.0-SNAPSHOT',
1057 visibility = [ 'PUBLIC' ], 1057 visibility = [ 'PUBLIC' ],
1058 ) 1058 )
......