Skip to content

Commit

Permalink
Add deployment repository
Browse files Browse the repository at this point in the history
  • Loading branch information
GliczDev committed Jul 18, 2024
1 parent d773164 commit 5e86cfc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,17 @@
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>TM4E Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositories/tm4e-releases/</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>TM4E Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/tm4e-snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 5e86cfc

Please sign in to comment.