Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2012-07-26 21:47:48 +0000
committerAlexandre Montplaisir2012-07-30 21:02:39 +0000
commita55a176d174590241b1280de16cc8ff78dbe73f8 (patch)
tree944097086a17aaf28bb8aefe59a45333b92ff4cb /lttng/org.eclipse.linuxtools.tmf/pom.xml
parent9db224b1efa0a91e727292b97204a859669d3b4f (diff)
downloadorg.eclipse.linuxtools-a55a176d174590241b1280de16cc8ff78dbe73f8.tar.gz
org.eclipse.linuxtools-a55a176d174590241b1280de16cc8ff78dbe73f8.tar.xz
org.eclipse.linuxtools-a55a176d174590241b1280de16cc8ff78dbe73f8.zip
tmf: Bump plugins version to 2.0 for Kepler branch
Since 1.2 is not yet released, we have to fake all the existing "@since 1.2" methods to "@since 2.0". When we merge this branch back into master (which should be after the 1.2 release), these should be reverted to "@since 1.2". Change-Id: I5b74bd4c021424aecdf62014147b2ef4ff0d0b6b Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/6968 Reviewed-by: Mathieu Denis <mathieu.denis55@gmail.com>
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tmf/pom.xml')
-rw-r--r--lttng/org.eclipse.linuxtools.tmf/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf/pom.xml b/lttng/org.eclipse.linuxtools.tmf/pom.xml
index b86ef1b743..a7eb6e0858 100644
--- a/lttng/org.eclipse.linuxtools.tmf/pom.xml
+++ b/lttng/org.eclipse.linuxtools.tmf/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.tmf</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools LTTng TMF (Tracing and Monitoring Framework)</name>

Back to the top