Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-12-16 07:52:35 +0000
committerMatthias Sohn2011-12-16 07:52:47 +0000
commit3456d76b4639f3608262a4be24f7582447087121 (patch)
tree99bd21f64888a32719bad18cb1a1ebbad8793fc3
parentfade89bab995b05b4766746bfd67349e08629ae3 (diff)
parent53b5caf43faf2a016b898c1508e895f71a69539b (diff)
downloadegit-github-3456d76b4639f3608262a4be24f7582447087121.tar.gz
egit-github-3456d76b4639f3608262a4be24f7582447087121.tar.xz
egit-github-3456d76b4639f3608262a4be24f7582447087121.zip
Merge branch 'stable-1.2'
* stable-1.2: Use different maven repository to get signing plugin Change-Id: Ida81334e0dab34847bd884d6952b2099086ba6b8 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 09d06a8a..b80f1cf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<pluginRepositories>
<pluginRepository>
<id>maven.eclipse.org</id>
- <url>http://maven.eclipse.org/nexus/content/groups/public</url>
+ <url>http://maven.eclipse.org/nexus/content/repositories/milestone-indigo/</url>
</pluginRepository>
</pluginRepositories>

Back to the top