Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2012-09-18 15:54:35 +0000
committerAlexandre Montplaisir2012-09-24 18:50:29 +0000
commit9c21c00191dd54b36c5ac1dd5f837e2307c93c9f (patch)
treed1b3be17ecbfdfcaa04fd4e3be5ce1beb31242f8 /lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests
parentba62871210a69a81ffe155f7afdcbc3904f831bd (diff)
downloadorg.eclipse.linuxtools-9c21c00191dd54b36c5ac1dd5f837e2307c93c9f.tar.gz
org.eclipse.linuxtools-9c21c00191dd54b36c5ac1dd5f837e2307c93c9f.tar.xz
org.eclipse.linuxtools-9c21c00191dd54b36c5ac1dd5f837e2307c93c9f.zip
lttng: Bump lttng2 and lttng2.kernel plugins to 2.0
Change-Id: I53cfe696d0ecd56b1c2099bb8299bb9a11df5d26 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/7803 Reviewed-by: Bernd Hufmann <bhufmann@gmail.com> IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Diffstat (limited to 'lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests')
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
index bc821a1331..293c515d69 100644
--- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
+++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.linuxtools.lttng2.kernel.ui.tests
Bundle-ActivationPolicy: lazy
diff --git a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
index 2fbf77a5bd..e4098129c0 100644
--- a/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
+++ b/lttng/org.eclipse.linuxtools.lttng2.kernel.ui.tests/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.lttng2.kernel.ui.tests</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>Linux Tools LTTng Kernel Analysis UI Unit Test Suite</name>

Back to the top