Skip to content

Commit c59ea12

Browse files
[WSO2 Release] [Jenkins #6] [Release 1.0.0] prepare release v1.0.0
1 parent 101e3aa commit c59ea12

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

component/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:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
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>io.siddhi.extension.execution.list</groupId>
2422
<artifactId>siddhi-execution-list-parent</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>siddhi-execution-list</artifactId>

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@
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>io.siddhi</groupId>
2422
<artifactId>siddhi</artifactId>
2523
<version>5.0.0</version>
2624
</parent>
2725
<groupId>io.siddhi.extension.execution.list</groupId>
2826
<artifactId>siddhi-execution-list-parent</artifactId>
29-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
3028
<name>Siddhi execution List</name>
3129
<modelVersion>4.0.0</modelVersion>
3230
<packaging>pom</packaging>
@@ -39,7 +37,7 @@
3937
<url>https://github.com/siddhi-io/siddhi-execution-list.git</url>
4038
<developerConnection>scm:git:https://github.com/siddhi-io/siddhi-execution-list.git</developerConnection>
4139
<connection>scm:git:https://github.com/siddhi-io/siddhi-execution-list.git</connection>
42-
<tag>HEAD</tag>
40+
<tag>v1.0.0</tag>
4341
</scm>
4442

4543
<properties>

0 commit comments

Comments
 (0)