Skip to content

Commit 996db99

Browse files
[WSO2 Release] [Jenkins #312] [Release 2.0.7] prepare release v2.0.7
1 parent 1d01144 commit 996db99

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

component/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.7-SNAPSHOT</version>
21+
<version>2.0.7</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.7-SNAPSHOT</version>
24+
<version>2.0.7</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<url>https://github.com/wso2-extensions/siddhi-io-http.git</url>
2828
<developerConnection>scm:git:https://github.com/wso2-extensions/siddhi-io-http.git
2929
</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v2.0.7</tag>
3131
</scm>
3232
<modules>
3333
<module>component</module>
@@ -36,7 +36,7 @@
3636
</modules>
3737
<groupId>io.siddhi.extension.io.http</groupId>
3838
<artifactId>siddhi-io-http-parent</artifactId>
39-
<version>2.0.7-SNAPSHOT</version>
39+
<version>2.0.7</version>
4040
<name>WSO2 Siddhi IO Extension - HTTP IO Aggregator Pom</name>
4141
<url>http://wso2.org</url>
4242
<profiles>

tests/distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi-io-http-tests</artifactId>
2020
<groupId>io.siddhi.extension.io.http</groupId>
21-
<version>2.0.7-SNAPSHOT</version>
21+
<version>2.0.7</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

tests/osgi-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siddhi-io-http-tests</artifactId>
2121
<groupId>io.siddhi.extension.io.http</groupId>
22-
<version>2.0.7-SNAPSHOT</version>
22+
<version>2.0.7</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.7-SNAPSHOT</version>
21+
<version>2.0.7</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)