Skip to content

Commit

Permalink
Update ide-plugins-common version and release-notes (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbelity authored Jun 15, 2020
1 parent dd78705 commit 86a4600
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}

dependencies {
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '1.3.x-SNAPSHOT'
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '1.3.1'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
}

Expand Down
9 changes: 5 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

<change-notes>
<![CDATA[
<li> Support Go projects.</li>
<li> Store credentials in Password Safe.</li>
<li> Grade - Improve inspections.</li>
<li> Npm - Trigger dependency scan on package-lock.json change.</li>
<li> Support WebStorm and GoLand IDEs.</li>
<li> Allow initializing connection details to Xray using environment variables.</li>
<li> Persist issues and licenses view filters.</li>
<li> Enable navigation from issues-tree components to the project's descriptor.</li>
<li> Allow exclusion of transitive Maven dependencies from the issues-tree.</li>
]]>
</change-notes>

Expand Down

0 comments on commit 86a4600

Please sign in to comment.