We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f92899 commit 2c0314bCopy full SHA for 2c0314b
build.gradle
@@ -6,7 +6,6 @@ plugins {
6
}
7
8
group 'run.halo.sitemap'
9
-version '0.0.1-SNAPSHOT'
10
sourceCompatibility = JavaVersion.VERSION_17
11
12
repositories {
gradle.properties
@@ -0,0 +1 @@
1
+version=1.0.0-SNAPSHOT
src/main/resources/plugin.yaml
@@ -4,7 +4,7 @@ metadata:
4
name: PluginSitemap
5
spec:
enabled: true
- version: 1.0.0.alpha.1
+ version: 1.0.0.alpha.2
requires: ">=2.0.0-beta.2"
author: halo-dev
logo: https://halo.run/logo
0 commit comments