diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml
index 190e0729ee..dab04a25b6 100644
--- a/features/org.python.pydev.feature/feature.xml
+++ b/features/org.python.pydev.feature/feature.xml
@@ -6,7 +6,7 @@ build matches when doing a replace (so, the version of the xml has some extra sp
@@ -130,96 +130,96 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.python.pydev.core"
download-size="188"
install-size="188"
- version="10.1.4.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
+ version="10.2.0.qualifier"/>
diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml
index 37ac9f4680..f1ffb41103 100644
--- a/features/org.python.pydev.feature/pom.xml
+++ b/features/org.python.pydev.feature/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
features
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/features/org.python.pydev.mylyn.feature/pom.xml b/features/org.python.pydev.mylyn.feature/pom.xml
index 8bb8faf00d..33d3e068e2 100644
--- a/features/org.python.pydev.mylyn.feature/pom.xml
+++ b/features/org.python.pydev.mylyn.feature/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
features
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/features/org.python.pydev.p2-repo/pom.xml b/features/org.python.pydev.p2-repo/pom.xml
index 7ca5f9ce10..182fed9919 100644
--- a/features/org.python.pydev.p2-repo/pom.xml
+++ b/features/org.python.pydev.p2-repo/pom.xml
@@ -19,7 +19,7 @@
org.python.pydev
features
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
diff --git a/features/pom.xml b/features/pom.xml
index ab9012ad86..a89497e3b4 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
parent
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
features
diff --git a/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF b/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
index 0ab267a352..00a3e84312 100644
--- a/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
+++ b/plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Analysis Plug-in
Bundle-SymbolicName: com.python.pydev.analysis; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Activator: com.python.pydev.analysis.AnalysisPlugin
Bundle-Vendor: Brainwy Software Ltda
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.text,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filebuffers,
diff --git a/plugins/com.python.pydev.analysis/pom.xml b/plugins/com.python.pydev.analysis/pom.xml
index 9bdb63d230..c4b353e696 100644
--- a/plugins/com.python.pydev.analysis/pom.xml
+++ b/plugins/com.python.pydev.analysis/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF b/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
index 6048c16b39..463d323921 100644
--- a/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
+++ b/plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
@@ -2,21 +2,21 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Extensions Debug Plug-in
Bundle-SymbolicName: com.python.pydev.debug; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Activator: com.python.pydev.debug.DebugPlugin
Bundle-Vendor: Brainwy Software Ltda
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.debug;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.debug;bundle-version="[10.2.0,10.2.1)",
org.eclipse.debug.core,
org.eclipse.core.resources,
org.eclipse.debug.ui,
org.junit;bundle-version="4.0";resolution:=optional,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui.console
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: debug.jar
diff --git a/plugins/com.python.pydev.debug/pom.xml b/plugins/com.python.pydev.debug/pom.xml
index 8c2a80938f..1c40bc666a 100644
--- a/plugins/com.python.pydev.debug/pom.xml
+++ b/plugins/com.python.pydev.debug/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/com.python.pydev.docs/release_process.txt b/plugins/com.python.pydev.docs/release_process.txt
index 4720c8250e..f71ff98c1b 100644
--- a/plugins/com.python.pydev.docs/release_process.txt
+++ b/plugins/com.python.pydev.docs/release_process.txt
@@ -2,7 +2,7 @@
Update the version:
cd /d X:\liclipsews\liclipsews\Pydev
-python update_version.py 10.1.4
+python update_version.py 10.2.0
x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat
@@ -12,12 +12,12 @@ x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat
x:
cd x:\liclipsews\liclipsews\Pydev
- python update_version.py 10.1.4
+ python update_version.py 10.2.0
# TODO: Get debugger binaries from modules in pypi (either during build or when
# the user starts up PyDev) so that the step below is not needed.
-
+
Make sure debugger builtins are updated and commited:
cd /D x:\liclipsews\liclipsews\Pydev\plugins\org.python.pydev.core\pysrc\
@@ -50,7 +50,7 @@ x:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat
throws an exception (it cannot be installed in the environment)
Create tab in cmdermini:
- set FORCE_PYDEVD_VC_VARS=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat
+ set FORCE_PYDEVD_VC_VARS=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat
X:\liclipsews\liclipsews\Pydev\builders\org.python.pydev.build\build_cmd.bat
Copy features and plugins folders from X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\repository to X:\pydev_build\update_site_dir\updates
@@ -62,9 +62,9 @@ copy X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\rep
x:
cd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable
-"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 10.1.4.zip" features plugins
+"C:\Program Files\7-Zip\7z" a -tzip -r "PyDev 10.2.0.zip" features plugins
cd X:\pydev_build\build_dir\pydev
-git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.1.4-sources.zip" origin/master
+git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.2.0-sources.zip" origin/master
** Submit feature and sources .zip in folder X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable to:
@@ -73,7 +73,7 @@ git archive -o "X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo
Note: check pageant if it does not connect.
Check if the main download button points to the proper place (not to the sources) --
-https://sourceforge.net/projects/pydev/files/pydev/PyDev 10.1.4/ -- choose file > file info > set default.
+https://sourceforge.net/projects/pydev/files/pydev/PyDev 10.2.0/ -- choose file > file info > set default.
** Add contents to the update site
@@ -81,43 +81,43 @@ https://sourceforge.net/projects/pydev/files/pydev/PyDev 10.1.4/ -- choose file
cd /D X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\
-mkdir org.python.pydev.p2-repo-10.1.4-SNAPSHOT
+mkdir org.python.pydev.p2-repo-10.2.0-SNAPSHOT
-cd org.python.pydev.p2-repo-10.1.4-SNAPSHOT
+cd org.python.pydev.p2-repo-10.2.0-SNAPSHOT
-"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-10.1.4-SNAPSHOT.zip
+"C:\Program Files\7-Zip\7z" x ..\org.python.pydev.p2-repo-10.2.0-SNAPSHOT.zip
-cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.4-SNAPSHOT
-C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-10-1-4.surge.sh
-"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,pydev@frs.sourceforge.net/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.4-SNAPSHOT"
+cdd X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.0-SNAPSHOT
+C:\Users\fabio\AppData\Roaming\npm\surge.cmd --domain pydev-10-2-0.surge.sh
+"C:\Program Files\FileZilla FTP Client\filezilla.exe" sftp://fabioz,pydev@frs.sourceforge.net/home/project-web/pydev/htdocs/pydev_update_site --local="X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.0-SNAPSHOT"
** Tag repository:
- git tag pydev_10_1_4 -a -m "PyDev 10.1.4"
+ git tag pydev_10_2_0 -a -m "PyDev 10.2.0"
git push --tags
-SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.1.4-SNAPSHOT
-SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.1.4.zip
+SET CONVERT_SOURCE=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\org.python.pydev.p2-repo-10.2.0-SNAPSHOT
+SET CONVERT_FINAL_ZIP=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\runnable\PyDev 10.2.0.zip
SET CONVERT_TARGET_DIR=X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github
-python X:\release_tools\convert_to_github.py 10.1.4
+python X:\release_tools\convert_to_github.py 10.2.0
Do GH release in:
- https://github.com/fabioz/Pydev/releases/new?tag=pydev_10_1_4
+ https://github.com/fabioz/Pydev/releases/new?tag=pydev_10_2_0
Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github
-
+
Title:
- PyDev 10.1.4
-
+ PyDev 10.2.0
+
Message:
- This release contains PyDev 10.1.4
+ This release contains PyDev 10.2.0
It's possible to add it as an Eclipse update site using the url:
- https://github.com/fabioz/Pydev/releases/download/pydev_10_1_4/
+ https://github.com/fabioz/Pydev/releases/download/pydev_10_2_0/
Or get a .zip to install manually by unzipping it in the dropins:
- https://github.com/fabioz/Pydev/releases/download/pydev_10_1_4/PyDev.10.1.4.zip
+ https://github.com/fabioz/Pydev/releases/download/pydev_10_2_0/PyDev.10.2.0.zip
** Update homepage:
diff --git a/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF b/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
index 2e9f16260e..cf9e3b2437 100644
--- a/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
+++ b/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Refactoring Plug-in
Bundle-SymbolicName: com.python.pydev.refactoring; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Activator: com.python.pydev.refactoring.RefactoringPlugin
Bundle-Vendor: Brainwy Software Ltda
Bundle-Localization: plugin
@@ -13,18 +13,18 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.core.runtime,
org.eclipse.jface.text,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.search,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
org.eclipse.core.resources,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
- org.python.pydev.refactoring;bundle-version="[10.1.4,10.1.5)",
- com.python.pydev.analysis;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.refactoring;bundle-version="[10.2.0,10.2.1)",
+ com.python.pydev.analysis;bundle-version="[10.2.0,10.2.1)",
org.eclipse.jdt.core;resolution:=optional,
org.eclipse.jdt.ui;resolution:=optional
Bundle-ActivationPolicy: lazy
diff --git a/plugins/com.python.pydev.refactoring/pom.xml b/plugins/com.python.pydev.refactoring/pom.xml
index a27712291e..a56a5c35d8 100644
--- a/plugins/com.python.pydev.refactoring/pom.xml
+++ b/plugins/com.python.pydev.refactoring/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF b/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
index f84fdf4594..83fafe9b64 100644
--- a/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
+++ b/plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Runalltests2 Plug-in
Bundle-SymbolicName: com.python.pydev.runalltests
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Activator: com.python.pydev.runalltests2.Activator
Eclipse-BundleShape: dir
Bundle-Vendor: Brainwy Software Ltda
diff --git a/plugins/com.python.pydev.runalltests/pom.xml b/plugins/com.python.pydev.runalltests/pom.xml
index b490468328..9efe0993d1 100644
--- a/plugins/com.python.pydev.runalltests/pom.xml
+++ b/plugins/com.python.pydev.runalltests/pom.xml
@@ -5,7 +5,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF b/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
index 977579742c..d3d7a6844a 100644
--- a/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ast Plug-in
Bundle-SymbolicName: org.python.pydev.ast; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: ast.jar
Bundle-Activator: org.python.pydev.ast.AstPlugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.core.resources,
org.eclipse.core.runtime,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
org.eclipse.text,
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
org.eclipse.core.variables,
org.eclipse.debug.core
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.python.pydev.ast/pom.xml b/plugins/org.python.pydev.ast/pom.xml
index d4e434108d..87f5d1d55c 100644
--- a/plugins/org.python.pydev.ast/pom.xml
+++ b/plugins/org.python.pydev.ast/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF
index aef64b8a0c..5f1412b8e5 100644
--- a/plugins/org.python.pydev.core/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core Plug-in
Bundle-SymbolicName: org.python.pydev.core;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: core.jar
Bundle-Activator: org.python.pydev.core.CorePlugin
Bundle-Vendor: Brainwy Software Ltda
@@ -13,7 +13,7 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.core.filebuffers,
org.eclipse.core.variables,
org.eclipse.text,
- org.python.pydev.shared_core;bundle-version="[10.1.4,10.1.5)";visibility:=reexport,
+ org.python.pydev.shared_core;bundle-version="[10.2.0,10.2.1)";visibility:=reexport,
org.eclipse.ltk.core.refactoring,
org.eclipse.core.filesystem
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.python.pydev.core/pom.xml b/plugins/org.python.pydev.core/pom.xml
index 59c27ae230..84aa3c896b 100644
--- a/plugins/org.python.pydev.core/pom.xml
+++ b/plugins/org.python.pydev.core/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF b/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF
index 5ff78f9ed2..ddb5b75d70 100644
--- a/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.customizations/META-INF/MANIFEST.MF
@@ -2,22 +2,22 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Customizations Plug-in
Bundle-SymbolicName: org.python.pydev.customizations; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: customizations.jar
Bundle-Activator: org.python.pydev.customizations.CustomizationsPlugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.debug;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.debug;bundle-version="[10.2.0,10.2.1)",
org.junit;bundle-version="4.0";resolution:=optional,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.core.expressions,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)"
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)"
Bundle-ActivationPolicy: lazy
Export-Package: org.python.pydev.customizations,org.python.pydev.custo
mizations.app_engine.actions,org.python.pydev.customizations.app_engi
diff --git a/plugins/org.python.pydev.customizations/pom.xml b/plugins/org.python.pydev.customizations/pom.xml
index 435ed7cdad..4a17614979 100644
--- a/plugins/org.python.pydev.customizations/pom.xml
+++ b/plugins/org.python.pydev.customizations/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF
index 41793eda69..b63f062099 100644
--- a/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev debug
Bundle-SymbolicName: org.python.pydev.debug; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: pydev-debug.jar,
libs/winp-1.26.0.7.jar
Bundle-Activator: org.python.pydev.debug.core.PydevDebugPlugin
@@ -21,14 +21,14 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.ui.workbench.texteditor,
org.eclipse.core.variables,
org.eclipse.ui.console,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
org.eclipse.core.expressions,
- org.python.pydev.jython;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.shared_interactive_console;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)"
+ org.python.pydev.jython;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.shared_interactive_console;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)"
Bundle-ActivationPolicy: lazy
Export-Package: com.python.pydev.interactiveconsole,
org.python.pydev.debug.codecoverage,
diff --git a/plugins/org.python.pydev.debug/pom.xml b/plugins/org.python.pydev.debug/pom.xml
index 8e9521034a..2d1bb113b3 100644
--- a/plugins/org.python.pydev.debug/pom.xml
+++ b/plugins/org.python.pydev.debug/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.django/META-INF/MANIFEST.MF b/plugins/org.python.pydev.django/META-INF/MANIFEST.MF
index 72090c59d7..5147e4c606 100644
--- a/plugins/org.python.pydev.django/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.django/META-INF/MANIFEST.MF
@@ -2,33 +2,33 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev Django
Bundle-SymbolicName: org.python.pydev.django;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Vendor: Brainwy Software Ltda
Bundle-Activator: org.python.pydev.django.DjangoPlugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
org.junit;bundle-version="4.0";resolution:=optional,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
org.eclipse.core.resources,
org.eclipse.core.variables,
org.eclipse.debug.core,
org.eclipse.debug.ui,
- org.python.pydev.debug;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.debug;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui.console,
- org.python.pydev.jython;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.jython;bundle-version="[10.2.0,10.2.1)",
org.eclipse.search,
org.eclipse.ui.ide,
- org.python.pydev.customizations;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.customizations;bundle-version="[10.2.0,10.2.1)",
org.eclipse.core.expressions,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.shared_interactive_console;bundle-version="[10.1.4,10.1.5)"
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.shared_interactive_console;bundle-version="[10.2.0,10.2.1)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: pydev_django.jar
Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/plugins/org.python.pydev.django/pom.xml b/plugins/org.python.pydev.django/pom.xml
index b06fa5bdc9..99bbf8458a 100644
--- a/plugins/org.python.pydev.django/pom.xml
+++ b/plugins/org.python.pydev.django/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.help/META-INF/MANIFEST.MF b/plugins/org.python.pydev.help/META-INF/MANIFEST.MF
index 573296c9d9..dc301940e2 100644
--- a/plugins/org.python.pydev.help/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Pydev Online Help
Bundle-SymbolicName: org.python.pydev.help; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Vendor: Brainwy Software Ltda
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
diff --git a/plugins/org.python.pydev.help/pom.xml b/plugins/org.python.pydev.help/pom.xml
index a92a4caa7c..3e46d8bcef 100644
--- a/plugins/org.python.pydev.help/pom.xml
+++ b/plugins/org.python.pydev.help/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF
index f4c849e46a..6987be922e 100644
--- a/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.jython/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Jython Plug-in
Bundle-SymbolicName: org.python.pydev.jython; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: pydev-jython.jar,
jython.jar
Bundle-Activator: org.python.pydev.jython.JythonPlugin
@@ -10,12 +10,12 @@ Bundle-Vendor: Brainwy Software Ltda
Eclipse-BundleShape: dir
Eclipse-BuddyPolicy: global
Require-Bundle: org.eclipse.core.runtime,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui,
org.eclipse.ui.console,
org.eclipse.jface.text,
org.junit;bundle-version="4.0";resolution:=optional,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)"
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)"
Bundle-ActivationPolicy: lazy
Export-Package: org.python.core,
org.python.pydev.jython,
diff --git a/plugins/org.python.pydev.jython/pom.xml b/plugins/org.python.pydev.jython/pom.xml
index b802527296..d7d8d9a129 100644
--- a/plugins/org.python.pydev.jython/pom.xml
+++ b/plugins/org.python.pydev.jython/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.mylyn/pom.xml b/plugins/org.python.pydev.mylyn/pom.xml
index dc993ac90e..7778aacf22 100644
--- a/plugins/org.python.pydev.mylyn/pom.xml
+++ b/plugins/org.python.pydev.mylyn/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF b/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF
index 8f2cdfc6b9..f9b85c269c 100644
--- a/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Parser Plug-in
Bundle-SymbolicName: org.python.pydev.parser; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: parser.jar
Bundle-Activator: org.python.pydev.parser.ParserPlugin
Eclipse-BundleShape: dir
@@ -10,7 +10,7 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.text,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)"
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)"
Bundle-ActivationPolicy: lazy
Export-Package: org.python.pydev.parser,
org.python.pydev.parser.fastparser,
diff --git a/plugins/org.python.pydev.parser/pom.xml b/plugins/org.python.pydev.parser/pom.xml
index e64e1b0949..93ca1fd40c 100644
--- a/plugins/org.python.pydev.parser/pom.xml
+++ b/plugins/org.python.pydev.parser/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF b/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF
index 44cf367bde..07052542b8 100644
--- a/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %peptic.pluginName
Bundle-SymbolicName: org.python.pydev.refactoring;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-Activator: org.python.pydev.refactoring.PepticPlugin
Bundle-Vendor: %peptic.providerName
Bundle-Localization: plugin
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.eclipse.core.resources,
@@ -18,10 +18,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.editors,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev;bundle-version="[10.2.0,10.2.1)",
org.eclipse.compare,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
org.junit;bundle-version="4.0.0";resolution:=optional
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: refactoring.jar
diff --git a/plugins/org.python.pydev.refactoring/pom.xml b/plugins/org.python.pydev.refactoring/pom.xml
index 38fb2652fa..7eec8844b3 100644
--- a/plugins/org.python.pydev.refactoring/pom.xml
+++ b/plugins/org.python.pydev.refactoring/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF
index 50f12d790b..0d8463ae99 100644
--- a/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Shared Core Plug-in
Bundle-SymbolicName: org.python.pydev.shared_core;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: shared_core.jar,
libs/snakeyaml-engine-2.1-20200105.160423-4.jar,
libs/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar,
diff --git a/plugins/org.python.pydev.shared_core/pom.xml b/plugins/org.python.pydev.shared_core/pom.xml
index 7b0f6050b0..60b1133cad 100644
--- a/plugins/org.python.pydev.shared_core/pom.xml
+++ b/plugins/org.python.pydev.shared_core/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF
index e4ae2430de..95f12f06ea 100644
--- a/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.shared_interactive_console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Interactive Console Plug-in
Bundle-SymbolicName: org.python.pydev.shared_interactive_console;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: interactive_console.jar,
commons-logging-1.1.1.jar,
ws-commons-util-1.0.2.jar,
@@ -18,9 +18,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.ui.workbench.texteditor,
- org.python.pydev.shared_core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui.ide
Bundle-ActivationPolicy: lazy
Export-Package: org.apache.commons.logging,org.apache.commons.logging.
diff --git a/plugins/org.python.pydev.shared_interactive_console/pom.xml b/plugins/org.python.pydev.shared_interactive_console/pom.xml
index 23dde1f0fe..517dcab2f8 100644
--- a/plugins/org.python.pydev.shared_interactive_console/pom.xml
+++ b/plugins/org.python.pydev.shared_interactive_console/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF b/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF
index 6043562344..be46b9d4b9 100644
--- a/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Shared Ui Plug-in
Bundle-SymbolicName: org.python.pydev.shared_ui;singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: shared_ui.jar
Bundle-Activator: org.python.pydev.shared_ui.SharedUiPlugin
Eclipse-BundleShape: dir
-Require-Bundle: org.python.pydev.shared_core;bundle-version="[10.1.4,10.1.5)",
+Require-Bundle: org.python.pydev.shared_core;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.workbench.texteditor,
diff --git a/plugins/org.python.pydev.shared_ui/pom.xml b/plugins/org.python.pydev.shared_ui/pom.xml
index 286043cf30..d6948b443b 100644
--- a/plugins/org.python.pydev.shared_ui/pom.xml
+++ b/plugins/org.python.pydev.shared_ui/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/org.python.pydev/META-INF/MANIFEST.MF b/plugins/org.python.pydev/META-INF/MANIFEST.MF
index f23dc105c4..55c13d7841 100644
--- a/plugins/org.python.pydev/META-INF/MANIFEST.MF
+++ b/plugins/org.python.pydev/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: PyDev - Python Development Environment
Bundle-SymbolicName: org.python.pydev; singleton:=true
-Bundle-Version: 10.1.4.qualifier
+Bundle-Version: 10.2.0.qualifier
Bundle-ClassPath: pydev.jar,
libs/WinRegistry-4.5.jar
Bundle-Activator: org.python.pydev.plugin.PydevPlugin
@@ -15,9 +15,9 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.core.variables,
org.eclipse.core.filesystem,
org.eclipse.core.expressions,
- org.python.pydev.ast;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.parser;bundle-version="[10.1.4,10.1.5)",
- org.python.pydev.core;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.ast;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.parser;bundle-version="[10.2.0,10.2.1)",
+ org.python.pydev.core;bundle-version="[10.2.0,10.2.1)",
org.eclipse.jface.text,
org.eclipse.ui.editors,
org.eclipse.ui.views,
@@ -26,17 +26,17 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.eclipse.search,
org.eclipse.ui,
org.eclipse.ui.ide,
- org.python.pydev.shared_ui;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_ui;bundle-version="[10.2.0,10.2.1)",
org.eclipse.debug.ui,
org.eclipse.ui.console,
- org.python.pydev.jython;bundle-version="[10.1.4,10.1.5)",
- com.python.pydev.analysis;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.jython;bundle-version="[10.2.0,10.2.1)",
+ com.python.pydev.analysis;bundle-version="[10.2.0,10.2.1)",
org.eclipse.ui.navigator,
org.eclipse.ui.navigator.resources,
org.eclipse.jdt.core;resolution:=optional,
org.eclipse.jdt.ui;resolution:=optional,
org.eclipse.compare,
- org.python.pydev.shared_interactive_console;bundle-version="[10.1.4,10.1.5)",
+ org.python.pydev.shared_interactive_console;bundle-version="[10.2.0,10.2.1)",
org.eclipse.e4.ui.css.swt.theme;resolution:=optional,
org.eclipse.e4.ui.services;resolution:=optional,
org.eclipse.ui.forms,
diff --git a/plugins/org.python.pydev/pom.xml b/plugins/org.python.pydev/pom.xml
index e347bdda3e..7bb0fcc3a6 100644
--- a/plugins/org.python.pydev/pom.xml
+++ b/plugins/org.python.pydev/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
plugins
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
org.python.pydev
diff --git a/plugins/pom.xml b/plugins/pom.xml
index b46e7b620e..5d45fc899b 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -16,7 +16,7 @@
org.python.pydev
parent
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
../pom.xml
plugins
diff --git a/pom.xml b/pom.xml
index 500ad69e5d..87b09cb61f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
4.0.0
org.python.pydev
parent
- 10.1.4-SNAPSHOT
+ 10.2.0-SNAPSHOT
Pydev Build Parent
pom