We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634be2b commit 770c19cCopy full SHA for 770c19c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.example</groupId>
6
<artifactId>ChatToHttp</artifactId>
7
- <version>1.3.5</version>
+ <version>1.3.6</version>
8
9
<properties>
10
<maven.compiler.source>21</maven.compiler.source>
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: ChatToHttp
2
-version: '${project.version}'
+version: ${project.version}
3
folia-supported: true
main: com.example.chattohttp.ChatToHttpPlugin
api-version: 1.21
0 commit comments