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
16 changes: 8 additions & 8 deletions .github/workflows/publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
#~ UPDATE THE BOM (if required)
- name: "BOM Update"
if: steps.CHECKOUT.outputs.BOM_UPDATE_FLAG == 'true' && steps.START.outputs.BOM == 'true'
run: |
~/ppl-run bom update-bom \
--id "UPDATE-BOM" \
--lcd "$LOCAL_CLONE_DIR" \
--token "$ENTANDO_BOT_TOKEN" \
;
# - name: "BOM Update"
# if: steps.CHECKOUT.outputs.BOM_UPDATE_FLAG == 'true' && steps.START.outputs.BOM == 'true'
# run: |
# ~/ppl-run bom update-bom \
# --id "UPDATE-BOM" \
# --lcd "$LOCAL_CLONE_DIR" \
# --token "$ENTANDO_BOT_TOKEN" \
# ;
#~ PUBLISH TO DOCKER
- name: "Publish docker"
run: |
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.entando.entando.plugins</groupId>
<artifactId>entando-plugin-jacms</artifactId>
<packaging>war</packaging>
<version>6.5.3</version>
<version>6.6.0</version>
<name>Entando Plugin: CMS</name>
<description>Allows registered users to manage dynamic contents and digital assets</description>
<url>http://www.entando.com/</url>
Expand All @@ -28,6 +28,7 @@
</repositories>
<properties>
<checkstyle.skip>true</checkstyle.skip>
<entando-core-bom-version>6.6.0</entando-core-bom-version>
</properties>
<build>
<resources>
Expand Down Expand Up @@ -94,7 +95,7 @@
<dependency>
<groupId>org.entando</groupId>
<artifactId>entando-core-bom</artifactId>
<version>6.5.1</version>
<version>${entando-core-bom-version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Loading