mirror of
https://repository.entgra.net/community/product-uem-community.git
synced 2025-10-06 02:02:27 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f11e8bbeb6 | ||
|
|
9dd320cebb | ||
| e1d9d639d7 |
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.entgra.community.uem</groupId>
|
<groupId>io.entgra.community.uem</groupId>
|
||||||
<artifactId>io.entgra.community.uem.parent</artifactId>
|
<artifactId>io.entgra.community.uem.parent</artifactId>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>10.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.entgra.community.uem</groupId>
|
<groupId>io.entgra.community.uem</groupId>
|
||||||
<artifactId>distribution</artifactId>
|
<artifactId>distribution</artifactId>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>10.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.entgra.community.uem</groupId>
|
<groupId>io.entgra.community.uem</groupId>
|
||||||
<artifactId>io.entgra.community.uem.parent</artifactId>
|
<artifactId>io.entgra.community.uem.parent</artifactId>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>10.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
10
pom.xml
10
pom.xml
@ -23,7 +23,7 @@
|
|||||||
<groupId>io.entgra.community.uem</groupId>
|
<groupId>io.entgra.community.uem</groupId>
|
||||||
<artifactId>io.entgra.community.uem.parent</artifactId>
|
<artifactId>io.entgra.community.uem.parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>10.0.0</version>
|
||||||
<name>Entgra Community Product - Parent</name>
|
<name>Entgra Community Product - Parent</name>
|
||||||
<url>http://entgra.io</url>
|
<url>http://entgra.io</url>
|
||||||
<description>Entgra Community Product</description>
|
<description>Entgra Community Product</description>
|
||||||
@ -322,14 +322,14 @@
|
|||||||
<entgra-uem-community>entgra-uem-community-${project.version}</entgra-uem-community>
|
<entgra-uem-community>entgra-uem-community-${project.version}</entgra-uem-community>
|
||||||
|
|
||||||
<!-- Carbon Device Management-->
|
<!-- 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>
|
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
|
||||||
|
|
||||||
<!--Orbit versions-->
|
<!--Orbit versions-->
|
||||||
<orbit.h2.engine.version>1.4.199.wso2v1</orbit.h2.engine.version>
|
<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-->
|
<!--Testing-->
|
||||||
<google.gson.version>2.8.5</google.gson.version>
|
<google.gson.version>2.8.5</google.gson.version>
|
||||||
@ -343,7 +343,7 @@
|
|||||||
<url>https://repository.entgra.net/community/product-uem-community.git</url>
|
<url>https://repository.entgra.net/community/product-uem-community.git</url>
|
||||||
<developerConnection>scm:git:https://repository.entgra.net/community/product-uem-community.git</developerConnection>
|
<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>
|
<connection>scm:git:https://repository.entgra.net/community/product-uem-community.git</connection>
|
||||||
<tag>HEAD</tag>
|
<tag>v10.0.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@ -384,6 +384,8 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<preparationGoals>clean install</preparationGoals>
|
<preparationGoals>clean install</preparationGoals>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||||
|
<username>${env.GIT_USERNAME}</username>
|
||||||
|
<password>${env.GIT_PASSWORD}</password>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>io.entgra.community.uem</groupId>
|
<groupId>io.entgra.community.uem</groupId>
|
||||||
<artifactId>io.entgra.community.uem.parent</artifactId>
|
<artifactId>io.entgra.community.uem.parent</artifactId>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>10.0.0</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user