Skip to content

Commit

Permalink
release: v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 9, 2022
1 parent 9635495 commit 6cfe86f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object P {
const val GROUP = "love.forte.simbot.archetypes"
const val VERSION = "0.0.1"
const val VERSION = "0.0.2"
const val DESCRIPTION = "maven archetypes for building simbot projects"
const val homepage = "https://github.com/simple-robot/simbot-archetypes"
}
6 changes: 3 additions & 3 deletions simbot-maven-kotlin-archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
mvn archetype:generate \
-DarchetypeGroupId="love.forte.simbot.archetypes" \
-DarchetypeArtifactId="simbot-maven-kotlin-archetype" \
-DarchetypeVersion="0.0.1" \
-DarchetypeVersion="0.0.2" \
-DgroupId=<my.groupid> \
-DartifactId=<my-artifactId>
```

替换上述属性 `<my.groupId>``<my-artifactId>` 属性为你新建项目的所需属性,或忽略这几个参数,例如:

```shell
mvn archetype:generate -DarchetypeGroupId="love.forte.simbot.archetypes" -DarchetypeArtifactId="simbot-maven-kotlin-archetype" -DarchetypeVersion="0.0.1"
mvn archetype:generate -DarchetypeGroupId="love.forte.simbot.archetypes" -DarchetypeArtifactId="simbot-maven-kotlin-archetype" -DarchetypeVersion="0.0.2"
```


Expand All @@ -47,7 +47,7 @@ mvn archetype:generate -DarchetypeGroupId="love.forte.simbot.archetypes" -Darche

- **组 ID**: `love.forte.simbot.archetypes`
- **组 ID**: `simbot-maven-kotlin-archetype`
- **版本**: `0.0.1`
- **版本**: `0.0.2`

完成后点击 **添加**

Expand Down
2 changes: 0 additions & 2 deletions simbot-maven-kotlin-archetype/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ plugins {
`simbot-archetypes-archetype-maven-publish`
}

group = "love.forte.simbot.archetypes"
version = "0.0.1"

dependencies {
testApi(kotlin("test"))
Expand Down

0 comments on commit 6cfe86f

Please sign in to comment.