Skip to content

Commit c9fc1eb

Browse files
committed
[maven-release-plugin] prepare release v2.3.0
1 parent 759bed1 commit c9fc1eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
const (
17-
VERSION = "2.3.0-SNAPSHOT"
17+
VERSION = "2.3.0"
1818
)
1919

2020
const (

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.daisy.pipeline</groupId>
1414
<artifactId>cli</artifactId>
15-
<version>2.3.0-SNAPSHOT</version>
15+
<version>2.3.0</version>
1616
<packaging>pom</packaging>
1717
<name>DAISY Pipeline 2 :: Command Line Interface</name>
1818
<description>Command Line Interface for the DAISY Pipeline 2.</description>
@@ -101,4 +101,8 @@
101101
</plugin>
102102
</plugins>
103103
</build>
104+
105+
<scm>
106+
<tag>v2.3.0</tag>
107+
</scm>
104108
</project>

0 commit comments

Comments
 (0)