Skip to content

Commit 0f63e3f

Browse files
[WSO2 Release] [Jenkins #206] [Release 2.0.2] prepare release v2.0.2
1 parent db73297 commit 0f63e3f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

component/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.siddhi.extension.store.mongodb</groupId>
2626
<artifactId>siddhi-store-mongodb-parent</artifactId>
27-
<version>2.0.2-SNAPSHOT</version>
27+
<version>2.0.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<packaging>bundle</packaging>

coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>siddhi-store-mongodb-parent</artifactId>
55
<groupId>io.siddhi.extension.store.mongodb</groupId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

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

2727
<groupId>io.siddhi.extension.store.mongodb</groupId>
2828
<artifactId>siddhi-store-mongodb-parent</artifactId>
29-
<version>2.0.2-SNAPSHOT</version>
29+
<version>2.0.2</version>
3030
<packaging>pom</packaging>
3131
<name>WSO2 Siddhi Store Mongodb Extension Parent</name>
3232
<url>https://github.com/siddhi-io/siddhi-store-mongodb</url>
@@ -63,7 +63,7 @@
6363
<connection>scm:git:https://github.com/siddhi-io/siddhi-store-mongodb.git</connection>
6464
<url>https://github.com/siddhi-io/siddhi-store-mongodb.git</url>
6565
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-store-mongodb.git</developerConnection>
66-
<tag>HEAD</tag>
66+
<tag>v2.0.2</tag>
6767
</scm>
6868

6969
<dependencyManagement>

0 commit comments

Comments
 (0)