Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2014-04-14 16:16:37 +0000
committerRoland Grunberg2014-04-15 16:09:41 +0000
commit1d407b730c57523828ccea2d29b3855e51a8939f (patch)
tree495f0445229b6de714a14cc7743155c8cd0fe986 /profiling/org.eclipse.linuxtools.dataviewers/pom.xml
parent30d7747197d1ad0de04d6df18f8edeb934a8e572 (diff)
downloadorg.eclipse.linuxtools-1d407b730c57523828ccea2d29b3855e51a8939f.tar.gz
org.eclipse.linuxtools-1d407b730c57523828ccea2d29b3855e51a8939f.tar.xz
org.eclipse.linuxtools-1d407b730c57523828ccea2d29b3855e51a8939f.zip
Fix problems reported by API analysis.
- SystemTap @since tags should be 3.0 - API removals in profiling/valgrind require major version bump - Remove left over classes in o.e.l.dataviewers.annotatedsourceeditor Change-Id: I068deaf75c495b8332f2db36a494311d70ef12a5 Reviewed-on: https://git.eclipse.org/r/24989 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
Diffstat (limited to 'profiling/org.eclipse.linuxtools.dataviewers/pom.xml')
-rw-r--r--profiling/org.eclipse.linuxtools.dataviewers/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/org.eclipse.linuxtools.dataviewers/pom.xml b/profiling/org.eclipse.linuxtools.dataviewers/pom.xml
index e1e2e23eb5..a301d78342 100644
--- a/profiling/org.eclipse.linuxtools.dataviewers/pom.xml
+++ b/profiling/org.eclipse.linuxtools.dataviewers/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.dataviewers</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools Data Viewers Plug-in</name>

Back to the top