We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759bed1 commit c9fc1ebCopy full SHA for c9fc1eb
cli/cli.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
const (
17
- VERSION = "2.3.0-SNAPSHOT"
+ VERSION = "2.3.0"
18
19
20
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>org.daisy.pipeline</groupId>
<artifactId>cli</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
<packaging>pom</packaging>
<name>DAISY Pipeline 2 :: Command Line Interface</name>
<description>Command Line Interface for the DAISY Pipeline 2.</description>
@@ -101,4 +101,8 @@
101
</plugin>
102
</plugins>
103
</build>
104
+
105
+ <scm>
106
+ <tag>v2.3.0</tag>
107
+ </scm>
108
</project>
0 commit comments