Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Aniszczyk2011-03-10 23:11:42 +0000
committerAndrew Overholt2011-04-13 19:18:45 +0000
commit88fb0891ffe97e21cd422c07a54fa461c9329f82 (patch)
tree0e2f05681ae30e7d554528d418d62da128660784
parent5cd8020b34b982d3c0d33b49d5d60b23e197b123 (diff)
downloadorg.eclipse.linuxtools-88fb0891ffe97e21cd422c07a54fa461c9329f82.tar.gz
org.eclipse.linuxtools-88fb0891ffe97e21cd422c07a54fa461c9329f82.tar.xz
org.eclipse.linuxtools-88fb0891ffe97e21cd422c07a54fa461c9329f82.zip
Fix artifactId for releng module
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
-rw-r--r--man/org.eclipse.linuxtools.man-site/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.eclipse.linuxtools.man-site/pom.xml b/man/org.eclipse.linuxtools.man-site/pom.xml
index 65ad695703..dc90034154 100644
--- a/man/org.eclipse.linuxtools.man-site/pom.xml
+++ b/man/org.eclipse.linuxtools.man-site/pom.xml
@@ -19,7 +19,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <artifactId>org.eclipse.linuxtools.man-site</artifactId>
+ <artifactId>org.eclipse.linuxtools.releng-site</artifactId>
<packaging>eclipse-update-site</packaging>
<name>Eclipse Linux Tools Man Site (Incubation)</name>

Back to the top