Skip to content

Commit 9d72bf6

Browse files
committed
Refactor for wso2-extension to Siddhi-io repo move
1 parent d4888e5 commit 9d72bf6

15 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Latest API Docs is <a target="_blank" href="https://wso2-extensions.github.io/si
2828

2929
```
3030
<dependency>
31-
<groupId>org.wso2.extension.siddhi.execution.regex</groupId>
31+
<groupId>io.siddhi.extension.execution.regex</groupId>
3232
<artifactId>siddhi-execution-regex</artifactId>
3333
<version>x.x.x</version>
3434
</dependency>

component/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020

2121
<parent>
22-
<groupId>org.wso2.extension.siddhi.execution.regex</groupId>
22+
<groupId>io.siddhi.extension.execution.regex</groupId>
2323
<artifactId>siddhi-execution-regex-parent</artifactId>
2424
<version>5.0.2-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
@@ -85,7 +85,7 @@
8585
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
8686
<Bundle-Name>${project.artifactId}</Bundle-Name>
8787
<Export-Package>
88-
org.wso2.extension.siddhi.execution.regex.*
88+
io.siddhi.extension.execution.regex.*
8989
</Export-Package>
9090
<Import-Package>
9191
io.siddhi.core.*;version="${siddhi.version.range}",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.annotation.Example;
2222
import io.siddhi.annotation.Extension;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.annotation.Example;
2222
import io.siddhi.annotation.Extension;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121

2222
import io.siddhi.annotation.Example;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919

20-
package org.wso2.extension.siddhi.execution.regex;
20+
package io.siddhi.extension.execution.regex;
2121

2222
import io.siddhi.annotation.Example;
2323
import io.siddhi.annotation.Extension;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.core.SiddhiAppRuntime;
2222
import io.siddhi.core.SiddhiManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.core.SiddhiAppRuntime;
2222
import io.siddhi.core.SiddhiManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.core.SiddhiAppRuntime;
2222
import io.siddhi.core.SiddhiManager;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* under the License.
1717
*/
1818

19-
package org.wso2.extension.siddhi.execution.regex;
19+
package io.siddhi.extension.execution.regex;
2020

2121
import io.siddhi.core.SiddhiAppRuntime;
2222
import io.siddhi.core.SiddhiManager;

0 commit comments

Comments
 (0)