Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Chouinard2011-10-20 03:12:44 +0000
committerFrancois Chouinard2011-10-20 03:12:44 +0000
commitb1172eebee348db6cd979533f0d38a67725c7da8 (patch)
treee79dbfe2ca29f175efc004a748d55a647cab49e1 /systemtap/pom.xml
parentca44c99a611e0f98b7b2b151b53343ecf316e0ce (diff)
downloadorg.eclipse.linuxtools-b1172eebee348db6cd979533f0d38a67725c7da8.tar.gz
org.eclipse.linuxtools-b1172eebee348db6cd979533f0d38a67725c7da8.tar.xz
org.eclipse.linuxtools-b1172eebee348db6cd979533f0d38a67725c7da8.zip
Fix pom:s for the next release (1.0.0)
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 3069a16232..a30bcffa72 100644
--- a/systemtap/pom.xml
+++ b/systemtap/pom.xml
@@ -19,12 +19,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
<artifactId>linuxtools-systemtap-parent</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools SystemTap Parent</name>

Back to the top