Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2013-06-04 17:28:13 +0000
committerCamilo Bernal2013-06-04 21:18:33 +0000
commitff3497766e64bef0fbfc0e2ddd1f97de14bb3db0 (patch)
tree95085a57d0d2a08aea7c5c82595051fbdb55203d /gprof/org.eclipse.linuxtools.gprof/pom.xml
parentc8514e3ea44d147d3450de19bb642f33b0ca24f0 (diff)
downloadorg.eclipse.linuxtools-ff3497766e64bef0fbfc0e2ddd1f97de14bb3db0.tar.gz
org.eclipse.linuxtools-ff3497766e64bef0fbfc0e2ddd1f97de14bb3db0.tar.xz
org.eclipse.linuxtools-ff3497766e64bef0fbfc0e2ddd1f97de14bb3db0.zip
Resolve API problems with @since tags in GProf plugin.
0b4c197bf22349c0e93d7814ae3f290d7b7ed434 introduced some API breakage. Change-Id: Ie76b4024e9e78c2d880da7359313b128c50c347d Reviewed-on: https://git.eclipse.org/r/13562 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof/pom.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof/pom.xml b/gprof/org.eclipse.linuxtools.gprof/pom.xml
index 576b8b9dee..9ff80418a2 100644
--- a/gprof/org.eclipse.linuxtools.gprof/pom.xml
+++ b/gprof/org.eclipse.linuxtools.gprof/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.gprof</artifactId>
- <version>4.0.1-SNAPSHOT</version>
+ <version>5.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools GProf Plug-in</name>

Back to the top