|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
<groupId>cokr.xit</groupId>
|
|
|
|
|
<artifactId>xit-file</artifactId>
|
|
|
|
|
<version>23.04.01</version>
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>xit-file</name>
|
|
|
|
@ -57,7 +57,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cokr.xit</groupId>
|
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
|
<version>23.04.01</version>
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -195,4 +195,25 @@
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
<!-- Nexus deploy -->
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>maven-snapshot</id>
|
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-snapshots/</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
</snapshotRepository>
|
|
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
<id>maven-release</id>
|
|
|
|
|
<url>http://xit.xit-nexus.com:8081/repository/maven-releases/</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
<!-- Nexus deploy -->
|
|
|
|
|
</project>
|