Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-09-03 14:56:49 +0000
committerAlexander Kurtakov2013-09-03 14:56:49 +0000
commit34128c2d61e07d387fb3ca359f615a679bf94b76 (patch)
treedfc12c16dd2a7b8838d538c9b744bb326250c4e3 /pom.xml
parentcd6e48144c1fb9f5879a3e898296f0179c921ea1 (diff)
downloadorg.eclipse.linuxtools-34128c2d61e07d387fb3ca359f615a679bf94b76.tar.gz
org.eclipse.linuxtools-34128c2d61e07d387fb3ca359f615a679bf94b76.tar.xz
org.eclipse.linuxtools-34128c2d61e07d387fb3ca359f615a679bf94b76.zip
releng: Fix pluginRepository.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8ec4f4c840..d5caff9d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
<pluginRepositories>
<pluginRepository>
<id>repo.eclipse.org</id>
- <url>http://repo.eclipse.org/nexus/content/groups/releases/</url>
+ <url>http://repo.eclipse.org/content/groups/releases/</url>
</pluginRepository>
</pluginRepositories>
<repositories>

Back to the top