Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-11-01 20:39:01 +0000
committerRoland Grunberg2012-11-02 19:36:00 +0000
commit3760bf646fb9ddcbe45fe6e749c6cdc100c6c87d (patch)
tree531cc40076449ad452ae1335fceeb62e0138ea6e /valgrind/org.eclipse.linuxtools.valgrind-feature
parentb35a8903a4bf7b84c746ca96a97381ff300f7c24 (diff)
downloadorg.eclipse.linuxtools-3760bf646fb9ddcbe45fe6e749c6cdc100c6c87d.tar.gz
org.eclipse.linuxtools-3760bf646fb9ddcbe45fe6e749c6cdc100c6c87d.tar.xz
org.eclipse.linuxtools-3760bf646fb9ddcbe45fe6e749c6cdc100c6c87d.zip
Update versions for features/plug-ins using new profiling framework
- Update in preparation of next release 1.2. Change-Id: I7879adadd94c7ce762db2830fa48cff0677d46a9 Reviewed-on: https://git.eclipse.org/r/8478 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind-feature')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml2
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
index 135be30106..40cb4af3b2 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.valgrind"
label="%featureName"
- version="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="%featureProvider"
os="linux,macosx">
diff --git a/valgrind/org.eclipse.linuxtools.valgrind-feature/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind-feature/pom.xml
index d430af6335..fa1ec80e88 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind-feature/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.valgrind</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools Valgrind Tools Integration Feature</name>

Back to the top