Skip to content

Commit 828c4f3

Browse files
[WSO2 Release] [Jenkins #1777] [Release 5.0.2] prepare release v5.0.2
1 parent b656368 commit 828c4f3

File tree

13 files changed

+15
-16
lines changed

13 files changed

+15
-16
lines changed

coverage-reports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.siddhi</groupId>
2424
<artifactId>siddhi</artifactId>
25-
<version>5.0.2-SNAPSHOT</version>
25+
<version>5.0.2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

modules/siddhi-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.siddhi</groupId>
2424
<artifactId>siddhi</artifactId>
25-
<version>5.0.2-SNAPSHOT</version>
25+
<version>5.0.2</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

modules/siddhi-core/pom.xml

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

2727
</parent>

modules/siddhi-core/siddhi-core-doc-gen/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
~ specific language governing permissions and limitations
1717
~ under the License.
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<parent>
2221
<artifactId>siddhi</artifactId>
2322
<groupId>io.siddhi</groupId>
24-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2524
<relativePath>../../../pom.xml</relativePath>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>

modules/siddhi-doc-gen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siddhi</artifactId>
2222
<groupId>io.siddhi</groupId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

modules/siddhi-feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>siddhi</artifactId>
2424
<groupId>io.siddhi</groupId>
25-
<version>5.0.2-SNAPSHOT</version>
25+
<version>5.0.2</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

modules/siddhi-query-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siddhi</artifactId>
2222
<groupId>io.siddhi</groupId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

modules/siddhi-query-compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siddhi</artifactId>
2222
<groupId>io.siddhi</groupId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

modules/siddhi-samples/performance-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.siddhi</groupId>
2323
<artifactId>siddhi-samples</artifactId>
24-
<version>5.0.2-SNAPSHOT</version>
24+
<version>5.0.2</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>performance-samples</artifactId>

modules/siddhi-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siddhi</artifactId>
2222
<groupId>io.siddhi</groupId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

modules/siddhi-samples/quick-start-samples/pom.xml

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

modules/siddhi-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>siddhi</artifactId>
2222
<groupId>io.siddhi</groupId>
23-
<version>5.0.2-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>io.siddhi</groupId>
2424
<artifactId>siddhi</artifactId>
2525
<packaging>pom</packaging>
26-
<version>5.0.2-SNAPSHOT</version>
26+
<version>5.0.2</version>
2727
<name>Siddhi</name>
2828
<description>Siddhi, Stream Processing and Complex Event Processing Engine</description>
2929

@@ -834,7 +834,7 @@
834834
<url>https://github.com/siddhi-io/siddhi.git</url>
835835
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi.git</developerConnection>
836836
<connection>scm:git:https://github.com/siddhi-io/siddhi.git</connection>
837-
<tag>HEAD</tag>
837+
<tag>v5.0.2</tag>
838838
</scm>
839839

840840
<repositories>

0 commit comments

Comments
 (0)