Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions docs/developer-guide/plugin/api-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,15 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者

```groovy
repositories {
// TODO Remove this repository once the new version is released
maven {
name = 'Central Portal Snapshots'
url = 'https://central.sonatype.com/repository/maven-snapshots/'

// Only search this repository for the specific dependency
content {
includeGroupAndSubgroups('run.halo')
}
}
mavenCentral()
}

dependencies {
// TODO Change to a released version once available
implementation platform('run.halo.tools.platform:plugin:2.23.0-SNAPSHOT')
implementation platform('run.halo.tools.platform:plugin:2.23.0')
}

halo {
version = '2.23.0-beta.2'
version = '2.23.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,15 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者

```groovy
repositories {
// TODO Remove this repository once the new version is released
maven {
name = 'Central Portal Snapshots'
url = 'https://central.sonatype.com/repository/maven-snapshots/'

// Only search this repository for the specific dependency
content {
includeGroupAndSubgroups('run.halo')
}
}
mavenCentral()
}

dependencies {
// TODO Change to a released version once available
implementation platform('run.halo.tools.platform:plugin:2.23.0-SNAPSHOT')
implementation platform('run.halo.tools.platform:plugin:2.23.0')
}

halo {
version = '2.23.0-beta.2'
version = '2.23.0'
}
```

Expand Down
Loading