Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add distributionManagement configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Aug 9, 2019
1 parent 2a37e6c commit e6e722e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions oslc-domains/pom.xml
Expand Up @@ -56,4 +56,16 @@
<version>${version.lyo.core}</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Eclipse Lyo Releases</name>
<url>https://repo.eclipse.org/content/repositories/lyo-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Eclipse Lyo Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/lyo-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit e6e722e

Please sign in to comment.