diff options
| author | Niraj Modi | 2018-12-07 10:14:26 +0000 |
|---|---|---|
| committer | Niraj Modi | 2018-12-07 10:14:26 +0000 |
| commit | 29e7478e9d4957c99a666cbc4274f70172753b2a (patch) | |
| tree | 815f479e30750bceddcfc091e00e2c481bba31fd | |
| parent | 6a14d74ea957642abd52d9f43d7b7b39e10aa606 (diff) | |
| download | eclipse.jdt.debug-29e7478e9d4957c99a666cbc4274f70172753b2a.tar.gz eclipse.jdt.debug-29e7478e9d4957c99a666cbc4274f70172753b2a.tar.xz eclipse.jdt.debug-29e7478e9d4957c99a666cbc4274f70172753b2a.zip | |
Bug 541822 - POM and product version change for 4.11 releaseI20181211-1800I20181211-0230I20181210-1800I20181210-0755I20181210-0535
Change-Id: Ie24341343ab8f5a7d79136aa3a2c36ded6977558
Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
| -rw-r--r-- | org.eclipse.jdt.debug.tests/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt.debug.ui/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt.debug/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt.launching.macosx/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt.launching.ui.macosx/pom.xml | 2 | ||||
| -rw-r--r-- | org.eclipse.jdt.launching/pom.xml | 2 | ||||
| -rw-r--r-- | pom.xml | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jdt.debug.tests/pom.xml b/org.eclipse.jdt.debug.tests/pom.xml index b6c92b596..47c02871d 100644 --- a/org.eclipse.jdt.debug.tests/pom.xml +++ b/org.eclipse.jdt.debug.tests/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.debug.tests</artifactId> diff --git a/org.eclipse.jdt.debug.ui/pom.xml b/org.eclipse.jdt.debug.ui/pom.xml index 96b467d1d..af78e1d3d 100644 --- a/org.eclipse.jdt.debug.ui/pom.xml +++ b/org.eclipse.jdt.debug.ui/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.debug.ui</artifactId> diff --git a/org.eclipse.jdt.debug/pom.xml b/org.eclipse.jdt.debug/pom.xml index 8bd836212..eccb2dde2 100644 --- a/org.eclipse.jdt.debug/pom.xml +++ b/org.eclipse.jdt.debug/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.debug</artifactId> diff --git a/org.eclipse.jdt.launching.macosx/pom.xml b/org.eclipse.jdt.launching.macosx/pom.xml index b23c22b6c..ce8a78b67 100644 --- a/org.eclipse.jdt.launching.macosx/pom.xml +++ b/org.eclipse.jdt.launching.macosx/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.launching.macosx</artifactId> diff --git a/org.eclipse.jdt.launching.ui.macosx/pom.xml b/org.eclipse.jdt.launching.ui.macosx/pom.xml index 19828722b..fb291737f 100644 --- a/org.eclipse.jdt.launching.ui.macosx/pom.xml +++ b/org.eclipse.jdt.launching.ui.macosx/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.launching.ui.macosx</artifactId> diff --git a/org.eclipse.jdt.launching/pom.xml b/org.eclipse.jdt.launching/pom.xml index 108571e81..50b420b22 100644 --- a/org.eclipse.jdt.launching/pom.xml +++ b/org.eclipse.jdt.launching/pom.xml @@ -14,7 +14,7 @@ <parent> <artifactId>eclipse.jdt.debug</artifactId> <groupId>eclipse.jdt.debug</groupId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jdt</groupId> <artifactId>org.eclipse.jdt.launching</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.debug</groupId> <artifactId>eclipse.jdt.debug</artifactId> - <version>4.10.0-SNAPSHOT</version> + <version>4.11.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> |
