Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukvin committed Nov 7, 2022
1 parent 5145450 commit c9173b3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1140,16 +1140,18 @@ limitations under the License.


<distributionManagement>
<snapshotRepository>
<id>user-snapshots</id>
<name>User Project SNAPSHOTS</name>
<url>https://repository.kyligence.io/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>user-releases</id>
<name>User Project Release</name>
<url>https://repository.kyligence.io/repository/maven-releases/</url>
<id>${repository.id}</id>
<url>${repository.url}</url>
<name>${repository.name}</name>
<layout>default</layout>
</repository>
<snapshotRepository>
<id>${repository.id.snapshots}</id>
<url>${repository.url.snapshots}</url>
<name>${repository.name.snapshots}</name>
<layout>default</layout>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit c9173b3

Please sign in to comment.