Skip to content

Commit

Permalink
Added property distributionManagement.url
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 1, 2022
1 parent 44a1337 commit aeaa8c5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>

<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-parent</artifactId>
<version>0.2.20.RC1</version>
<version>0.2.20.RC3</version>
</parent>

<artifactId>scalecube-config-parent</artifactId>
Expand Down Expand Up @@ -46,6 +48,9 @@
<vault-java-driver.version>5.1.0</vault-java-driver.version>
<testcontainers.version>1.17.4</testcontainers.version>
<guava.version>29.0-jre</guava.version>

<distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-config
</distributionManagement.url>
</properties>

<modules>
Expand Down

0 comments on commit aeaa8c5

Please sign in to comment.