Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-03-06 20:33:47 +0000
committerAlexander Kurtakov2015-03-06 20:51:29 +0000
commit27687b2d669b4b73ced526c871f34d001c6f12f0 (patch)
tree335378d4b451f15f58d49a96b4f86567e641ad9f /systemtap/org.eclipse.linuxtools.callgraph-feature
parent33849867fd1f31e060e647a3734098eaa8a7a2a3 (diff)
downloadorg.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.tar.gz
org.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.tar.xz
org.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.zip
Bump version to 4.0.0.
All versions should be at version 4.0.0. Change-Id: Id7ea22ff735cdda7cecae966391ae62da77c5511 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/43336 Tested-by: Hudson CI
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.callgraph-feature')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
index 25d02baf46..8d3450fdea 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.callgraph.feature"
label="%featureName"
- version="3.0.0.qualifier"
+ version="4.0.0.qualifier"
provider-name="%featureProvider"
os="linux"
license-feature="org.eclipse.license"
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
index 11fa72449f..b8df0efcc4 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
@@ -13,11 +13,10 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.feature</artifactId>
- <version>3.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools C/C++ Call Graph Visualization Feature</name>

Back to the top