Skip to content

Commit 846296b

Browse files
committed
[maven-release-plugin] prepare release v3.0.0-alpha
1 parent f78048a commit 846296b

File tree

17 files changed

+22
-28
lines changed

17 files changed

+22
-28
lines changed

modules/siddhi-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siddhi</artifactId>
2121
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
<relativePath>../../pom.xml</relativePath>
2424

2525
</parent>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siddhi-extensions</artifactId>
2121
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
~ limitations under the License.
1717
-->
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
<groupId>org.wso2.siddhi</groupId>
2322
<artifactId>siddhi-extensions</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0-alpha</version>
2524
<relativePath>../pom.xml</relativePath>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/geo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siddhi-extensions</artifactId>
2121
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/math/pom.xml

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

modules/siddhi-extensions/ml/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
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">
18+
<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">
2119
<parent>
2220
<groupId>org.wso2.siddhi</groupId>
2321
<artifactId>siddhi-extensions</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725

modules/siddhi-extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi</artifactId>
2020
<groupId>org.wso2.siddhi</groupId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-alpha</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/regex/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.siddhi</groupId>
2121
<artifactId>siddhi-extensions</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/string/pom.xml

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

modules/siddhi-extensions/time/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.siddhi</groupId>
2020
<artifactId>siddhi-extensions</artifactId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-alpha</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

modules/siddhi-extensions/timeseries/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
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">
18+
<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">
2119
<parent>
2220
<groupId>org.wso2.siddhi</groupId>
2321
<artifactId>siddhi-extensions</artifactId>
24-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>

modules/siddhi-query-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi</artifactId>
2020
<groupId>org.wso2.siddhi</groupId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-alpha</version>
2222
<relativePath>../../pom.xml</relativePath>
2323

2424
</parent>

modules/siddhi-query-compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi</artifactId>
2020
<groupId>org.wso2.siddhi</groupId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-alpha</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.siddhi</groupId>
2121
<artifactId>siddhi-samples</artifactId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>performance-samples</artifactId>

modules/siddhi-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>siddhi</artifactId>
2020
<groupId>org.wso2.siddhi</groupId>
21-
<version>3.0.0-SNAPSHOT</version>
21+
<version>3.0.0-alpha</version>
2222
<relativePath>../../pom.xml</relativePath>
2323

2424
</parent>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>siddhi-samples</artifactId>
2121
<groupId>org.wso2.siddhi</groupId>
22-
<version>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-alpha</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
@@ -28,7 +27,7 @@
2827
<groupId>org.wso2.siddhi</groupId>
2928
<artifactId>siddhi</artifactId>
3029
<packaging>pom</packaging>
31-
<version>3.0.0-SNAPSHOT</version>
30+
<version>3.0.0-alpha</version>
3231
<name>Siddhi</name>
3332
<description>Siddhi, high performing Complex Event Processing Engine</description>
3433

@@ -341,7 +340,7 @@
341340
<url>https://github.com/wso2/siddhi.git</url>
342341
<developerConnection>scm:git:https://github.com/wso2/siddhi.git</developerConnection>
343342
<connection>scm:git:https://github.com/wso2/siddhi.git</connection>
344-
<tag>HEAD</tag>
343+
<tag>v3.0.0-alpha</tag>
345344
</scm>
346345

347346
<repositories>

0 commit comments

Comments
 (0)