Skip to content

Commit 618a946

Browse files
authored
Merge pull request #158 from SeeSharpSoft/master
Release 2.7.1
2 parents 9752a22 + beb35df commit 618a946

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- IDEA_VERSION=IC-2016.3.2 GRAMMAR_KIT_VERSION=1.4.3
77
- IDEA_VERSION=IC-2017.3.2 GRAMMAR_KIT_VERSION=2017.1.2
88
- IDEA_VERSION=IC-2018.3.2 GRAMMAR_KIT_VERSION=2017.1.7
9-
- IDEA_VERSION=IC-2019.2.2 GRAMMAR_KIT_VERSION=2017.1.7
9+
- IDEA_VERSION=IC-2019.2.3 GRAMMAR_KIT_VERSION=2017.1.7
1010
# - IDEA_VERSION=PC-LATEST-EAP-SNAPSHOT GRAMMAR_KIT_VERSION=07f30a1e7666f36ae780f614b6bbc89690ba36c3
1111

1212
script: xvfb-run gradle check

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.7.1
2+
Sep 26, 2019
3+
4+
Support for IDE v192.*
5+
16
2.7.0
27
Sep 16, 2019
38

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jacocoTestReport {
2424
}
2525

2626
group 'net.seesharpsoft.intellij.plugins'
27-
version pluginVersion
27+
version '2.7.1'
2828

2929
apply plugin: 'java'
3030
sourceCompatibility = javaVersion
@@ -71,7 +71,7 @@ idea {
7171
apply plugin: 'org.jetbrains.intellij'
7272
intellij {
7373
// IDE version - https://www.jetbrains.com/intellij-repository/releases
74-
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-191.5701.16')
74+
version = System.getenv().getOrDefault('IDEA_VERSION', 'IC-192.6817.14')
7575
pluginName = 'CSV Plugin'
7676
instrumentCode = true
7777
updateSinceUntilBuild = false

gradle.properties

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

55
name='CSV Plugin'
6-
pluginVersion=2.7.0
76
javaVersion=1.8
87
javaTargetVersion=1.8
9-
downloadIntellijSources=false

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FIX: enter edit mode via keyboard (e.g. ENTER key in cell)
5353
</change-notes>
5454

5555
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
56-
<idea-version since-build="163.10154" until-build="192.6603.28"/>
56+
<idea-version since-build="163.10154" until-build="192.*"/>
5757

5858
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
5959
on how to target different products -->

0 commit comments

Comments
 (0)