Skip to content

Commit 77501f9

Browse files
committed
rename
1 parent 6433374 commit 77501f9

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pull_request_rules:
1414
- "author=renovate[bot]"
1515
actions:
1616
assign:
17-
users: ["@bitlap/intellij-sbt-dependency-analyzer"]
17+
users: ["@bitlap/sbt-dependency-analyzer"]
1818
label:
1919
add: ["type: dependencies"]
2020

README-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<img src="./logo.svg" width="250" height="150" alt="Sbt Dependency Analyzer Logo" align="right" />
44

5-
[![Build Status](https://github.com/bitlap/intellij-sbt-dependency-analyzer/actions/workflows/ScalaCI.yml/badge.svg)](https://github.com/bitlap/intellij-sbt-dependency-analyzer/actions/workflows/ScalaCI.yml)
5+
[![Build Status](https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml/badge.svg)](https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml)
66
[![Plugin Version](https://img.shields.io/jetbrains/plugin/v/22427-sbt-dependency-analyzer?label=Version)](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer/versions)
77
[![Plugin Downloads](https://img.shields.io/jetbrains/plugin/d/22427?label=Downloads)](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer)
88

99
[English](README.md) | 中文
1010

11-
**⭐ 觉得这个插件有用?请在 [GitHub](https://github.com/bitlap/intellij-sbt-dependency-analyzer) 上给它一个 Star 以示支持!**
11+
**⭐ 觉得这个插件有用?请在 [GitHub](https://github.com/bitlap/sbt-dependency-analyzer) 上给它一个 Star 以示支持!**
1212

1313
## 🚀 概述
1414

@@ -76,7 +76,7 @@ IntelliJ IDEA 版 Sbt 依赖分析器插件提供了强大的可视化工具,
7676

7777
## 🤝 贡献
7878

79-
欢迎贡献!请随时在 [GitHub](https://github.com/bitlap/intellij-sbt-dependency-analyzer) 上提交问题、功能请求或拉取请求。
79+
欢迎贡献!请随时在 [GitHub](https://github.com/bitlap/sbt-dependency-analyzer) 上提交问题、功能请求或拉取请求。
8080

8181
## 🙏 致谢
8282

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<img src="./logo.svg" width="250" height="150" alt="Sbt Dependency Analyzer Logo" align="right" />
44

5-
[![Build Status](https://github.com/bitlap/intellij-sbt-dependency-analyzer/actions/workflows/ScalaCI.yml/badge.svg)](https://github.com/bitlap/intellij-sbt-dependency-analyzer/actions/workflows/ScalaCI.yml)
5+
[![Build Status](https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml/badge.svg)](https://github.com/bitlap/sbt-dependency-analyzer/actions/workflows/ScalaCI.yml)
66
[![Plugin Version](https://img.shields.io/jetbrains/plugin/v/22427-sbt-dependency-analyzer?label=Version)](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer/versions)
77
[![Plugin Downloads](https://img.shields.io/jetbrains/plugin/d/22427?label=Downloads)](https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer)
88

99
English | [中文](README-CN.md)
1010

11-
**⭐ Found this plugin useful? Please give it a Star on [GitHub](https://github.com/bitlap/intellij-sbt-dependency-analyzer) to show your support!**
11+
**⭐ Found this plugin useful? Please give it a Star on [GitHub](https://github.com/bitlap/sbt-dependency-analyzer) to show your support!**
1212

1313
## 🚀 Overview
1414

@@ -77,7 +77,7 @@ The plugin may fail to correctly parse inter-module dependencies if it cannot de
7777

7878
## 🤝 Contributing
7979

80-
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on [GitHub](https://github.com/bitlap/intellij-sbt-dependency-analyzer).
80+
Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests on [GitHub](https://github.com/bitlap/sbt-dependency-analyzer).
8181

8282
## 🙏 Acknowledgments
8383

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ThisBuild / version := pluginVersion
1919

2020
inThisBuild(
2121
List(
22-
homepage := Some(url("https://github.com/bitlap/intellij-sbt-dependency-analyzer")),
22+
homepage := Some(url("https://github.com/bitlap/sbt-dependency-analyzer")),
2323
developers := List(
2424
Developer(
2525
id = "jxnu-liguobin",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Sbt Dependency Analyzer</name>
55
<!-- will be added by sbt plugin build -->
66
<version>0.8.0-252.25557.131</version>
7-
<vendor url="https://github.com/bitlap/intellij-sbt-dependency-analyzer" email="[email protected]">Bitlap
7+
<vendor url="https://github.com/bitlap/sbt-dependency-analyzer" email="[email protected]">Bitlap
88
</vendor>
99
<!-- please see https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html for description -->
1010
<!-- old version support, see branch idea231.x -->
@@ -113,8 +113,8 @@
113113
<description>
114114
<![CDATA[
115115
<h1>Sbt Dependency Analyzer for IntelliJ IDEA</h1>
116-
<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">GitHub</a> |
117-
<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer/issues">Issues</a>
116+
<a href="https://github.com/bitlap/sbt-dependency-analyzer">GitHub</a> |
117+
<a href="https://github.com/bitlap/sbt-dependency-analyzer/issues">Issues</a>
118118
<br/>
119119
<br/>
120120
Adds support for the Scala's sbt. The following features are available for free with IntelliJ IDEA:
@@ -132,7 +132,7 @@
132132
</ul>
133133
</ul>
134134
<br/>
135-
Visit <a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">GitHub</a> for instructions on how to properly use this plugin!</br>
135+
Visit <a href="https://github.com/bitlap/sbt-dependency-analyzer">GitHub</a> for instructions on how to properly use this plugin!</br>
136136
]]>
137137
</description>
138138

src/main/resources/messages/SbtDependencyAnalyzerBundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ analyzer.notification.updated.failure.title=Load Failed
1515
analyzer.notification.updated.failure.text=Open in Browser↗
1616
analyzer.notification.updated.title={0} Updated to v{1}
1717
analyzer.notification.updated.text=Thanks for downloading \
18-
<b><a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19-
<div style="{0}">Change notes (<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer/releases/tag/v{2}">Release notes</a>):</div> \
18+
<b><a href="https://github.com/bitlap/sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19+
<div style="{0}">Change notes (<a href="https://github.com/bitlap/sbt-dependency-analyzer/releases/tag/v{2}">Release notes</a>):</div> \
2020
<div style="margin: 2px 0">{1}</div>
2121
analyzer.notification.updated.gotoBrowser=View Details↗
2222
analyzer.refresh.dependencies.text=Refresh Dependencies

src/main/resources/messages/SbtDependencyAnalyzerBundle_de.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ analyzer.notification.updated.failure.title=Laden fehlgeschlagen!
1515
analyzer.notification.updated.failure.text=Im Browser öffnen↗
1616
analyzer.notification.updated.title=Das {0}-Plugin wurde auf v{1} aktualisiert
1717
analyzer.notification.updated.text=Vielen Dank für den Download von \
18-
<b><a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19-
<div style="{0}">Was ist neu (<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer/releases/tag/v{2}">Release Notes</a>):</div> \
18+
<b><a href="https://github.com/bitlap/sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19+
<div style="{0}">Was ist neu (<a href="https://github.com/bitlap/sbt-dependency-analyzer/releases/tag/v{2}">Release Notes</a>):</div> \
2020
<div style="margin: 2px 0">{1}</div>
2121
analyzer.notification.updated.gotoBrowser=Ansehen↗
2222
analyzer.refresh.dependencies.text=Abhängigkeiten aktualisieren

src/main/resources/messages/SbtDependencyAnalyzerBundle_ja.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ analyzer.notification.updated.failure.title=読み込みに失敗しました
1515
analyzer.notification.updated.failure.text=ブラウザで開く↗
1616
analyzer.notification.updated.title={0} プラグインが v{1} に更新されました
1717
analyzer.notification.updated.text=ダウンロードいただきありがとうございます \
18-
<b><a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19-
<div style="{0}">更新内容(<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer/releases/tag/v{2}">リリースノート</a>:</div> \
18+
<b><a href="https://github.com/bitlap/sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19+
<div style="{0}">更新内容(<a href="https://github.com/bitlap/sbt-dependency-analyzer/releases/tag/v{2}">リリースノート</a>:</div> \
2020
<div style="margin: 2px 0">{1}</div>
2121
analyzer.notification.updated.gotoBrowser=詳細を見る↗
2222
analyzer.refresh.dependencies.text=依存関係を更新

src/main/resources/messages/SbtDependencyAnalyzerBundle_ko.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ analyzer.notification.updated.failure.title=로드 실패!
1515
analyzer.notification.updated.failure.text=브라우저에서 열기↗
1616
analyzer.notification.updated.title={0} 플러그인이 v{1}(으)로 업데이트됨
1717
analyzer.notification.updated.text=다운로드해 주셔서 감사합니다 \
18-
<b><a href=\"https://github.com/bitlap/intellij-sbt-dependency-analyzer\">Sbt Dependency Analyzer</a></b>! \
19-
<div style=\"{0}\">업데이트 설명 (<a href=\"https://github.com/bitlap/intellij-sbt-dependency-analyzer/releases/tag/v{2}\">릴리스 노트</a>):</div> \
18+
<b><a href=\"https://github.com/bitlap/sbt-dependency-analyzer\">Sbt Dependency Analyzer</a></b>! \
19+
<div style=\"{0}\">업데이트 설명 (<a href=\"https://github.com/bitlap/sbt-dependency-analyzer/releases/tag/v{2}\">릴리스 노트</a>):</div> \
2020
<div style=\"margin: 2px 0\">{1}</div>
2121
analyzer.notification.updated.gotoBrowser=확인하러 가기↗
2222
analyzer.refresh.dependencies.text=의존성 새로 고침

src/main/resources/messages/SbtDependencyAnalyzerBundle_zh_CN.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ analyzer.notification.updated.failure.title=加载失败!
1515
analyzer.notification.updated.failure.text=在浏览器中打开↗
1616
analyzer.notification.updated.title={0} 插件已更新至 v{1}
1717
analyzer.notification.updated.text=感谢下载 \
18-
<b><a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19-
<div style="{0}">更新说明 (<a href="https://github.com/bitlap/intellij-sbt-dependency-analyzer/releases/tag/v{2}">发布说明</a>):</div> \
18+
<b><a href="https://github.com/bitlap/sbt-dependency-analyzer">Sbt Dependency Analyzer</a></b>! \
19+
<div style="{0}">更新说明 (<a href="https://github.com/bitlap/sbt-dependency-analyzer/releases/tag/v{2}">发布说明</a>):</div> \
2020
<div style="margin: 2px 0">{1}</div>
2121
analyzer.notification.updated.gotoBrowser=前往查看↗
2222
analyzer.refresh.dependencies.text=刷新依赖项

0 commit comments

Comments
 (0)