Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-08-27 20:43:43 +0000
committerJeff Johnston2013-08-27 21:06:39 +0000
commitc690a0d78b57356fe50945685f3b7d14fb6756ac (patch)
treee8ab3b24bab021b172b5538a7257d60e495bd463 /systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
parent30ece0d470c6f5b9e9a3646644daf532232e6be1 (diff)
downloadorg.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.tar.gz
org.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.tar.xz
org.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.zip
Update parent poms to 2.2.0-SNAPSHOT
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
index b80fdafe2a..4d335b4c76 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
@@ -13,7 +13,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.feature</artifactId>

Back to the top