Skip to content

Commit

Permalink
setup release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
joewhite101 committed Apr 23, 2020
1 parent 3565165 commit d05c4e2
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-SNAPSHOT** project includes also the following Github projects:
The Entando platform **v6.1.1** 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.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.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 @@ -233,12 +233,12 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.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>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<packaging>jar</packaging>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.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
29 changes: 20 additions & 9 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>6.2.0-SNAPSHOT</version>
<version>6.1.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 @@ -15,6 +15,19 @@
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>entando</id>
<name>Entando Inc</name>
<email>[email protected]</email>
</developer>
</developers>
<scm>
<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>v6.1.1</tag>
</scm>
<organization>
<name>Entando Inc.</name>
<url>http://www.entando.com/</url>
Expand Down Expand Up @@ -216,16 +229,14 @@
</profile>
</profiles>
<distributionManagement>
<repository>
<id>nexus-release</id>
<name>Releases</name>
<url>${maven-repository-url-release}</url>
</repository>
<snapshotRepository>
<id>nexus-snapshot</id>
<name>Snapshot</name>
<url>${maven-repository-url-snapshot}</url>
<id>sonatype-nexus-snapshot</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<properties>

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>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</parent>
<groupId>org.entando.entando</groupId>
<artifactId>entando-portal-ui</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.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 @@ -232,12 +232,12 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-engine</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -247,18 +247,18 @@
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.entando.entando</groupId>
<artifactId>entando-admin-console</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.1.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit d05c4e2

Please sign in to comment.