Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98d01577..3de799cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,7 @@
<profiles>
<profile>
- <id>platform-helios</id>
+ <id>platform-juno</id>
<activation>
<property>
<name>platform-version-name</name>
@@ -238,7 +238,7 @@
</properties>
</profile>
<profile>
- <id>platform-indigo</id>
+ <id>platform-kepler</id>
<activation>
<property>
<name>platform-version-name</name>
@@ -266,4 +266,18 @@
</build>
</profile>
</profiles>
+
+ <distributionManagement>
+ <repository>
+ <id>repo.eclipse.org</id>
+ <name>EGit Maven Repository - Releases</name>
+ <url>https://repo.eclipse.org/content/repositories/egit-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo.eclipse.org</id>
+ <name>EGit Maven Repository - Snapshots</name>
+ <url>https://repo.eclipse.org/content/repositories/egit-snapshots/</url>
+ <uniqueVersion>true</uniqueVersion>
+ </snapshotRepository>
+ </distributionManagement>
</project>

Back to the top