Skip to content

Commit

Permalink
Update for 6.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joewhite101 committed Apr 14, 2020
1 parent ea5e595 commit cd184ce
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
entando-core
============

```entando-core``` is the heart of the **Entando Platform**.
```entando-core``` is the heart of the **Entando Platform**.
It provides the basic structure, tools, and functionality to build an instance of the Entando application.

**Entando** is the lightest, open source Digital Experience Platform (DXP) for Modern Applications. Entando harmonizes customer experience across the omnichannel (UX convergence) applying the techniques of modern software practices to enterprise applications (modern applications). Entando can be used to modernize UI/UX layers on top of existing applications or to build new generation applications aligned to UI/UX best practices, across different industries and use cases.
Expand All @@ -12,7 +12,7 @@ It provides the basic structure, tools, and functionality to build an instance o
2. **admin-console**, includes tools to manage administrative core features and WCMS functionality
3. **portal-ui**, provides tools to create interactive web apps UI/UX

The Entando platform **v6.0.0-SNAPSHOT** project includes also the following Github projects:
The Entando platform **v6.1.0** project includes also the following Github projects:

* **entando-components**: https://github.com/entando/entando-components. Entando platform relies on a number of components or extensions that add functionality not included with the standard Entando platform. There are two types of components: Plugins and Bundles. Plugins extend the functionality of Entando engine, admin-console and portal-ui; Bundles extend the functionality of UI/UX Applications.

Expand Down
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>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</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>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 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>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<packaging>jar</packaging>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</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 Expand Up @@ -277,7 +277,7 @@
<version>2.2</version>
<type>jar</type>
</dependency>

<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path-assert</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
<packaging>pom</packaging>
<name>Entando Core</name>
<description>Entando Core: an agile, modern and user-centric open source Portal platform.</description>
Expand Down
28 changes: 14 additions & 14 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>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-portal-ui</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</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 @@ -227,42 +227,42 @@
</plugins>
</pluginManagement>
</build>

<dependencies>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>



<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<!-- esapi - start of section -->
<dependency>
<groupId>org.owasp.esapi</groupId>
Expand Down Expand Up @@ -318,7 +318,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
Expand All @@ -338,7 +338,7 @@
</exclusions>
</dependency>
<!-- esapi - end of section -->

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
Expand Down

0 comments on commit cd184ce

Please sign in to comment.