Skip to content

Commit 76c4916

Browse files
[maven-release-plugin] prepare release v2.0.3
1 parent 4304c26 commit 76c4916

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>siddhi-io-file-parent</artifactId>
2424
<groupId>io.siddhi.extension.io.file</groupId>
25-
<version>2.0.3-SNAPSHOT</version>
25+
<version>2.0.3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.siddhi.extension.io.file</groupId>
3333
<artifactId>siddhi-io-file-parent</artifactId>
34-
<version>2.0.3-SNAPSHOT</version>
34+
<version>2.0.3</version>
3535
<name>Siddhi io file extension</name>
3636

3737
<profiles>
@@ -51,7 +51,7 @@
5151
<url>https://github.com/siddhi-io/siddhi-io-file.git</url>
5252
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-io-file.git
5353
</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>v2.0.3</tag>
5555
</scm>
5656

5757
<dependencyManagement>

0 commit comments

Comments
 (0)