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>
|
||||
<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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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
10
pom.xml
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user