diff --git a/README.md b/README.md index b5deee944..858b802f0 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Inside your `Package.swift` file, add the following ```swift dependencies: [ .package( - url: "git@github.com:git@github.com:hyperledger/identus-apollo.git", + url: "git@github.com:hyperledger/identus-apollo.git", from: "" ) ] diff --git a/build.gradle.kts b/build.gradle.kts index e76ddef7d..88f358a18 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -124,7 +124,7 @@ allprojects { } } scm { - connection.set("scm:git:git://git@github.com:hyperledger/identus-apollo.git") + connection.set("scm:git://git@github.com:hyperledger/identus-apollo.git") developerConnection.set("scm:git:ssh://git@github.com:hyperledger/identus-apollo.git") url.set("https://github.com/hyperledger/identus-apollo") } diff --git a/gradle.properties b/gradle.properties index 528c603ed..e319ae266 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.3.5 +version = 1.3.6 org.gradle.jvmargs = -Xmx3072M -Dkotlin.daemon.jvm.options="-Xmx3072M" kotlin.code.style = official android.useAndroidX = true diff --git a/iOSLibs/IOHKAES/IOHKAES.podspec b/iOSLibs/IOHKAES/IOHKAES.podspec index d454c5a07..ff845de12 100644 --- a/iOSLibs/IOHKAES/IOHKAES.podspec +++ b/iOSLibs/IOHKAES/IOHKAES.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec index f71ba533d..8c2968030 100644 --- a/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec +++ b/iOSLibs/IOHKCryptoKit/IOHKCryptoKit.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Gonçalo Frade' => 'goncalo.frade@iohk.io' } - s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' diff --git a/iOSLibs/IOHKRSA/IOHKRSA.podspec b/iOSLibs/IOHKRSA/IOHKRSA.podspec index efbfb35df..11a1fef13 100644 --- a/iOSLibs/IOHKRSA/IOHKRSA.podspec +++ b/iOSLibs/IOHKRSA/IOHKRSA.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec index be5974ea7..6f8709524 100644 --- a/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec +++ b/iOSLibs/IOHKSecureRandomGeneration/IOHKSecureRandomGeneration.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/input-output-hk/atala-prism-apollo' s.author = { 'Ahmed Moussa' => 'moussa.ahmed95@gmail.com' } - s.source = { :git => 'git+https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/hyperledger/identus-apollo.git', :tag => s.version.to_s } s.swift_version = '5.7' s.cocoapods_version = '>= 1.10.0' # s.social_media_url = 'https://twitter.com/' diff --git a/jajaj b/jajaj deleted file mode 100644 index 38d6fe6ba..000000000 --- a/jajaj +++ /dev/null @@ -1 +0,0 @@ -Signed-off-by: Javier Ribó diff --git a/package.json b/package.json index bfd4d1e43..e70e61dbe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+git+https://github.com/hyperledger/identus-apollo.git" + "url": "https://github.com/hyperledger/identus-apollo.git" }, "author": "IOG", "license": "ISC",