diff options
| author | Niraj Modi | 2018-12-07 10:10:40 +0000 |
|---|---|---|
| committer | Niraj Modi | 2018-12-07 10:10:40 +0000 |
| commit | d5d108e91cbd04923eecc39664816d8f4af15306 (patch) | |
| tree | 1457add95fc5a2f72ad24f74b6ffefc2e1f6b590 | |
| parent | d661e2cfcda81641cbac61ca62ca8a4a08c887ce (diff) | |
| download | eclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.tar.gz eclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.tar.xz eclipse.jdt-d5d108e91cbd04923eecc39664816d8f4af15306.zip | |
Bug 541822 - POM and product version change for 4.11 release
Change-Id: I36104338575c9e79f7fa965fc5778a6bdd179cba
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
| -rw-r--r-- | org.eclipse.jdt-feature/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jdt-feature/pom.xml b/org.eclipse.jdt-feature/pom.xml index 76152d6..0c86f82 100644 --- a/org.eclipse.jdt-feature/pom.xml +++ b/org.eclipse.jdt-feature/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt</artifactId> <groupId>eclipse.jdt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt.feature</groupId> <artifactId>org.eclipse.jdt</artifactId> diff --git a/org.eclipse.jdt/pom.xml b/org.eclipse.jdt/pom.xml index 6582eec..3a92ee0 100644 --- a/org.eclipse.jdt/pom.xml +++ b/org.eclipse.jdt/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt</artifactId> <groupId>eclipse.jdt</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt</artifactId> @@ -15,13 +15,13 @@ <parent> <groupId>org.eclipse</groupId> <artifactId>eclipse-platform-parent</artifactId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <relativePath>../eclipse-platform-parent</relativePath> </parent> <groupId>eclipse.jdt</groupId> <artifactId>eclipse.jdt</artifactId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> |
