ialbert 2022-08-08 12:45:24 +03:00
parent c4557ed30e
commit 47ef11033d
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>platform-storage-api</artifactId>
<name>Platform storage api</name>
<artifactId>platform-imdg-api</artifactId>
<name>Platform IMDG api</name>
<packaging>jar</packaging>
<version>1.0.0</version>

View file

@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>ru.spcex.platform</groupId>
<artifactId>platform-storage-api</artifactId>
<artifactId>platform-imdg-api</artifactId>
<version>1.0.0</version>
</dependency>