Skip to content

Commit 18896bf

Browse files
[maven-release-plugin] prepare release v5.1.21
1 parent d847fca commit 18896bf

File tree

13 files changed

+24
-34
lines changed

13 files changed

+24
-34
lines changed

Diff for: 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.1.21-SNAPSHOT</version>
25+
<version>5.1.21</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

Diff for: 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.1.21-SNAPSHOT</version>
25+
<version>5.1.21</version>
2626
<relativePath>../..</relativePath>
2727
</parent>
2828

Diff for: modules/siddhi-core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ specific language governing permissions and limitations
1717
~ under the License.
1818
-->
19-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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

2221
<parent>
2322
<artifactId>siddhi</artifactId>
2423
<groupId>io.siddhi</groupId>
25-
<version>5.1.21-SNAPSHOT</version>
24+
<version>5.1.21</version>
2625
<relativePath>../../pom.xml</relativePath>
2726

2827
</parent>

Diff for: modules/siddhi-core/siddhi-core-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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

Diff for: 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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

Diff for: 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.1.21-SNAPSHOT</version>
25+
<version>5.1.21</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

Diff for: modules/siddhi-query-api/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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2524
<relativePath>../../pom.xml</relativePath>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>

Diff for: modules/siddhi-query-compiler/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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2524
<relativePath>../../pom.xml</relativePath>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>

Diff for: modules/siddhi-samples/performance-samples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<parent>
2322
<groupId>io.siddhi</groupId>
2423
<artifactId>siddhi-samples</artifactId>
25-
<version>5.1.21-SNAPSHOT</version>
24+
<version>5.1.21</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827
<artifactId>performance-samples</artifactId>

Diff for: modules/siddhi-samples/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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2524
<relativePath>../../pom.xml</relativePath>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>

Diff for: modules/siddhi-samples/quick-start-samples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<parent>
2322
<artifactId>siddhi-samples</artifactId>
2423
<groupId>io.siddhi</groupId>
25-
<version>5.1.21-SNAPSHOT</version>
24+
<version>5.1.21</version>
2625
</parent>
2726
<modelVersion>4.0.0</modelVersion>
2827

Diff for: modules/siddhi-service/pom.xml

+4-7
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.1.21-SNAPSHOT</version>
23+
<version>5.1.21</version>
2524
<relativePath>../../pom.xml</relativePath>
2625
</parent>
2726

@@ -122,10 +121,8 @@
122121
</filter>
123122
</filters>
124123
<transformers>
125-
<transformer
126-
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
127-
<transformer
128-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
124+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
125+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
129126
<mainClass>io.siddhi.service.api.Application</mainClass>
130127
</transformer>
131128
</transformers>

Diff for: pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423
<groupId>io.siddhi</groupId>
2524
<artifactId>siddhi</artifactId>
2625
<packaging>pom</packaging>
27-
<version>5.1.21-SNAPSHOT</version>
26+
<version>5.1.21</version>
2827
<name>Siddhi</name>
2928
<description>Siddhi, Stream Processing and Complex Event Processing Engine</description>
3029

@@ -858,7 +857,7 @@
858857
<url>https://github.com/siddhi-io/siddhi.git</url>
859858
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi.git</developerConnection>
860859
<connection>scm:git:https://github.com/siddhi-io/siddhi.git</connection>
861-
<tag>HEAD</tag>
860+
<tag>v5.1.21</tag>
862861
</scm>
863862

864863
<repositories>

0 commit comments

Comments
 (0)