Skip to content

Commit b1abd93

Browse files
committed
[maven-release-plugin] prepare release siddhi-3.0.0-M1
1 parent a9f2465 commit b1abd93

File tree

15 files changed

+31
-61
lines changed

15 files changed

+31
-61
lines changed

modules/siddhi-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
1414
~ specific language governing permissions and limitations under the License.
1515
-->
16-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xmlns="http://maven.apache.org/POM/4.0.0"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917

2018
<parent>
2119
<artifactId>siddhi</artifactId>
2220
<groupId>org.wso2.siddhi</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-M1</version>
2422
<relativePath>../../pom.xml</relativePath>
2523

2624
</parent>

modules/siddhi-extensions/eval-script/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<artifactId>siddhi-extensions</artifactId>
75
<groupId>org.wso2.siddhi</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-M1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/event-table/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<parent>
2523
<groupId>org.wso2.siddhi</groupId>
2624
<artifactId>siddhi-extensions</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</version>
2826
<relativePath>../pom.xml</relativePath>
2927
</parent>
3028
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/geo/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
53
<parent>
64
<artifactId>siddhi-extensions</artifactId>
75
<groupId>org.wso2.siddhi</groupId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-M1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/math/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<parent>
2523
<groupId>org.wso2.siddhi</groupId>
2624
<artifactId>siddhi-extensions</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</version>
2826
<relativePath>../pom.xml</relativePath>
2927
</parent>
3028
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +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"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<parent>
2321
<artifactId>siddhi</artifactId>
2422
<groupId>org.wso2.siddhi</groupId>
25-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0-M1</version>
2624
<relativePath>../../pom.xml</relativePath>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/regex/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<parent>
64
<groupId>org.wso2.siddhi</groupId>
75
<artifactId>siddhi-extensions</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0-M1</version>
97
<relativePath>../pom.xml</relativePath>
108
</parent>
119
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/string/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
~ under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422
<parent>
2523
<groupId>org.wso2.siddhi</groupId>
2624
<artifactId>siddhi-extensions</artifactId>
27-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-M1</version>
2826
<relativePath>../pom.xml</relativePath>
2927
</parent>
3028
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/time/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +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"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
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">
2220
<parent>
2321
<groupId>org.wso2.siddhi</groupId>
2422
<artifactId>siddhi-extensions</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0-M1</version>
2624
<relativePath>../pom.xml</relativePath>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>

modules/siddhi-query-api/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
1414
~ specific language governing permissions and limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<parent>
2018
<artifactId>siddhi</artifactId>
2119
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0-M1</version>
2321
<relativePath>../../pom.xml</relativePath>
2422

2523
</parent>

modules/siddhi-query-compiler/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
1414
~ specific language governing permissions and limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<parent>
2018
<artifactId>siddhi</artifactId>
2119
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0-M1</version>
2321
<relativePath>../../pom.xml</relativePath>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~ specific language governing permissions and limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<parent>
2119
<groupId>org.wso2.siddhi</groupId>
2220
<artifactId>siddhi-samples</artifactId>
23-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-M1</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624
<artifactId>performance-samples</artifactId>

modules/siddhi-samples/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
1414
~ specific language governing permissions and limitations under the License.
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0"
17-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
<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">
1917
<parent>
2018
<artifactId>siddhi</artifactId>
2119
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
20+
<version>3.0.0-M1</version>
2321
<relativePath>../../pom.xml</relativePath>
2422

2523
</parent>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@
1414
~ specific language governing permissions and limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<parent>
2119
<artifactId>siddhi-samples</artifactId>
2220
<groupId>org.wso2.siddhi</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-M1</version>
2422
</parent>
2523
<modelVersion>4.0.0</modelVersion>
2624

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
~ specific language governing permissions and limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
@@ -28,7 +26,7 @@
2826
<groupId>org.wso2.siddhi</groupId>
2927
<artifactId>siddhi</artifactId>
3028
<packaging>pom</packaging>
31-
<version>3.0.0-SNAPSHOT</version>
29+
<version>3.0.0-M1</version>
3230
<name>Siddhi</name>
3331
<description>Siddhi, high performing Complex Event Processing Engine</description>
3432

@@ -297,7 +295,7 @@
297295
<url>https://github.com/wso2/siddhi.git</url>
298296
<developerConnection>scm:git:https://github.com/wso2/siddhi.git</developerConnection>
299297
<connection>scm:git:https://github.com/wso2/siddhi.git</connection>
300-
<tag>HEAD</tag>
298+
<tag>siddhi-3.0.0-M1</tag>
301299
</scm>
302300

303301
<repositories>

0 commit comments

Comments
 (0)