Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 10, 2024
1 parent 0809253 commit 8b143a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
VERSION = "2.2.0-SNAPSHOT"
VERSION = "2.2.0"
)

const (
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>cli</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>DAISY Pipeline 2 :: Command Line Interface</name>
<description>Command Line Interface for the DAISY Pipeline 2.</description>
Expand Down Expand Up @@ -101,4 +101,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v2.2.0</tag>
</scm>
</project>

0 comments on commit 8b143a1

Please sign in to comment.