Skip to content

Commit

Permalink
Merge pull request #353 from entando/ENG-3143
Browse files Browse the repository at this point in the history
ENG-3143 Updated versions for release 7.0.0
  • Loading branch information
w-caffiero-entando authored Mar 24, 2022
2 parents 3a3c5cf + ce3615e commit 7427451
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.eap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM entando/entando-eap73-clustered-base:7.0.0-ENG-3218-PR-4
FROM entando/entando-eap73-clustered-base:7.0.0
ARG VERSION

### Required OpenShift Labels
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.wildfly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM entando/entando-wildfly17-base:7.0.0-ENG-3218-PR-4
FROM entando/entando-wildfly17-base:7.0.0
ARG VERSION

### Required OpenShift Labels
Expand All @@ -16,4 +16,4 @@ COPY target/*.war /wildfly/standalone/deployments/

RUN $ENTANDO_COMMON_PATH/init-derby-from-war.sh

RUN rm -rf /tmp/*.jpg
RUN rm -rf /tmp/*.jpg
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.entando.entando</groupId>
<artifactId>entando-de-app</artifactId>
<packaging>war</packaging>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<name>entando-de-app</name>
<url>http://www.entando.com/</url>
<licenses>
Expand Down Expand Up @@ -33,17 +33,17 @@
</repositories>
<properties>
<!-- COMPONENTS -->
<entando-core-parent.version>7.0.0-ENG-3143-PR-89</entando-core-parent.version>
<entando-engine.version>7.0.0-ENG-3445-PR-242</entando-engine.version>
<entando-admin-console.version>7.0.0-ENG-3143-PR-118</entando-admin-console.version>
<entando-keycloak-plugin.version>7.0.0-ENG-3143-PR-67</entando-keycloak-plugin.version>
<entando-plugin-jacms.version>7.0.0-ENG-3439-PR-157</entando-plugin-jacms.version>
<entando-plugin-jpcontentscheduler.version>7.0.0-ENG-3143-PR-45</entando-plugin-jpcontentscheduler.version>
<entando-plugin-jpmail.version>7.0.0-ENG-3143-PR-44</entando-plugin-jpmail.version>
<entando-plugin-jpredis.version>7.0.0-ENG-3143-PR-26</entando-plugin-jpredis.version>
<entando-plugin-jpseo.version>7.0.0-ENG-3143-PR-72</entando-plugin-jpseo.version>
<entando-plugin-jpversioning.version>7.0.0-ENG-3143-PR-42</entando-plugin-jpversioning.version>
<entando-portal-ui.version>7.0.0-ENG-3143-PR-47</entando-portal-ui.version>
<entando-core-parent.version>7.0.0</entando-core-parent.version>
<entando-engine.version>7.0.0</entando-engine.version>
<entando-admin-console.version>7.0.0</entando-admin-console.version>
<entando-keycloak-plugin.version>7.0.0</entando-keycloak-plugin.version>
<entando-plugin-jacms.version>7.0.0</entando-plugin-jacms.version>
<entando-plugin-jpcontentscheduler.version>7.0.0</entando-plugin-jpcontentscheduler.version>
<entando-plugin-jpmail.version>7.0.0</entando-plugin-jpmail.version>
<entando-plugin-jpredis.version>7.0.0</entando-plugin-jpredis.version>
<entando-plugin-jpseo.version>7.0.0</entando-plugin-jpseo.version>
<entando-plugin-jpversioning.version>7.0.0</entando-plugin-jpversioning.version>
<entando-portal-ui.version>7.0.0</entando-portal-ui.version>

<!-- SONAR -->
<github.organization>entando</github.organization>
Expand Down Expand Up @@ -432,7 +432,7 @@

<skipServerImage>false</skipServerImage>
<jboss.home.in.image>/opt/eap</jboss.home.in.image>
<server.base.image>entando/entando-eap73-clustered-base:7.0.0-ENG-3190-PR-3</server.base.image>
<server.base.image>entando/entando-eap73-clustered-base:7.0.0</server.base.image>

<derby.base.folder>/entando-data/databases</derby.base.folder>
</properties>
Expand All @@ -449,7 +449,7 @@

<skipServerImage>false</skipServerImage>
<jboss.home.in.image>/wildfly</jboss.home.in.image>
<server.base.image>entando/entando-wildfly17-base:7.0.0-ENG-3190-PR-3</server.base.image>
<server.base.image>entando/entando-wildfly17-base:7.0.0</server.base.image>

<derby.base.folder>/entando-data/databases</derby.base.folder>
</properties>
Expand Down

0 comments on commit 7427451

Please sign in to comment.