[maven-release-plugin] prepare release v4.0.0-RC3

672-implement-sso-among-current-react-apps v4.0.0-RC3
Entgra Builder 4 years ago
parent c966fd71d1
commit fe1147ea9d

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-components</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -23,7 +23,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -19,7 +19,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-features</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -23,7 +23,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-p2-profile</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -20,7 +20,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-p2-profile</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-p2-profile</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -23,7 +23,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -21,13 +21,13 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-scripts</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mobile-qsg</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<name>Entgra IoT - QSG Script</name>
<description>This includes the tools for IoTs Quick Start Guide</description>
<packaging>jar</packaging>

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -20,13 +20,13 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-tools</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iot-devicetype-archetype</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<name>Entgra IoT - Device Type Archetype</name>
<description>Entgra IoT Device Type Archetype</description>
<packaging>maven-archetype</packaging>

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

@ -23,7 +23,7 @@
<groupId>io.entgra.iot</groupId>
<artifactId>entgra-iot-server-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.0</version>
<name>Entgra IoT - Parent</name>
<url>http://entgra.io</url>
<description>Entgra IoT Server</description>
@ -1628,7 +1628,7 @@
<url>https://gitlab.com/entgra/product-iots.git</url>
<developerConnection>scm:git:https://gitlab.com/entgra/product-iots.git</developerConnection>
<connection>scm:git:https://gitlab.com/entgra/product-iots.git</connection>
<tag>HEAD</tag>
<tag>v4.0.0-RC3</tag>
</scm>
<build>

Loading…
Cancel
Save