This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.github.ben-manes.versions' version ' 0.28.0'
3
- id ' com.github.breadmoirai.github-release' version ' 2.2.12'
4
- id ' com.jfrog.bintray' version ' 1.8.5'
2
+ id ' org.springframework.boot' version ' 2.3.0.RELEASE'
5
3
id ' io.spring.dependency-management' version ' 1.0.9.RELEASE'
6
4
id ' java'
7
5
id ' java-library'
8
6
id ' maven-publish'
7
+ id ' com.github.ben-manes.versions' version ' 0.28.0'
8
+ id ' com.github.breadmoirai.github-release' version ' 2.2.12'
9
+ id ' com.jfrog.bintray' version ' 1.8.5'
9
10
id ' net.researchgate.release' version ' 2.8.1'
10
- id ' org.springframework.boot' version ' 2.2.6.RELEASE'
11
11
}
12
12
13
13
group = ' com.redislabs'
32
32
dependencies {
33
33
implementation ' org.springframework.boot:spring-boot-starter'
34
34
implementation ' org.springframework.boot:spring-boot-starter-data-redis-reactive'
35
- api ' com.redislabs:lettusearch:2.1 .0'
35
+ api ' com.redislabs:lettusearch:2.3 .0'
36
36
api ' org.apache.commons:commons-pool2'
37
37
compileOnly ' org.projectlombok:lombok'
38
38
annotationProcessor ' org.projectlombok:lombok'
@@ -49,7 +49,7 @@ bintray {
49
49
publish = true
50
50
pkg {
51
51
repo = ' maven'
52
- name = ' com.redislabs: spring-redisearch'
52
+ name = ' spring-redisearch'
53
53
licenses = [' Apache-2.0' ]
54
54
vcsUrl = ' https://github.com/RediSearch/spring-redisearch.git'
55
55
version {
Original file line number Diff line number Diff line change 1
- version =2.1 .1
1
+ version =2.2 .1
Original file line number Diff line number Diff line change
1
+ # Mon Jun 08 15:51:24 PDT 2020
2
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-all.zip
1
3
distributionBase =GRADLE_USER_HOME
2
4
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments