Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-08-27 20:43:43 +0000
committerJeff Johnston2013-08-27 21:06:39 +0000
commitc690a0d78b57356fe50945685f3b7d14fb6756ac (patch)
treee8ab3b24bab021b172b5538a7257d60e495bd463 /changelog/pom.xml
parent30ece0d470c6f5b9e9a3646644daf532232e6be1 (diff)
downloadorg.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.tar.gz
org.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.tar.xz
org.eclipse.linuxtools-c690a0d78b57356fe50945685f3b7d14fb6756ac.zip
Update parent poms to 2.2.0-SNAPSHOT
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'changelog/pom.xml')
-rw-r--r--changelog/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog/pom.xml b/changelog/pom.xml
index 48a7d7b7e9..86a87c8201 100644
--- a/changelog/pom.xml
+++ b/changelog/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.changelog</groupId>
<artifactId>linuxtools-changelog-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools ChangeLog Parent</name>

Back to the top