Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-09-05 23:37:12 +0000
committerSravan Kumar Lakkimsetti2021-09-06 06:53:47 +0000
commitc09b8f6d9a9cccffeffea771ae9fbde333d38262 (patch)
treeb2dcf5e765d2660aa20981a11a61dd0152032694
parent1175ef436cde64c9a132c7e584a0aa87aa0f6b8d (diff)
downloadeclipse.platform.resources-c09b8f6d9a9cccffeffea771ae9fbde333d38262.tar.gz
eclipse.platform.resources-c09b8f6d9a9cccffeffea771ae9fbde333d38262.tar.xz
eclipse.platform.resources-c09b8f6d9a9cccffeffea771ae9fbde333d38262.zip
Change-Id: I3c672978a7d15acbe0419ee2a38b4c0c65bb2340 Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.resources/+/185011 Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml2
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.filesystem.macosx/pom.xml2
-rw-r--r--bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.resources.win32.x86_64/pom.xml2
-rw-r--r--bundles/org.eclipse.core.tools.resources/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.resources/pom.xml2
-rw-r--r--tests/pom.xml2
14 files changed, 14 insertions, 14 deletions
diff --git a/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
index 332d8e931..0f63d74d0 100644
--- a/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml b/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
index 018927624..4e6000b72 100644
--- a/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
index b4480bf96..7f6258869 100644
--- a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.macosx/pom.xml b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
index 4a1ab8fa6..cbbdfb21a 100644
--- a/bundles/org.eclipse.core.filesystem.macosx/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml b/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
index 2e4921a19..8e639e18f 100644
--- a/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml b/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
index e99cbc496..6ad2ac551 100644
--- a/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
@@ -11,7 +11,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.tools.resources/pom.xml b/bundles/org.eclipse.core.tools.resources/pom.xml
index 1a684595b..e1626c890 100644
--- a/bundles/org.eclipse.core.tools.resources/pom.xml
+++ b/bundles/org.eclipse.core.tools.resources/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/pom.xml b/pom.xml
index 4661e6d0f..9600029b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
index edf1b9f14..7c7e2623a 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<properties>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
index 29782b681..e2b26ef22 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.resources.saveparticipant1</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
index d13b71112..f10cafa63 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.resources.saveparticipant2</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
index e4786a920..be8f0a5aa 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.resources.saveparticipant3</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources/pom.xml b/tests/org.eclipse.core.tests.resources/pom.xml
index 6b58cd073..86245b08b 100644
--- a/tests/org.eclipse.core.tests.resources/pom.xml
+++ b/tests/org.eclipse.core.tests.resources/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<groupId>eclipse.platform.resources</groupId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.resources</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 6e12f7be6..c0f398662 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>eclipse.platform.resources</groupId>
<artifactId>eclipse.platform.resources</artifactId>
- <version>4.21.0-SNAPSHOT</version>
+ <version>4.22.0-SNAPSHOT</version>
</parent>
<artifactId>eclipse.platform.resources.tests</artifactId>
<packaging>pom</packaging>

Back to the top