We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fa64d commit 3b334d6Copy full SHA for 3b334d6
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>io.github.ardoco.core</groupId>
6
<artifactId>parent</artifactId>
7
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
8
</parent>
9
<groupId>io.github.ardoco.id</groupId>
10
<artifactId>parent-id</artifactId>
@@ -68,7 +68,7 @@
68
</distributionManagement>
69
70
<properties>
71
- <revision>1.0.0-SNAPSHOT</revision>
+ <revision>1.0.0</revision>
72
<ardoco.version>${revision}</ardoco.version>
73
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
74
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments