Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-12-07 02:22:06 +0000
committerJeff Johnston2018-12-07 15:27:53 +0000
commitabd60b85968e61644500cbe1665e7b61da6d2873 (patch)
tree715327c705a29707553ef107806153a66e24cea1 /systemtap
parent269ec9026c9cd16c1865b30f818e23b82a68328c (diff)
downloadorg.eclipse.linuxtools-abd60b85968e61644500cbe1665e7b61da6d2873.tar.gz
org.eclipse.linuxtools-abd60b85968e61644500cbe1665e7b61da6d2873.tar.xz
org.eclipse.linuxtools-abd60b85968e61644500cbe1665e7b61da6d2873.zip
Bump up master version
- bump regular features to 7.2.0 - bump docker features to 4.2.0 - bump mylyn features to 2.2.0 Change-Id: Ia5b383cb8ed334da5f2df0810d5d47ed941afb9d Reviewed-on: https://git.eclipse.org/r/133622 Tested-by: CI Bot Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'systemtap')
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.core/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.docs/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.launch/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.callgraph/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.core/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/META-INF/MANIFEST.MF2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/pom.xml4
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.structures/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.doc/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/pom.xml2
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide/pom.xml2
-rw-r--r--systemtap/pom.xml2
22 files changed, 23 insertions, 23 deletions
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
index 93659284e9..5fb05d79a6 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.callgraph.feature"
label="%featureName"
- version="7.1.0.qualifier"
+ version="7.2.0.qualifier"
provider-name="%featureProvider"
os="linux"
license-feature="org.eclipse.license"
diff --git a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
index cbd104df16..ae58d13592 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.feature</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.core/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.core/pom.xml
index 47a14424a0..5ae08ead68 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.core/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.core</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.docs/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.docs/pom.xml
index 45c88f83df..adcc404bcf 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.docs/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.docs/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.docs</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/pom.xml
index ceb3df6f01..8d4c4d4472 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.launch.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.launch/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.launch/pom.xml
index d6e0fcc209..43d9396608 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.launch/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.launch/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.launch</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
index cc6b062cb8..ce05dffc44 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.callgraph/pom.xml b/systemtap/org.eclipse.linuxtools.callgraph/pom.xml
index d02560119d..eb2cc2b3ba 100644
--- a/systemtap/org.eclipse.linuxtools.callgraph/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.callgraph/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.callgraph</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml b/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
index 44ff5d2a3b..bace6c7364 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.systemtap"
label="%description"
- version="7.1.0.qualifier"
+ version="7.2.0.qualifier"
provider-name="%featureProvider"
os="linux"
license-feature="org.eclipse.license"
diff --git a/systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml
index d7d7203ff6..f411f7978a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/pom.xml
index 9e27fbf596..aafe0b640b 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.graphing.core.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/pom.xml
index a11e7ea97c..d7ecaf50f5 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.graphing.core</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/META-INF/MANIFEST.MF b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/META-INF/MANIFEST.MF
index 316634e5f7..815fcf6f5d 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/META-INF/MANIFEST.MF
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.graphing.ui;singleton:=true
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.2.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.graphing.ui.GraphingUIPlugin
Bundle-Vendor: %bundleProvider
Bundle-Localization: plugin
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/pom.xml
index 01e3dc8cf3..10b27e00eb 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphing.ui/pom.xml
@@ -15,11 +15,11 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.graphing.ui</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools SystemTap Graphing UI Plug-In</name>
</project>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/pom.xml
index 41d4ec3201..384cccb00a 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.structures.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.structures/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.structures/pom.xml
index 2662ad9e33..12fe792e53 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.structures/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.structures/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.structures</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/pom.xml
index 21049e181e..307fa71ff0 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.consolelog.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/pom.xml
index 0dcd3141e7..5216a60b72 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.consolelog/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.consolelog</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/pom.xml
index 5d58b2a85a..0fbccc2f72 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.doc/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.doc</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/pom.xml
index 28e04ee417..7167f8b824 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide.tests/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.ide.tests</artifactId>
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/pom.xml b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/pom.xml
index fa8f2d49bb..5a84e204f7 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/pom.xml
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>linuxtools-systemtap-parent</artifactId>
<groupId>org.eclipse.linuxtools.systemtap</groupId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.systemtap.ui.ide</artifactId>
diff --git a/systemtap/pom.xml b/systemtap/pom.xml
index 7b05ec5b2a..6e16f8f1b2 100644
--- a/systemtap/pom.xml
+++ b/systemtap/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>7.1.0-SNAPSHOT</version>
+ <version>7.2.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.systemtap</groupId>

Back to the top