Skip to content

Commit

Permalink
Set release to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrangelo committed Apr 26, 2021
1 parent 84c3f21 commit 65dde7e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions admin-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>entando-core</artifactId>
<groupId>org.entando.entando</groupId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<packaging>war</packaging>
<name>Entando Core: Administration Console</name>
<description>Entando Administration Console: an agile, modern and user-centric open source Portal platform.</description>
Expand Down Expand Up @@ -233,12 +233,12 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>entando-core</artifactId>
<groupId>org.entando.entando</groupId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<packaging>jar</packaging>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<name>Entando Core: Engine</name>
<description>Entando Engine: an agile, modern and user-centric open source Portal platform.</description>
<url>http://www.entando.com/</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.entando.entando</groupId>
<artifactId>entando-core</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<packaging>pom</packaging>
<name>Entando Core</name>
<description>Entando Core: an agile, modern and user-centric open source Portal platform.</description>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:[email protected]:entando/entando-core.git</connection>
<developerConnection>scm:git:[email protected]:entando/entando-core.git</developerConnection>
<url>https://github.com/entando/entando-core</url>
<tag>v5.3.2-SNAPSHOT</tag>
<tag>v5.3.2</tag>
</scm>
<organization>
<name>Entando Inc.</name>
Expand Down
14 changes: 7 additions & 7 deletions portal-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>entando-core</artifactId>
<groupId>org.entando.entando</groupId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-portal-ui</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<packaging>war</packaging>
<name>Entando Core: Portal UI</name>
<description>Entando Portal UI: an agile, modern and user-centric open source Portal platform.</description>
Expand Down Expand Up @@ -232,31 +232,31 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>5.3.2-SNAPSHOT</version>
<version>5.3.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 65dde7e

Please sign in to comment.