Skip to content

Commit

Permalink
Bump Siddhi vertion to 4.4.8 and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
this committed Feb 15, 2019
1 parent 1c50457 commit 9c2eacd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.extension.siddhi.script.js</groupId>
<artifactId>siddhi-script-js-parent</artifactId>
<version>4.0.18-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/latest.md
@@ -1,4 +1,4 @@
# API Docs - v4.0.17
# API Docs - v4.1.0-SNAPSHOT

## Script

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wso2.extension.siddhi.script.js</groupId>
<artifactId>siddhi-script-js-parent</artifactId>
<version>4.0.18-SNAPSHOT</version>
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Siddhi Script Extension - JS Aggregator Pom</name>

Expand All @@ -44,7 +44,7 @@
</profiles>

<properties>
<siddhi.version>4.2.17</siddhi.version>
<siddhi.version>4.4.8</siddhi.version>
<scala.version>2.12.0</scala.version>
<scalascriptengine.version>1.3.11</scalascriptengine.version>
<testng.version>6.8</testng.version>
Expand Down

0 comments on commit 9c2eacd

Please sign in to comment.