File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 16
16
~ specific language governing permissions and limitations
17
17
~ under the License.
18
18
-->
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" >
22
20
<parent >
23
21
<groupId >io.siddhi.extension.execution.list</groupId >
24
22
<artifactId >siddhi-execution-list-parent</artifactId >
25
- <version >1.0.0-SNAPSHOT </version >
23
+ <version >1.0.0</version >
26
24
</parent >
27
25
<modelVersion >4.0.0</modelVersion >
28
26
<artifactId >siddhi-execution-list</artifactId >
Original file line number Diff line number Diff line change 16
16
~ specific language governing permissions and limitations
17
17
~ under the License.
18
18
-->
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" >
22
20
<parent >
23
21
<groupId >io.siddhi</groupId >
24
22
<artifactId >siddhi</artifactId >
25
23
<version >5.0.0</version >
26
24
</parent >
27
25
<groupId >io.siddhi.extension.execution.list</groupId >
28
26
<artifactId >siddhi-execution-list-parent</artifactId >
29
- <version >1.0.0-SNAPSHOT </version >
27
+ <version >1.0.0</version >
30
28
<name >Siddhi execution List</name >
31
29
<modelVersion >4.0.0</modelVersion >
32
30
<packaging >pom</packaging >
39
37
<url >https://github.com/siddhi-io/siddhi-execution-list.git</url >
40
38
<developerConnection >scm:git:https://github.com/siddhi-io/siddhi-execution-list.git</developerConnection >
41
39
<connection >scm:git:https://github.com/siddhi-io/siddhi-execution-list.git</connection >
42
- <tag >HEAD </tag >
40
+ <tag >v1.0.0 </tag >
43
41
</scm >
44
42
45
43
<properties >
You can’t perform that action at this time.
0 commit comments