Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 7dcf47e

Browse files
committed
Upgrade to ES 7.6.2
1 parent 78f3e40 commit 7dcf47e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
// This plugin's version (typically must match that of ES).
3-
version = '7.6.0.1'
3+
version = '7.6.2'
44
group = 'org.carrot2'
55

66
buildscript {
77
ext {
8-
version_es = '7.6.0'
9-
version_c2 = 'org.carrot2:carrot2-core:4.0.1-SNAPSHOT'
8+
version_es = '7.6.2'
9+
version_c2 = 'org.carrot2:carrot2-core:4.0.1'
1010
}
1111

1212
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)