Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/pom.xml')
-rw-r--r--rpm/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/pom.xml b/rpm/pom.xml
index 976443c475..8e06b38541 100644
--- a/rpm/pom.xml
+++ b/rpm/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.rpm</groupId>
<artifactId>linuxtools-rpm-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>0.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools RPM Parent</name>

Back to the top