Skip to content

Commit fe25831

Browse files
authored
Merge pull request #945 from minudika/master
Prepare for 4.4.0-beta2 release
2 parents 86d5d14 + 9194444 commit fe25831

File tree

28 files changed

+42
-33
lines changed

28 files changed

+42
-33
lines changed

modules/distribution/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.sp</groupId>
2424
<artifactId>org.wso2.carbon.sp.parent</artifactId>
25-
<version>4.4.1-beta-SNAPSHOT</version>
25+
<version>4.4.0-beta2-SNAPSHOT</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

@@ -750,6 +750,12 @@
750750
<version>${siddhi.store.elasticsearch.version}</version>
751751
<type>jar</type>
752752
</artifactItem>
753+
<artifactItem>
754+
<groupId>org.wso2.extension.siddhi.store.influxdb</groupId>
755+
<artifactId>siddhi-store-influxdb</artifactId>
756+
<version>${siddhi.store.influxdb.version}</version>
757+
<type>jar</type>
758+
</artifactItem>
753759
<artifactItem>
754760
<groupId>org.wso2.extension.siddhi.io.sqs</groupId>
755761
<artifactId>siddhi-io-sqs</artifactId>

modules/integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>org.wso2.carbon.sp.parent</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

modules/performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>org.wso2.carbon.sp.parent</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/artifacts/PublishEventsToFile/PublishEventsToFile.siddhi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ Testing the Sample:
3535
9) Send event
3636

3737
Viewing the Results:
38-
Navigate to the path defined by file.uri ({WSO2SPHome}/samples/artifacts/0038/files/sink), where you can see a .txt file named after the event (e.g., toffees.txt) and open it. You can see the data events that you sent:
38+
Navigate to the path defined by file.uri ({WSO2SPHome}/samples/artifacts/0038/files/sink),
39+
where you can see a .txt file named after the event (e.g., toffees.txt) and open it.
40+
You can see the data events that you sent:
3941
{"event":{"name":"toffees","amount":66.71}}
4042
{"event":{"name":"toffees","amount":200.0}}
4143
*/
4244

4345
define stream SweetProductionStream (name string, amount double);
4446

45-
@sink(type='file', @map(type='json'), file.uri='{WSO2SPHome}/samples/artifacts/0038/files/sink/{{name}}.txt')
47+
@sink(type='file', @map(type='json'), file.uri='{WSO2SPHome}/samples/artifacts/PublishEventsToFile/files/sink/{{name}}.txt')
4648
define stream LowProductionAlertStream (name string, amount double);
4749

4850
@info(name='query1')

modules/samples/sample-clients/apim-event-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>sample-clients</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/sample-clients/ei-analytics-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>sample-clients</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/sample-clients/http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>sample-clients</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/sample-clients/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>sample-clients</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/sample-clients/is-analytics-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.sp</groupId>
2222
<artifactId>sample-clients</artifactId>
23-
<version>4.4.1-beta-SNAPSHOT</version>
23+
<version>4.4.0-beta2-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

modules/samples/sample-clients/jms-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.sp</groupId>
2323
<artifactId>sample-clients</artifactId>
24-
<version>4.4.1-beta-SNAPSHOT</version>
24+
<version>4.4.0-beta2-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)