Skip to content

Commit ee46851

Browse files
[maven-release-plugin] prepare release v2.3.3
1 parent 23019a4 commit ee46851

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

component/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi-io-http-parent</artifactId>
2020
<groupId>io.siddhi.extension.io.http</groupId>
21-
<version>2.3.3-SNAPSHOT</version>
21+
<version>2.3.3</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

coverage-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>siddhi-io-http-parent</artifactId>
2323
<groupId>io.siddhi.extension.io.http</groupId>
24-
<version>2.3.3-SNAPSHOT</version>
24+
<version>2.3.3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<url>https://github.com/siddhi-io/siddhi-io-http.git</url>
2828
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-io-http.git
2929
</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v2.3.3</tag>
3131
</scm>
3232
<modules>
3333
<module>component</module>
3434
<module>coverage-report</module>
3535
</modules>
3636
<groupId>io.siddhi.extension.io.http</groupId>
3737
<artifactId>siddhi-io-http-parent</artifactId>
38-
<version>2.3.3-SNAPSHOT</version>
38+
<version>2.3.3</version>
3939
<name>Siddhi IO Extension - HTTP IO Aggregator</name>
4040
<url>http://wso2.org</url>
4141
<profiles>

0 commit comments

Comments
 (0)