Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-12-04 14:04:35 +0000
committerAlexander Kurtakov2013-12-04 15:04:08 +0000
commit2aba3a008c671af961b2bf8fb49c4c8788130b15 (patch)
tree32c747452c9dffe9601e4053c3d1632d1908d8be /man
parent5e852375e2245f82de56d74631cfcc40fed7ecc7 (diff)
downloadorg.eclipse.linuxtools-2aba3a008c671af961b2bf8fb49c4c8788130b15.tar.gz
org.eclipse.linuxtools-2aba3a008c671af961b2bf8fb49c4c8788130b15.tar.xz
org.eclipse.linuxtools-2aba3a008c671af961b2bf8fb49c4c8788130b15.zip
Bump build system to build 3.0.0.
Subprojects parent poms are losing their versions as they are always the same as the parent pom version and thus only introduce noise. Change-Id: I6388f33c5e68d8c061cf57c7c09612817e189e30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19310 Tested-by: Hudson CI
Diffstat (limited to 'man')
-rw-r--r--man/org.eclipse.linuxtools.man-feature/pom.xml2
-rw-r--r--man/org.eclipse.linuxtools.man.core/pom.xml2
-rw-r--r--man/pom.xml3
3 files changed, 3 insertions, 4 deletions
diff --git a/man/org.eclipse.linuxtools.man-feature/pom.xml b/man/org.eclipse.linuxtools.man-feature/pom.xml
index 270d8c6858..ef640bb788 100644
--- a/man/org.eclipse.linuxtools.man-feature/pom.xml
+++ b/man/org.eclipse.linuxtools.man-feature/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.man</artifactId>
diff --git a/man/org.eclipse.linuxtools.man.core/pom.xml b/man/org.eclipse.linuxtools.man.core/pom.xml
index 9201eb8a6f..e16b90b869 100644
--- a/man/org.eclipse.linuxtools.man.core/pom.xml
+++ b/man/org.eclipse.linuxtools.man.core/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.man.core</artifactId>
diff --git a/man/pom.xml b/man/pom.xml
index e505ce4f8d..6bfd5e0229 100644
--- a/man/pom.xml
+++ b/man/pom.xml
@@ -19,12 +19,11 @@
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.linuxtools.man</groupId>
<artifactId>linuxtools-man-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Eclipse Linux Tools Man Parent</name>

Back to the top