Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Wagelaar2015-03-30 10:13:30 +0000
committerDennis Wagelaar2015-03-30 10:13:30 +0000
commitb444f3c450c80fba055b9a0ca4422fb4d3a83d22 (patch)
treefccbf5b100aeb6402d396bcb0cdbc05593cd18fc
parent2e657efbc257b58609a5ee9fdc74a550a1cb5303 (diff)
downloadorg.eclipse.atl-b444f3c450c80fba055b9a0ca4422fb4d3a83d22.tar.gz
org.eclipse.atl-b444f3c450c80fba055b9a0ca4422fb4d3a83d22.tar.xz
org.eclipse.atl-b444f3c450c80fba055b9a0ca4422fb4d3a83d22.zip
Add Nexus configuration.
-rw-r--r--releng/org.eclipse.m2m.atl.releng.parent/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
index fdde5f55..af553a14 100644
--- a/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
+++ b/releng/org.eclipse.m2m.atl.releng.parent/pom.xml
@@ -37,9 +37,21 @@
</licenses>
<properties>
- <tycho-version>0.16.0</tycho-version>
+ <tycho-version>0.22.0</tycho-version>
</properties>
+ <distributionManagement>
+ <repository>
+ <id>repo.eclipse.org</id>
+ <name>ATL Repository - Releases</name>
+ <url>https://repo.eclipse.org/content/repositories/atl-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo.eclipse.org</id>
+ <name>ATL Repository - Snapshots</name>
+ <url>https://repo.eclipse.org/content/repositories/atl-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
<modules>

Back to the top