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