Skip to content

Commit

Permalink
fix: shortened plugin name to just Snyk Security (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi3d authored Mar 13, 2024
1 parent 7706e10 commit 8f48ea5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Snyk Changelog
# Snyk Security Changelog

## [2.7.9]
### Fixed
- fix: shortened plugin name to just Snyk Security

## [2.7.8]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginGroup=io.snyk.intellij
pluginName=Snyk Security - Code, Open Source, Container, IaC Configurations
pluginName=Snyk Security

# for insight into build numbers and IntelliJ Platform versions
# see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<idea-plugin url="snyk.io" require-restart="true">
<id>io.snyk.snyk-intellij-plugin</id>
<name>Snyk Security - Code, Open Source, Container, IaC Configurations</name>
<name>Snyk Security</name>
<vendor url="https://snyk.io">Snyk Ltd.</vendor>

<depends>com.intellij.modules.lang</depends>
Expand Down

0 comments on commit 8f48ea5

Please sign in to comment.