diff --git a/.github/workflows/release-target.yml b/.github/workflows/release-target.yml
index cc0b6014..4b55cd2b 100644
--- a/.github/workflows/release-target.yml
+++ b/.github/workflows/release-target.yml
@@ -31,7 +31,7 @@ jobs:
git config user.email "dotCMS-Machine-User@dotcms.com"
git config pull.rebase false
- remote=$(git ls-remote --heads https://github.com/dotCMS/plugin-seeds.git ${release_branch} | wc -l | tr -d '[:space:]')
+ remote=$(git ls-remote --heads https://github.com/dotcms-community/plugin-examples.git ${release_branch} | wc -l | tr -d '[:space:]')
if [[ "${remote}" == '1' && "${release_branch}" != 'main' ]]; then
echo "Release branch ${release_branch} already exists, removing it"
git push origin :${release_branch}
diff --git a/com.dotcms.3rd.party/pom.xml b/com.dotcms.3rd.party/pom.xml
index 39b2721f..fcbe5f31 100644
--- a/com.dotcms.3rd.party/pom.xml
+++ b/com.dotcms.3rd.party/pom.xml
@@ -5,7 +5,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.actionlet/pom.xml b/com.dotcms.actionlet/pom.xml
index 42b5fecd..f62c42cc 100644
--- a/com.dotcms.actionlet/pom.xml
+++ b/com.dotcms.actionlet/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.aop/pom.xml b/com.dotcms.aop/pom.xml
index 16c92054..84ee34fa 100644
--- a/com.dotcms.aop/pom.xml
+++ b/com.dotcms.aop/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.app.example/pom.xml b/com.dotcms.app.example/pom.xml
index d20d4b0e..2ad1c28e 100644
--- a/com.dotcms.app.example/pom.xml
+++ b/com.dotcms.app.example/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.content.validation/pom.xml b/com.dotcms.content.validation/pom.xml
index 7a726f12..3c9546aa 100644
--- a/com.dotcms.content.validation/pom.xml
+++ b/com.dotcms.content.validation/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.contenttype/pom.xml b/com.dotcms.contenttype/pom.xml
index 36c14c3e..f369b13a 100644
--- a/com.dotcms.contenttype/pom.xml
+++ b/com.dotcms.contenttype/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.dynamic.skeleton/pom.xml b/com.dotcms.dynamic.skeleton/pom.xml
index 7c88c328..7d543217 100644
--- a/com.dotcms.dynamic.skeleton/pom.xml
+++ b/com.dotcms.dynamic.skeleton/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.fixasset/pom.xml b/com.dotcms.fixasset/pom.xml
index 0fabc2c3..90253e31 100644
--- a/com.dotcms.fixasset/pom.xml
+++ b/com.dotcms.fixasset/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.hooks.pubsub/pom.xml b/com.dotcms.hooks.pubsub/pom.xml
index f9876930..9d9865ca 100644
--- a/com.dotcms.hooks.pubsub/pom.xml
+++ b/com.dotcms.hooks.pubsub/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.hooks.validations/pom.xml b/com.dotcms.hooks.validations/pom.xml
index 22f5f416..20e04251 100644
--- a/com.dotcms.hooks.validations/pom.xml
+++ b/com.dotcms.hooks.validations/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.hooks/pom.xml b/com.dotcms.hooks/pom.xml
index 8b1c459d..9226f595 100644
--- a/com.dotcms.hooks/pom.xml
+++ b/com.dotcms.hooks/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.job/pom.xml b/com.dotcms.job/pom.xml
index 73f94959..6b82b7fc 100644
--- a/com.dotcms.job/pom.xml
+++ b/com.dotcms.job/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.portlet/pom.xml b/com.dotcms.portlet/pom.xml
index 6c748876..d6de8ce8 100644
--- a/com.dotcms.portlet/pom.xml
+++ b/com.dotcms.portlet/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.pushpublish.listener/pom.xml b/com.dotcms.pushpublish.listener/pom.xml
index d857e5e5..e10a2610 100644
--- a/com.dotcms.pushpublish.listener/pom.xml
+++ b/com.dotcms.pushpublish.listener/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.rest/pom.xml b/com.dotcms.rest/pom.xml
index 33cb123f..a3b3a549 100644
--- a/com.dotcms.rest/pom.xml
+++ b/com.dotcms.rest/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml b/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml
index 02e6757e..263e8d07 100644
--- a/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml
+++ b/com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.ruleengine.visitoripconditionlet/pom.xml b/com.dotcms.ruleengine.visitoripconditionlet/pom.xml
index f03cc942..72d4aa3c 100644
--- a/com.dotcms.ruleengine.visitoripconditionlet/pom.xml
+++ b/com.dotcms.ruleengine.visitoripconditionlet/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.servlet/pom.xml b/com.dotcms.servlet/pom.xml
index ae8d7d9e..16a9337c 100644
--- a/com.dotcms.servlet/pom.xml
+++ b/com.dotcms.servlet/pom.xml
@@ -5,7 +5,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.simpleService/pom.xml b/com.dotcms.simpleService/pom.xml
index 421de319..d537b5f6 100644
--- a/com.dotcms.simpleService/pom.xml
+++ b/com.dotcms.simpleService/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.staticpublish.listener/pom.xml b/com.dotcms.staticpublish.listener/pom.xml
index 62c0c686..1333998f 100644
--- a/com.dotcms.staticpublish.listener/pom.xml
+++ b/com.dotcms.staticpublish.listener/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.tuckey/pom.xml b/com.dotcms.tuckey/pom.xml
index fd573046..a3576d74 100644
--- a/com.dotcms.tuckey/pom.xml
+++ b/com.dotcms.tuckey/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.viewtool/pom.xml b/com.dotcms.viewtool/pom.xml
index b8bc7a7f..53ed5017 100644
--- a/com.dotcms.viewtool/pom.xml
+++ b/com.dotcms.viewtool/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/com.dotcms.webinterceptor/pom.xml b/com.dotcms.webinterceptor/pom.xml
index bf02f1e1..e7cdb4e8 100644
--- a/com.dotcms.webinterceptor/pom.xml
+++ b/com.dotcms.webinterceptor/pom.xml
@@ -6,7 +6,7 @@
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 33e1e17a..0630e4f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.dotcms
- plugin-seeds
+ plugin-examples
1.0.0-SNAPSHOT
pom