Compare commits

...

3 Commits

Author SHA1 Message Date
entgra
f11e8bbeb6 [maven-release-plugin] prepare release v10.0.0 2024-04-30 09:47:53 +05:30
entgra
9dd320cebb Bump core and plugin versions 2024-04-30 09:43:44 +05:30
e1d9d639d7 Add mvn release configs 2024-04-30 04:10:20 +00:00
5 changed files with 10 additions and 8 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.uem</groupId>
<artifactId>io.entgra.community.uem.parent</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>10.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.uem</groupId>
<artifactId>distribution</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>10.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.uem</groupId>
<artifactId>io.entgra.community.uem.parent</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>10.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

10
pom.xml
View File

@ -23,7 +23,7 @@
<groupId>io.entgra.community.uem</groupId>
<artifactId>io.entgra.community.uem.parent</artifactId>
<packaging>pom</packaging>
<version>6.0.1-SNAPSHOT</version>
<version>10.0.0</version>
<name>Entgra Community Product - Parent</name>
<url>http://entgra.io</url>
<description>Entgra Community Product</description>
@ -322,14 +322,14 @@
<entgra-uem-community>entgra-uem-community-${project.version}</entgra-uem-community>
<!-- Carbon Device Management-->
<io.entgra.device.mgt.core.version>5.0.41-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version>13.0.42</io.entgra.device.mgt.core.version>
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
<!--Orbit versions-->
<orbit.h2.engine.version>1.4.199.wso2v1</orbit.h2.engine.version>
<io.entgra.device.mgt.plugins.version>6.0.30-SNAPSHOT</io.entgra.device.mgt.plugins.version>
<io.entgra.device.mgt.plugins.version>10.0.29</io.entgra.device.mgt.plugins.version>
<!--Testing-->
<google.gson.version>2.8.5</google.gson.version>
@ -343,7 +343,7 @@
<url>https://repository.entgra.net/community/product-uem-community.git</url>
<developerConnection>scm:git:https://repository.entgra.net/community/product-uem-community.git</developerConnection>
<connection>scm:git:https://repository.entgra.net/community/product-uem-community.git</connection>
<tag>HEAD</tag>
<tag>v10.0.0</tag>
</scm>
<build>
@ -384,6 +384,8 @@
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<username>${env.GIT_USERNAME}</username>
<password>${env.GIT_PASSWORD}</password>
</configuration>
</plugin>
<plugin>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.community.uem</groupId>
<artifactId>io.entgra.community.uem.parent</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>10.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>