Skip to content

Commit

Permalink
Merge pull request #419 from entando/ENGPM-472
Browse files Browse the repository at this point in the history
ENGPM-472 Release 7.1.0
  • Loading branch information
zonia3000 authored Aug 16, 2022
2 parents 455bb81 + f20f02c commit 7c127fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.1.0-ENG-4063-PR-9
FROM entando/entando-eap73-clustered-base:7.1.0
ARG VERSION

### Required OpenShift Labels
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.wildfly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM entando/entando-wildfly17-base:7.1.0-ENG-4063-PR-9
FROM entando/entando-wildfly17-base:7.1.0
ARG VERSION

### Required OpenShift Labels
Expand Down
26 changes: 13 additions & 13 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.1.0-SNAPSHOT</version>
<version>7.1.0</version>
<name>entando-de-app</name>
<url>http://www.entando.com/</url>
<licenses>
Expand Down Expand Up @@ -33,16 +33,16 @@
</repositories>
<properties>
<!-- COMPONENTS -->
<entando-core-parent.version>7.1.0-ENG-3917-PR-131</entando-core-parent.version>
<entando-engine.version>7.1.0-ENG-3775-PR-295</entando-engine.version>
<entando-admin-console.version>7.1.0-ENG-3775-PR-159</entando-admin-console.version>
<entando-keycloak-plugin.version>7.1.0-ENG-3999-PR-102</entando-keycloak-plugin.version>
<entando-plugin-jacms.version>7.1.0-ENG-4062-PR-204</entando-plugin-jacms.version>
<entando-plugin-jpmail.version>7.1.0-ENG-3917-PR-68</entando-plugin-jpmail.version>
<entando-plugin-jpredis.version>7.1.0-ENG-3917-PR-47</entando-plugin-jpredis.version>
<entando-plugin-jpseo.version>7.1.0-ENG-3917-PR-106</entando-plugin-jpseo.version>
<entando-plugin-jpversioning.version>7.1.0-ENG-3917-PR-63</entando-plugin-jpversioning.version>
<entando-portal-ui.version>7.1.0-ENG-3917-PR-68</entando-portal-ui.version>
<entando-core-parent.version>7.1.0</entando-core-parent.version>
<entando-engine.version>7.1.0</entando-engine.version>
<entando-admin-console.version>7.1.0</entando-admin-console.version>
<entando-keycloak-plugin.version>7.1.0</entando-keycloak-plugin.version>
<entando-plugin-jacms.version>7.1.0</entando-plugin-jacms.version>
<entando-plugin-jpmail.version>7.1.0</entando-plugin-jpmail.version>
<entando-plugin-jpredis.version>7.1.0</entando-plugin-jpredis.version>
<entando-plugin-jpseo.version>7.1.0</entando-plugin-jpseo.version>
<entando-plugin-jpversioning.version>7.1.0</entando-plugin-jpversioning.version>
<entando-portal-ui.version>7.1.0</entando-portal-ui.version>

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

<skipServerImage>false</skipServerImage>
<jboss.home.in.image>/opt/eap</jboss.home.in.image>
<server.base.image>entando/entando-eap73-clustered-base:7.1.0-ENG-4063-PR-9</server.base.image>
<server.base.image>entando/entando-eap73-clustered-base:7.1.0</server.base.image>

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

<skipServerImage>false</skipServerImage>
<jboss.home.in.image>/wildfly</jboss.home.in.image>
<server.base.image>entando/entando-wildfly17-base:7.1.0-ENG-4063-PR-9</server.base.image>
<server.base.image>entando/entando-wildfly17-base:7.1.0</server.base.image>

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

0 comments on commit 7c127fc

Please sign in to comment.