Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/pom.xml')
-rw-r--r--systemtap/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemtap/pom.xml b/systemtap/pom.xml
index d31b2ed0c6..75d6c35c6b 100644
--- a/systemtap/pom.xml
+++ b/systemtap/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
<artifactId>linuxtools-systemtap-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools SystemTap Parent</name>

Back to the top