Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-03-06 20:33:47 +0000
committerAlexander Kurtakov2015-03-06 20:51:29 +0000
commit27687b2d669b4b73ced526c871f34d001c6f12f0 (patch)
tree335378d4b451f15f58d49a96b4f86567e641ad9f /oprofile
parent33849867fd1f31e060e647a3734098eaa8a7a2a3 (diff)
downloadorg.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.tar.gz
org.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.tar.xz
org.eclipse.linuxtools-27687b2d669b4b73ced526c871f34d001c6f12f0.zip
Bump version to 4.0.0.
All versions should be at version 4.0.0. Change-Id: Id7ea22ff735cdda7cecae966391ae62da77c5511 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/43336 Tested-by: Hudson CI
Diffstat (limited to 'oprofile')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml3
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.core/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.doc/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote-feature/feature.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote-feature/pom.xml3
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.ui.tests/pom.xml2
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.ui/pom.xml2
-rw-r--r--oprofile/pom.xml2
14 files changed, 14 insertions, 16 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml b/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
index a54feae158..bc3c35069e 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.oprofile.feature"
label="%featureName"
- version="3.0.0.qualifier"
+ version="4.0.0.qualifier"
provider-name="%provider"
os="linux"
license-feature="org.eclipse.license"
diff --git a/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
index 658c0159a3..2b38caf386 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
@@ -14,11 +14,10 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.feature</artifactId>
- <version>3.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools OProfile Integration Feature</name>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
index ad85867b90..e8335bcac0 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.core.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.core.tests</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.core/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.core/pom.xml
index 5f81d76d36..d79c143836 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.core/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.core</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.doc/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.doc/pom.xml
index 8c1746a6b8..e780c219b1 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.doc/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.doc/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.doc</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
index 5cff4156a8..a9b82beb7e 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.launch.tests</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.launch/pom.xml
index 3770bd4e8e..cb37112dbc 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.launch/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.launch</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/feature.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/feature.xml
index 39645590f9..783b5ee588 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/feature.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.oprofile.remote.feature"
label="%featureName"
- version="1.0.0.qualifier"
+ version="4.0.0.qualifier"
provider-name="%provider"
os="linux"
license-feature="org.eclipse.license"
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/pom.xml
index 1356e5c232..77a0eb136d 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote-feature/pom.xml
@@ -14,11 +14,10 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.remote.feature</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools Remote OProfile Integration Feature</name>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
index 37090b1852..4c0349cd85 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.remote.launch/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.remote.launch</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
index 4b6c0e9ec7..ef965be2d7 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.tests</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/pom.xml
index 4cb28a52ef..797b416ab2 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.ui.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.ui.tests</artifactId>
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.ui/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile.ui/pom.xml
index 576bb5c45b..a1f024ea15 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile.ui/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-oprofile-parent</artifactId>
<groupId>org.eclipse.linuxtools.oprofile</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.ui</artifactId>
diff --git a/oprofile/pom.xml b/oprofile/pom.xml
index 3585cb2c83..000abffc09 100644
--- a/oprofile/pom.xml
+++ b/oprofile/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.oprofile</groupId>

Back to the top