Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-12-04 14:04:35 +0000
committerAlexander Kurtakov2013-12-04 15:04:08 +0000
commit2aba3a008c671af961b2bf8fb49c4c8788130b15 (patch)
tree32c747452c9dffe9601e4053c3d1632d1908d8be /changelog/org.eclipse.linuxtools.changelog.core
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 'changelog/org.eclipse.linuxtools.changelog.core')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/pom.xml b/changelog/org.eclipse.linuxtools.changelog.core/pom.xml
index 440f930eec..f7de86c366 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/pom.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>linuxtools-changelog-parent</artifactId>
<groupId>org.eclipse.linuxtools.changelog</groupId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.linuxtools.changelog.core</artifactId>

Back to the top