From b525e711867189503d3dfb2be961112ab9682799 Mon Sep 17 00:00:00 2001 From: Fabio Zadrozny Date: Mon, 30 Oct 2023 07:49:17 -0300 Subject: [PATCH] Updated PyDev to 11.0.3 --- features/org.python.pydev.feature/feature.xml | 34 +++++++++---------- features/org.python.pydev.feature/pom.xml | 2 +- features/org.python.pydev.p2-repo/pom.xml | 2 +- features/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 ++--- plugins/com.python.pydev.analysis/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- plugins/com.python.pydev.debug/pom.xml | 2 +- .../com.python.pydev.docs/release_process.md | 15 ++++---- .../META-INF/MANIFEST.MF | 16 ++++----- plugins/com.python.pydev.refactoring/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/com.python.pydev.runalltests/pom.xml | 2 +- .../org.python.pydev.ast/META-INF/MANIFEST.MF | 6 ++-- plugins/org.python.pydev.ast/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.core/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- .../org.python.pydev.customizations/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 16 ++++----- plugins/org.python.pydev.debug/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 20 +++++------ plugins/org.python.pydev.django/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/org.python.pydev.help/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 6 ++-- plugins/org.python.pydev.jython/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.parser/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 12 +++---- plugins/org.python.pydev.refactoring/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- plugins/org.python.pydev.shared_core/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 8 ++--- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 4 +-- plugins/org.python.pydev.shared_ui/pom.xml | 2 +- plugins/org.python.pydev/META-INF/MANIFEST.MF | 16 ++++----- plugins/org.python.pydev/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 2 +- rootproject/dev.py | 2 +- 42 files changed, 123 insertions(+), 122 deletions(-) diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml index 5f6c5dcfed..a121a7962b 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="11.0.2.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> + version="11.0.3.qualifier"/> diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml index 249a44a428..f636952e06 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 - 11.0.2-SNAPSHOT + 11.0.3-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 e61c749ae7..5b080402b3 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 - 11.0.2-SNAPSHOT + 11.0.3-SNAPSHOT ../pom.xml diff --git a/features/pom.xml b/features/pom.xml index e892be6962..53fda81c66 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 11.0.2-SNAPSHOT + 11.0.3-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 4c8dc927e8..44e3039b35 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", 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 783b0a0ac0..98e86bde6d 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 - 11.0.2-SNAPSHOT + 11.0.3-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 545464ea47..7d9fa09da3 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", - org.python.pydev;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.debug;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.debug;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", 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 68a64c084d..5a87c6e453 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 - 11.0.2-SNAPSHOT + 11.0.3-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/com.python.pydev.docs/release_process.md b/plugins/com.python.pydev.docs/release_process.md index 0a0c3ef4d2..0f9bde262e 100644 --- a/plugins/com.python.pydev.docs/release_process.md +++ b/plugins/com.python.pydev.docs/release_process.md @@ -4,6 +4,7 @@ 2. Update version on dev.py cdd X:\liclipsews\liclipsews\Pydev\rootproject +deactivate activate py311_64 python -m dev update_version python -m dev update_typeshed @@ -20,7 +21,7 @@ python x:\liclipsews\pydev.page\build_homepage.py ## Commit everything and merge with master (homepage at: x:\liclipsews\pydev.page and X:\liclipsews\liclipsews\Pydev repo) -mu acp "PyDev release 11.0.2" +mu acp "PyDev release 11.0.3" ## Do build: @@ -40,8 +41,8 @@ python -m dev add_to_udpate_site_mirror ## Tag repository: -git tag pydev_11_0_2 -a -m "PyDev 11.0.2" -git push --tag origin pydev_11_0_2 +git tag pydev_11_0_3 -a -m "PyDev 11.0.3" +git push --tag origin pydev_11_0_3 ## Create release in Github Releases @@ -50,19 +51,19 @@ python -m dev add_to_github Contents in: X:\pydev_build\build_dir\pydev\features\org.python.pydev.p2-repo\target\github ### Title: -PyDev 11.0.2 +PyDev 11.0.3 ### Message: -This release contains PyDev 11.0.2 +This release contains PyDev 11.0.3 It's possible to add it as an Eclipse update site using the url: -https://github.com/fabioz/Pydev/releases/download/pydev_11_0_2/ +https://github.com/fabioz/Pydev/releases/download/pydev_11_0_3/ Or get a .zip to install manually by unzipping it in the dropins: -https://github.com/fabioz/Pydev/releases/download/pydev_11_0_2/PyDev.11.0.2.zip +https://github.com/fabioz/Pydev/releases/download/pydev_11_0_3/PyDev.11.0.3.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 fcce8ce18b..a9c92615ae 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.search, - org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", org.eclipse.core.resources, org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, - org.python.pydev.refactoring;bundle-version="[11.0.2,11.0.3)", - com.python.pydev.analysis;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.refactoring;bundle-version="[11.0.3,11.0.4)", + com.python.pydev.analysis;bundle-version="[11.0.3,11.0.4)", 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 7a6271dcac..9840136193 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 - 11.0.2-SNAPSHOT + 11.0.3-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 0fd4b33e0e..1c797cb375 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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 b817692f2a..581066f87c 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 - 11.0.2-SNAPSHOT + 11.0.3-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 311304ef83..d0b7382f07 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", org.eclipse.text, - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", 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 a870afd4ad..a2f688f1dd 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 - 11.0.2-SNAPSHOT + 11.0.3-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 968a4da285..148c326f38 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)";visibility:=reexport, + org.python.pydev.shared_core;bundle-version="[11.0.3,11.0.4)";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 21f8610fca..d037c853e8 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 - 11.0.2-SNAPSHOT + 11.0.3-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 56b7fc33fc..8882d77e8b 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", - org.python.pydev;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.debug;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.debug;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)" + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)" 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 3753bda922..bb1264c788 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 - 11.0.2-SNAPSHOT + 11.0.3-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 cd366b9408..302737df28 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", - org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", org.eclipse.core.expressions, - org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.shared_interactive_console;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)" + org.python.pydev.jython;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)" 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 cff8a2f347..e06fdc8e13 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 - 11.0.2-SNAPSHOT + 11.0.3-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 5793c09cd4..b6f016361b 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.ast;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)", + org.python.pydev.debug;bundle-version="[11.0.3,11.0.4)", org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.jython;bundle-version="[11.0.3,11.0.4)", org.eclipse.search, org.eclipse.ui.ide, - org.python.pydev.customizations;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.customizations;bundle-version="[11.0.3,11.0.4)", org.eclipse.core.expressions, - org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.shared_interactive_console;bundle-version="[11.0.2,11.0.3)" + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.3,11.0.4)" Bundle-ActivationPolicy: lazy Bundle-ClassPath: pydev_django.jar Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/plugins/org.python.pydev.django/pom.xml b/plugins/org.python.pydev.django/pom.xml index 98e1bde9a0..297cd20854 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 - 11.0.2-SNAPSHOT + 11.0.3-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 6dc0ed0d24..9f1e0a80aa 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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 a2c205baab..e3a707fc9c 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 - 11.0.2-SNAPSHOT + 11.0.3-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 4a182d0fc5..3dee39c48d 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)" + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)" 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 2a89b91df5..299604df93 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 - 11.0.2-SNAPSHOT + 11.0.3-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 bb585a7a6d..dc0bca38fd 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)" + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)" 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 aabc260aaa..f26414458f 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 - 11.0.2-SNAPSHOT + 11.0.3-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 839730509d..87d49794d0 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)", - org.python.pydev;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev;bundle-version="[11.0.3,11.0.4)", org.eclipse.compare, - org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", 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 0b0b165695..917418b7b0 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 - 11.0.2-SNAPSHOT + 11.0.3-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 4f43a8deee..270ed767e6 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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 57385831c8..c489c7a92a 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 - 11.0.2-SNAPSHOT + 11.0.3-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 1001a3cc1f..60b298ed5a 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.shared_ui;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.shared_core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", 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 17a700c0c2..7788feb1e2 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 - 11.0.2-SNAPSHOT + 11.0.3-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 07dbbe9a1e..b79dbfa7c3 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", +Require-Bundle: org.python.pydev.shared_core;bundle-version="[11.0.3,11.0.4)", 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 4719ddb680..ba1515154f 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 - 11.0.2-SNAPSHOT + 11.0.3-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 68bf708765..f2452aab1a 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: 11.0.2.qualifier +Bundle-Version: 11.0.3.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="[11.0.2,11.0.3)", - org.python.pydev.parser;bundle-version="[11.0.2,11.0.3)", - org.python.pydev.core;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.ast;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.parser;bundle-version="[11.0.3,11.0.4)", + org.python.pydev.core;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)", + org.python.pydev.shared_ui;bundle-version="[11.0.3,11.0.4)", org.eclipse.debug.ui, org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[11.0.2,11.0.3)", - com.python.pydev.analysis;bundle-version="[11.0.2,11.0.3)", + org.python.pydev.jython;bundle-version="[11.0.3,11.0.4)", + com.python.pydev.analysis;bundle-version="[11.0.3,11.0.4)", 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="[11.0.2,11.0.3)", + org.python.pydev.shared_interactive_console;bundle-version="[11.0.3,11.0.4)", 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 834f6a029b..e298113b58 100644 --- a/plugins/org.python.pydev/pom.xml +++ b/plugins/org.python.pydev/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 11.0.2-SNAPSHOT + 11.0.3-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/pom.xml b/plugins/pom.xml index 206ec8e8e6..bd9af9110c 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 11.0.2-SNAPSHOT + 11.0.3-SNAPSHOT ../pom.xml plugins diff --git a/pom.xml b/pom.xml index af99040e04..9e7cc8ea4b 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ 4.0.0 org.python.pydev parent - 11.0.2-SNAPSHOT + 11.0.3-SNAPSHOT Pydev Build Parent pom diff --git a/rootproject/dev.py b/rootproject/dev.py index 1278f2d961..79988b34d3 100644 --- a/rootproject/dev.py +++ b/rootproject/dev.py @@ -17,7 +17,7 @@ import sys import subprocess -_VERSION = '11.0.2' +_VERSION = '11.0.3' _pydev_root = Path(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))