Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-05-10 21:09:58 +0000
committerChris Aniszczyk2011-05-10 21:19:55 +0000
commitcd6154970c7a95dc8cca272bac5668188a24ae79 (patch)
tree0f80d02d39491c4e0e0a33f20f0b6d5d30ea8f1e /org.eclipse.mylyn.github.tests/pom.xml
parentf78c8636d5d420137860f9fcdf5d616c3216a14e (diff)
downloadegit-github-cd6154970c7a95dc8cca272bac5668188a24ae79.tar.gz
egit-github-cd6154970c7a95dc8cca272bac5668188a24ae79.tar.xz
egit-github-cd6154970c7a95dc8cca272bac5668188a24ae79.zip
Add proper snapshot repository for tycho 0.12
Change-Id: I5e41d2021d982a0810a0adbed4e4a032d0be82f6 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests/pom.xml')
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index 8cddc404..f63f6c20 100644
--- a/org.eclipse.mylyn.github.tests/pom.xml
+++ b/org.eclipse.mylyn.github.tests/pom.xml
@@ -27,7 +27,7 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.tycho</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>maven-osgi-test-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>

Back to the top