Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-12-07 08:54:45 +0000
committerAlexander Kurtakov2018-12-07 09:01:54 +0000
commit8d27514f86c32ce9266a2ce10a2c12d56b177ea5 (patch)
treea758472c4cd758c36ac1a8846b76ec5329b1fce1 /pom.xml
parentca3b358d19854c9e184576263b1d3228514f6c8e (diff)
downloadeclipse.platform.releng.aggregator-8d27514f86c32ce9266a2ce10a2c12d56b177ea5.tar.gz
eclipse.platform.releng.aggregator-8d27514f86c32ce9266a2ce10a2c12d56b177ea5.tar.xz
eclipse.platform.releng.aggregator-8d27514f86c32ce9266a2ce10a2c12d56b177ea5.zip
Bug 541822 - POM and product version change for 4.11 release
Update aggregator pom, parent pom and prereqs. Change-Id: I3ebea1eba84ab4019a462fe9a1ab8153e2ffa710 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 869862614..fac2e7618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
<groupId>org.eclipse.platform</groupId>
<artifactId>platform-aggregator</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!--Property used in parent pom which if defined disables activation of build-individual-bundles profile -->

Back to the top