Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Adding version 0.10.5 (#18)
Browse files Browse the repository at this point in the history
* Adding version 0.10.5

* Fix new modules

* Add missing Arrow modules
  • Loading branch information
rachelcarmena committed Apr 2, 2020
1 parent a78aa55 commit 31ee0d2
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ lib/kotlin-plugin/Kotlin
/kotlin.web.demo.frontend/static/index.js
build
.gradle
package-lock.json
package-lock.json
.idea
61 changes: 34 additions & 27 deletions arrow/0.10.5-SNAPSHOT/build.gradle → arrow/0.10.5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,38 @@ repositories {
}

dependencies {
library group: 'io.arrow-kt', name: 'arrow-ank', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ank-gradle', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-annotations', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-aql', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-core', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-core-data', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-free', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-free-data', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-mtl', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-reactor', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-rx2', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-generic', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-integration-retrofit-adapter', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-kindedj', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-mtl', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-mtl-data', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-optics', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-optics-mtl', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-recursion', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-recursion-data', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-reflect', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-streams', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-syntax', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ui', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ui-data', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-validation', version: '0.10.5-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ank', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-ank-gradle', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-annotations', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-aql', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-core', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-core-data', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-core-test', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-free', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-free-data', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx-kotlinx-coroutines', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx-mtl', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx-reactor', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx-rx2', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-fx-test', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-generic', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-incubator-test', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-integrations-jackson-module', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-integrations-retrofit-adapter', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-kindedj', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-meta', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-mtl', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-mtl-data', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-optics', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-optics-mtl', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-optics-test', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-recursion', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-recursion-data', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-reflect', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-streams', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-syntax', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-ui', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-ui-data', version: '0.10.5'
library group: 'io.arrow-kt', name: 'arrow-validation', version: '0.10.5'
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

arrowVersion=0.10.5-SNAPSHOT
arrowVersion=0.10.5
56 changes: 56 additions & 0 deletions arrow/0.11.0-SNAPSHOT/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*
* Copyright 2000-2019 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

repositories {
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local/" }
}

dependencies {
library group: 'io.arrow-kt', name: 'arrow-ank', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ank-gradle', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-annotations', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-aql', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-core', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-core-data', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-core-test', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-free', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-free-data', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-kotlinx-coroutines', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-mtl', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-reactor', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-rx2', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-fx-test', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-generic', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-incubator-test', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-integrations-jackson-module', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-integrations-retrofit-adapter', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-kindedj', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-meta', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-mtl', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-mtl-data', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-optics', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-optics-mtl', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-optics-test', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-recursion', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-recursion-data', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-reflect', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-streams', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-syntax', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ui', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-ui-data', version: '0.11.0-SNAPSHOT'
library group: 'io.arrow-kt', name: 'arrow-validation', version: '0.11.0-SNAPSHOT'
}
17 changes: 17 additions & 0 deletions arrow/0.11.0-SNAPSHOT/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# Copyright 2000-2019 JetBrains s.r.o.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

arrowVersion=0.11.0-SNAPSHOT
14 changes: 12 additions & 2 deletions arrow/src/main/resources/arrow-versions-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,25 @@
"1.2.71",
"1.3.41",
"1.3.50"
]
},
{
"version": "0.10.5",
"supportedKotlinVersions": [
"1.2.71",
"1.3.41",
"1.3.50",
"1.3.61"
],
"latestStable": true
},
{
"version": "0.10.5-SNAPSHOT",
"version": "0.11.0-SNAPSHOT",
"supportedKotlinVersions": [
"1.2.71",
"1.3.41",
"1.3.50"
"1.3.50",
"1.3.61"
],
"latest": true
}
Expand Down

0 comments on commit 31ee0d2

Please sign in to comment.