mirror of
https://repository.entgra.net/community/community-product.git
synced 2025-09-16 23:42:18 +00:00
Merge branch 'master' into 'master'
Update group IDs See merge request entgra/community-product!17
This commit is contained in:
commit
f52a937d53
@ -48,7 +48,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
|
|||||||
@ -48,7 +48,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<artifactItems>
|
<artifactItems>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
<overWrite>true</overWrite>
|
<overWrite>true</overWrite>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -97,7 +97,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.entgra.community</groupId>
|
<groupId>io.entgra.product</groupId>
|
||||||
<artifactId>entgra-iot-core</artifactId>
|
<artifactId>entgra-iot-core</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user