[#49] Provide auto deploy after merge
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
39158348dd
commit
8b44db3714
1 changed files with 18 additions and 2 deletions
18
pom.xml
18
pom.xml
|
@ -17,7 +17,7 @@
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>0.9.0</revision>
|
<revision>0.10.0</revision>
|
||||||
|
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
<maven.compiler.source>11</maven.compiler.source>
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
<maven.compiler.target>11</maven.compiler.target>
|
||||||
|
@ -160,4 +160,20 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>TrueCloudLab</id>
|
||||||
|
<url>https://git.frostfs.info/api/packages/TrueCloudLab/maven</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>TrueCloudLab</id>
|
||||||
|
<url>https://git.frostfs.info/api/packages/TrueCloudLab/maven</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>TrueCloudLab</id>
|
||||||
|
<url>https://git.frostfs.info/api/packages/TrueCloudLab/maven</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
Loading…
Add table
Reference in a new issue