Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.3rd.party/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.actionlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.app.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.content.validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.contenttype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.dynamic.skeleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.fixasset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.hooks.pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.hooks.validations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.hooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.job/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.pushpublish.listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.ruleengine.velocityscriptingactionlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.ruleengine.visitoripconditionlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.simpleService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.staticpublish.listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.tuckey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.viewtool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.dotcms.webinterceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.dotcms</groupId>
<artifactId>plugin-seeds</artifactId>
<artifactId>plugin-examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down
Loading