Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-01 18:42:20 +0000
committerSravan Kumar Lakkimsetti2020-12-01 18:42:20 +0000
commit5286639f11e529b6c60b7afcf48be49e0a890910 (patch)
tree95cd41e1e41a567472f639abe352a4f024057f7c
parent06c54b81431309ec789ee6c3b64c53d2194e1de6 (diff)
downloadeclipse.platform.team-5286639f11e529b6c60b7afcf48be49e0a890910.tar.gz
eclipse.platform.team-5286639f11e529b6c60b7afcf48be49e0a890910.tar.xz
eclipse.platform.team-5286639f11e529b6c60b7afcf48be49e0a890910.zip
Bug 569318 - POM and product version change for 4.19 releaseI20201204-0610I20201204-0340
Change-Id: I22d5b229f0e0bab9844d5e8e4cd928433ff86fa2 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.compare.core/pom.xml2
-rw-r--r--bundles/org.eclipse.compare.win32/pom.xml2
-rw-r--r--bundles/org.eclipse.compare/pom.xml2
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.net.win32.x86_64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.net/pom.xml2
-rw-r--r--bundles/org.eclipse.cvs/pom.xml2
-rw-r--r--bundles/org.eclipse.jsch.core/pom.xml2
-rw-r--r--bundles/org.eclipse.jsch.ui/pom.xml2
-rw-r--r--bundles/org.eclipse.team.core/pom.xml2
-rw-r--r--bundles/org.eclipse.team.cvs.core/pom.xml2
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/pom.xml2
-rw-r--r--bundles/org.eclipse.team.cvs.ui/pom.xml2
-rw-r--r--bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml2
-rw-r--r--bundles/org.eclipse.team.ui/pom.xml2
-rw-r--r--bundles/org.eclipse.ui.net/pom.xml2
-rw-r--r--examples/org.eclipse.compare.examples.xml/pom.xml2
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml2
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml2
-rw-r--r--features/org.eclipse.cvs-feature/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--tests/org.eclipse.compare.tests/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.net/pom.xml2
-rw-r--r--tests/org.eclipse.jsch.tests/pom.xml2
-rw-r--r--tests/org.eclipse.team.tests.core/pom.xml2
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/pom.xml2
-rw-r--r--tests/pom.xml2
27 files changed, 27 insertions, 27 deletions
diff --git a/bundles/org.eclipse.compare.core/pom.xml b/bundles/org.eclipse.compare.core/pom.xml
index c8ed7886c..5f4b2ebce 100644
--- a/bundles/org.eclipse.compare.core/pom.xml
+++ b/bundles/org.eclipse.compare.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/bundles/org.eclipse.compare.win32/pom.xml b/bundles/org.eclipse.compare.win32/pom.xml
index f6cc23f18..7d14370a0 100644
--- a/bundles/org.eclipse.compare.win32/pom.xml
+++ b/bundles/org.eclipse.compare.win32/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml
index 8d41b305b..f73e8cd73 100644
--- a/bundles/org.eclipse.compare/pom.xml
+++ b/bundles/org.eclipse.compare/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
index dc4598c8b..07d8e441a 100644
--- a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.net.win32.x86_64/pom.xml b/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
index 078c0df81..17aa4fe32 100644
--- a/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.net/pom.xml b/bundles/org.eclipse.core.net/pom.xml
index 03d39a4c9..3dfe48469 100644
--- a/bundles/org.eclipse.core.net/pom.xml
+++ b/bundles/org.eclipse.core.net/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml
index 3ba3c1473..eb8dd8d9c 100644
--- a/bundles/org.eclipse.cvs/pom.xml
+++ b/bundles/org.eclipse.cvs/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.cvs</groupId>
diff --git a/bundles/org.eclipse.jsch.core/pom.xml b/bundles/org.eclipse.jsch.core/pom.xml
index 839dceeef..123f20e86 100644
--- a/bundles/org.eclipse.jsch.core/pom.xml
+++ b/bundles/org.eclipse.jsch.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.jsch</groupId>
diff --git a/bundles/org.eclipse.jsch.ui/pom.xml b/bundles/org.eclipse.jsch.ui/pom.xml
index c5bc02e1f..32aecd32f 100644
--- a/bundles/org.eclipse.jsch.ui/pom.xml
+++ b/bundles/org.eclipse.jsch.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.jsch</groupId>
diff --git a/bundles/org.eclipse.team.core/pom.xml b/bundles/org.eclipse.team.core/pom.xml
index 04a9beace..c979f41ac 100644
--- a/bundles/org.eclipse.team.core/pom.xml
+++ b/bundles/org.eclipse.team.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.team.cvs.core/pom.xml b/bundles/org.eclipse.team.cvs.core/pom.xml
index fed96a4df..e1008ecd8 100644
--- a/bundles/org.eclipse.team.cvs.core/pom.xml
+++ b/bundles/org.eclipse.team.cvs.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.team.cvs.ssh2/pom.xml b/bundles/org.eclipse.team.cvs.ssh2/pom.xml
index 844ece1c1..51d0e17a8 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/pom.xml
+++ b/bundles/org.eclipse.team.cvs.ssh2/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.team.cvs.ui/pom.xml b/bundles/org.eclipse.team.cvs.ui/pom.xml
index 60307a01c..47c27edb7 100644
--- a/bundles/org.eclipse.team.cvs.ui/pom.xml
+++ b/bundles/org.eclipse.team.cvs.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml b/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml
index 28c4a1de9..a4637e11b 100644
--- a/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml
+++ b/bundles/org.eclipse.team.genericeditor.diff.extension/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.team.ui/pom.xml b/bundles/org.eclipse.team.ui/pom.xml
index 7c108ef1e..b6cef9838 100644
--- a/bundles/org.eclipse.team.ui/pom.xml
+++ b/bundles/org.eclipse.team.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml
index 7bfc3cb2b..e38c4e48c 100644
--- a/bundles/org.eclipse.ui.net/pom.xml
+++ b/bundles/org.eclipse.ui.net/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.ui</groupId>
diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml
index 2d29dd7c2..8e1bfc125 100644
--- a/examples/org.eclipse.compare.examples.xml/pom.xml
+++ b/examples/org.eclipse.compare.examples.xml/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
index 9f89b72ee..058faead2 100644
--- a/examples/org.eclipse.compare.examples/pom.xml
+++ b/examples/org.eclipse.compare.examples/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
index fd7f924c8..61001bd80 100644
--- a/examples/org.eclipse.team.examples.filesystem/pom.xml
+++ b/examples/org.eclipse.team.examples.filesystem/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>
diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml
index 74d4638e7..7902f6bd2 100644
--- a/features/org.eclipse.cvs-feature/pom.xml
+++ b/features/org.eclipse.cvs-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.cvs.feature</groupId>
diff --git a/pom.xml b/pom.xml
index 28333f272..adef6efbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
diff --git a/tests/org.eclipse.compare.tests/pom.xml b/tests/org.eclipse.compare.tests/pom.xml
index 322a0c2a6..e55e0b456 100644
--- a/tests/org.eclipse.compare.tests/pom.xml
+++ b/tests/org.eclipse.compare.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/tests/org.eclipse.core.tests.net/pom.xml b/tests/org.eclipse.core.tests.net/pom.xml
index 741a9761b..22d30a93e 100644
--- a/tests/org.eclipse.core.tests.net/pom.xml
+++ b/tests/org.eclipse.core.tests.net/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.net</artifactId>
diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml
index 6a06b9002..6c7201339 100644
--- a/tests/org.eclipse.jsch.tests/pom.xml
+++ b/tests/org.eclipse.jsch.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jsch</groupId>
<artifactId>org.eclipse.jsch.tests</artifactId>
diff --git a/tests/org.eclipse.team.tests.core/pom.xml b/tests/org.eclipse.team.tests.core/pom.xml
index 11ee17b81..f8fcd6f72 100644
--- a/tests/org.eclipse.team.tests.core/pom.xml
+++ b/tests/org.eclipse.team.tests.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.tests.core</artifactId>
diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml
index 37d9872ab..7152f8f9a 100644
--- a/tests/org.eclipse.team.tests.cvs.core/pom.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.team</groupId>
<artifactId>org.eclipse.team.tests.cvs.core</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index d4d0a84b2..7c2a65ad7 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>eclipse.platform.team.tests</artifactId>

Back to the top