Skip to content

Commit

Permalink
Set release to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrangelo committed Sep 8, 2020
1 parent aa27834 commit b7a2300
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 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.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</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 @@ -160,8 +160,8 @@
<phase>deploy</phase>
<configuration>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
<url>${maven-repository-url-release}</url>
<repositoryId>nexus-release</repositoryId>
<url>${maven-repository-url-sonatype-snapshot}</url>
<repositoryId>sonatype-nexus-snapshot</repositoryId>
<generatePom>false</generatePom>
<pomFile>pom.xml</pomFile>
<packaging>jar</packaging>
Expand Down Expand Up @@ -233,12 +233,12 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</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.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<packaging>jar</packaging>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</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
8 changes: 4 additions & 4 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.1-SNAPSHOT</version>
<version>5.3.1</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.1-SNAPSHOT</tag>
<tag>v5.3.1</tag>
</scm>
<organization>
<name>Entando Inc.</name>
Expand Down Expand Up @@ -234,9 +234,9 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshot</id>
<id>sonatype-nexus-snapshot</id>
<name>Snapshot</name>
<url>${maven-repository-url-snapshot}</url>
<url>${maven-repository-url-sonatype-snapshot}</url>
</snapshotRepository>
</distributionManagement>
<properties>
Expand Down
18 changes: 9 additions & 9 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.1-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-portal-ui</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</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 @@ -159,8 +159,8 @@
<phase>deploy</phase>
<configuration>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
<url>${maven-repository-url-release}</url>
<repositoryId>nexus-release</repositoryId>
<url>${maven-repository-url-sonatype-snapshot}</url>
<repositoryId>sonatype-nexus-snapshot</repositoryId>
<generatePom>false</generatePom>
<pomFile>pom.xml</pomFile>
<packaging>jar</packaging>
Expand Down Expand Up @@ -232,31 +232,31 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

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

0 comments on commit b7a2300

Please sign in to comment.