From e017a57772eb477c294d72b25ab9ae38d25539f5 Mon Sep 17 00:00:00 2001 From: Danny Sung Date: Sat, 3 Oct 2020 16:00:48 -0700 Subject: [PATCH] Misc community version (#319) * Update package reference to community versions; update copyright to include community * Update package reference to community versions; update copyright to include community --- Package.swift | 8 ++++---- Package@swift-4.0.swift | 14 +++++++------- Package@swift-4.1.swift | 12 ++++++------ Package@swift-4.2.swift | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Package.swift b/Package.swift index 5e8b134..efc7c52 100644 --- a/Package.swift +++ b/Package.swift @@ -20,9 +20,9 @@ import PackageDescription var dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"), - .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"), - .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"), + .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200") ] var kituraNetDependencies: [Target.Dependency] = [ @@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [ #if os(Linux) dependencies.append(contentsOf: [ - .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200") ]) kituraNetDependencies.append(contentsOf: [ diff --git a/Package@swift-4.0.swift b/Package@swift-4.0.swift index f7a060e..a396192 100644 --- a/Package@swift-4.0.swift +++ b/Package@swift-4.0.swift @@ -2,7 +2,7 @@ // The swift-tools-version declares the minimum version of Swift required to build this package. /** - * Copyright IBM Corporation 2016, 2017 + * Copyright IBM Corporation and the Kitura project authors 2016-2020 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,10 +20,10 @@ import PackageDescription var dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/IBM-Swift/LoggerAPI.git", from: "1.7.3"), - .package(url: "https://github.com/IBM-Swift/BlueSocket.git", from: "1.0.0"), - .package(url: "https://github.com/IBM-Swift/CCurl.git", from: "1.1.0"), - .package(url: "https://github.com/IBM-Swift/BlueSSLService.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"), + .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.200"), + .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200") ] var kituraNetDependencies: [Target.Dependency] = [ @@ -36,8 +36,8 @@ var kituraNetDependencies: [Target.Dependency] = [ #if os(Linux) dependencies.append(contentsOf: [ - .package(url: "https://github.com/IBM-Swift/CEpoll.git", from: "1.0.0"), - .package(url: "https://github.com/IBM-Swift/BlueSignals.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200") ]) kituraNetDependencies.append(contentsOf: [ diff --git a/Package@swift-4.1.swift b/Package@swift-4.1.swift index aea23dc..a396192 100644 --- a/Package@swift-4.1.swift +++ b/Package@swift-4.1.swift @@ -20,10 +20,10 @@ import PackageDescription var dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"), - .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"), - .package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.0"), - .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"), + .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/CCurl.git", from: "1.1.200"), + .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200") ] var kituraNetDependencies: [Target.Dependency] = [ @@ -36,8 +36,8 @@ var kituraNetDependencies: [Target.Dependency] = [ #if os(Linux) dependencies.append(contentsOf: [ - .package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.0"), - .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/CEpoll.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200") ]) kituraNetDependencies.append(contentsOf: [ diff --git a/Package@swift-4.2.swift b/Package@swift-4.2.swift index 4d980d5..40a46f7 100644 --- a/Package@swift-4.2.swift +++ b/Package@swift-4.2.swift @@ -20,9 +20,9 @@ import PackageDescription var dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.7.3"), - .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.0"), - .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/LoggerAPI.git", from: "1.9.200"), + .package(url: "https://github.com/Kitura/BlueSocket.git", from: "1.0.200"), + .package(url: "https://github.com/Kitura/BlueSSLService.git", from: "1.0.200") ] var kituraNetDependencies: [Target.Dependency] = [ @@ -35,7 +35,7 @@ var kituraNetDependencies: [Target.Dependency] = [ #if os(Linux) dependencies.append(contentsOf: [ - .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.0") + .package(url: "https://github.com/Kitura/BlueSignals.git", from: "1.0.200") ]) kituraNetDependencies.append(contentsOf: [