Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2014-05-30 18:20:45 +0000
committerJeff Johnston2014-06-04 20:06:52 +0000
commitf6a4394bb4c3d5233658e4ee420374fdf59fef74 (patch)
tree489a26344148addacebb95af8e3dee78593449ce /lttng/org.eclipse.linuxtools.tmf.ctf.core.tests
parentc74f34d88b4776a5dde4937874afa4e3888432b2 (diff)
downloadorg.eclipse.linuxtools-f6a4394bb4c3d5233658e4ee420374fdf59fef74.tar.gz
org.eclipse.linuxtools-f6a4394bb4c3d5233658e4ee420374fdf59fef74.tar.xz
org.eclipse.linuxtools-f6a4394bb4c3d5233658e4ee420374fdf59fef74.zip
Set next release to be 3.1.0.
Change-Id: I4731f53db522baccec56da9d51e7a37dc8a71b64 Reviewed-on: https://git.eclipse.org/r/27612 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tmf.ctf.core.tests')
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/META-INF/MANIFEST.MF14
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/pom.xml2
2 files changed, 8 insertions, 8 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/META-INF/MANIFEST.MF b/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/META-INF/MANIFEST.MF
index 6f9c9e50c1..79376143d3 100644
--- a/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/META-INF/MANIFEST.MF
+++ b/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/META-INF/MANIFEST.MF
@@ -15,10 +15,10 @@ Require-Bundle: org.junit;bundle-version="4.0.0",
org.eclipse.linuxtools.tmf.ctf.core,
org.eclipse.linuxtools.ctf.core,
org.eclipse.linuxtools.ctf.core.tests
-Export-Package: org.eclipse.linuxtools.tmf.ctf.core.tests,
- org.eclipse.linuxtools.tmf.ctf.core.tests.headless;x-internal:=true,
- org.eclipse.linuxtools.tmf.ctf.core.tests.request;x-internal:=true,
- org.eclipse.linuxtools.tmf.ctf.core.tests.shared,
- org.eclipse.linuxtools.tmf.ctf.core.tests.statistics;x-internal:=true,
- org.eclipse.linuxtools.tmf.ctf.core.tests.stubs,
- org.eclipse.linuxtools.tmf.ctf.core.tests.tracemanager;x-internal:=true
+Export-Package: org.eclipse.linuxtools.tmf.ctf.core.tests,org.eclipse.
+ linuxtools.tmf.ctf.core.tests.headless;x-internal:=true,org.eclipse.l
+ inuxtools.tmf.ctf.core.tests.request;x-internal:=true,org.eclipse.lin
+ uxtools.tmf.ctf.core.tests.shared,org.eclipse.linuxtools.tmf.ctf.core
+ .tests.statistics;x-internal:=true,org.eclipse.linuxtools.tmf.ctf.cor
+ e.tests.stubs,org.eclipse.linuxtools.tmf.ctf.core.tests.tracemanager;
+ x-internal:=true
diff --git a/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/pom.xml b/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/pom.xml
index 1afb24c185..91be5730bc 100644
--- a/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/pom.xml
+++ b/lttng/org.eclipse.linuxtools.tmf.ctf.core.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-lttng-parent</artifactId>
<groupId>org.eclipse.linuxtools.lttng</groupId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.tmf.ctf.core.tests</artifactId>

Back to the top