Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-08-26 11:26:40 +0000
committerAlexander Kurtakov2016-08-26 12:06:56 +0000
commit838d902da6fe19086788abcab60a00fc2f7b07e8 (patch)
tree5cb88742f56e3ad009af418efa4a233027157d4d /gprof/org.eclipse.linuxtools.gprof/pom.xml
parentb9acdde66cb6a6385264bb9392410f46851880fa (diff)
downloadorg.eclipse.linuxtools-838d902da6fe19086788abcab60a00fc2f7b07e8.tar.gz
org.eclipse.linuxtools-838d902da6fe19086788abcab60a00fc2f7b07e8.tar.xz
org.eclipse.linuxtools-838d902da6fe19086788abcab60a00fc2f7b07e8.zip
releng: Bump feature versions for next release.
Containers and vagrant bumped to 2.2.0-SNAPSHOT. All the rest to 5.2.0-SNAPSHOT. Change-Id: Ida8c4a4a25b3655efa288936dd587d5e44668816 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/79831 Tested-by: Hudson CI
Diffstat (limited to 'gprof/org.eclipse.linuxtools.gprof/pom.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof/pom.xml b/gprof/org.eclipse.linuxtools.gprof/pom.xml
index 2c23873f39..10908231f6 100644
--- a/gprof/org.eclipse.linuxtools.gprof/pom.xml
+++ b/gprof/org.eclipse.linuxtools.gprof/pom.xml
@@ -14,11 +14,12 @@
<parent>
<artifactId>linuxtools-gprof-parent</artifactId>
<groupId>org.eclipse.linuxtools.gprof</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.gprof</artifactId>
<packaging>eclipse-plugin</packaging>
+ <version>5.1.0-SNAPSHOT</version>
<name>Linux Tools GProf Plug-in</name>
</project>

Back to the top