Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2014-08-20 16:35:31 +0000
committerJeff Johnston2014-08-20 16:45:39 +0000
commitd2c37d3b1734beb271e582557e174df4384c014f (patch)
treef84411f8aa7d78d2228685bb9d31cf0f66d42652 /oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
parent06866428b950ecb297c9b8e81ee170970d6ea2f5 (diff)
downloadorg.eclipse.linuxtools-d2c37d3b1734beb271e582557e174df4384c014f.tar.gz
org.eclipse.linuxtools-d2c37d3b1734beb271e582557e174df4384c014f.tar.xz
org.eclipse.linuxtools-d2c37d3b1734beb271e582557e174df4384c014f.zip
Fix feature versions that were bumped in stable-3.0 but not master.
Change-Id: I1b9527552d5d49910d27fbfc5f682a323baee864 Reviewed-on: https://git.eclipse.org/r/31990 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml b/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
index 2b5d379952..cbb6b6a70f 100644
--- a/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
+++ b/oprofile/org.eclipse.linuxtools.oprofile-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.oprofile.feature</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools OProfile Integration Feature</name>

Back to the top