Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Ladenberger2012-08-28 08:19:47 +0000
committerLukas Ladenberger2012-08-28 08:19:47 +0000
commita4d62238c34ac21850a647b0c8b934743e8a47b7 (patch)
tree50d0997e7e02821ead6cdeff1e4b938a728026aa
parent1b2ddc3e75c997877226602b34fdd9e9bdc810f4 (diff)
downloadorg.eclipse.rmf-a4d62238c34ac21850a647b0c8b934743e8a47b7.tar.gz
org.eclipse.rmf-a4d62238c34ac21850a647b0c8b934743e8a47b7.tar.xz
org.eclipse.rmf-a4d62238c34ac21850a647b0c8b934743e8a47b7.zip
fix
-rw-r--r--org.eclipse.rmf.releng.product/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.rmf.releng.product/pom.xml b/org.eclipse.rmf.releng.product/pom.xml
index 34220860..ce19f978 100644
--- a/org.eclipse.rmf.releng.product/pom.xml
+++ b/org.eclipse.rmf.releng.product/pom.xml
@@ -29,7 +29,7 @@
</configuration>
</plugin-->
<plugin>
- <groupId>${tycho-groupid}</groupId>
+ <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-publisher-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>

Back to the top