diff --git a/features/org.python.pydev.feature/feature.xml b/features/org.python.pydev.feature/feature.xml index 0738a521e2..1e204c78f0 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="9.2.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> + version="9.3.0.qualifier"/> diff --git a/features/org.python.pydev.feature/pom.xml b/features/org.python.pydev.feature/pom.xml index 1631de32e7..28f357f9ed 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 - 9.2.0-SNAPSHOT + 9.3.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 5b0ea26b22..750c8d68df 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 - 9.2.0-SNAPSHOT + 9.3.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 2d3c9dee78..df7fadf6dd 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 - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT ../pom.xml diff --git a/features/pom.xml b/features/pom.xml index 62a6a0eda2..d986ee2c42 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 9.2.0-SNAPSHOT + 9.3.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 e3b3f14d94..dc9af9f466 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.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 9cbdd50972..d6129085a5 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 - 9.2.0-SNAPSHOT + 9.3.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 97393aa0a2..baa8088f15 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", - org.python.pydev;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.debug;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.debug;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 00724610f4..fded392491 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 - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF b/plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF index 2617300455..bb343c3e35 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", org.junit;bundle-version="4.0";resolution:=optional, org.eclipse.search, - org.python.pydev.shared_ui;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.1)", org.eclipse.core.resources, org.eclipse.ltk.core.refactoring, org.eclipse.ltk.ui.refactoring, - org.python.pydev.refactoring;bundle-version="[9.2.0,9.2.1)", - com.python.pydev.analysis;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.refactoring;bundle-version="[9.3.0,9.3.1)", + com.python.pydev.analysis;bundle-version="[9.3.0,9.3.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 d482dc56d7..82b6036de5 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 - 9.2.0-SNAPSHOT + 9.3.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 d444ed6fd8..7ef1d696a5 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: 9.2.0.qualifier +Bundle-Version: 9.3.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 8e6c19651e..53cb5efd14 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 - 9.2.0-SNAPSHOT + 9.3.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 e15f98ea52..5f522fe488 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", org.eclipse.text, - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.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 2bdae1809a..68c20ab3a2 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 - 9.2.0-SNAPSHOT + 9.3.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 781cfa7ce8..446128c564 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)";visibility:=reexport, + org.python.pydev.shared_core;bundle-version="[9.3.0,9.3.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 72546cb41e..98df16e8d2 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 - 9.2.0-SNAPSHOT + 9.3.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 5486b083f4..73365bc007 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.ast;bundle-version="[9.2.0,9.2.1)", - org.python.pydev;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.debug;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.debug;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)" + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 a2bac5fdf4..33c89f3e8a 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 - 9.2.0-SNAPSHOT + 9.3.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 f90e526242..770e38fa7f 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.ast;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", - org.python.pydev;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", org.eclipse.core.expressions, - org.python.pydev.jython;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.shared_interactive_console;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.shared_ui;bundle-version="[9.2.0,9.2.1)" + org.python.pydev.jython;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.shared_interactive_console;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 100a772f80..d831b62765 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 - 9.2.0-SNAPSHOT + 9.3.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 545638d267..b69e76ecf7 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", org.junit;bundle-version="4.0";resolution:=optional, - org.python.pydev.ast;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)", + org.python.pydev.debug;bundle-version="[9.3.0,9.3.1)", org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.jython;bundle-version="[9.3.0,9.3.1)", org.eclipse.search, org.eclipse.ui.ide, - org.python.pydev.customizations;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.customizations;bundle-version="[9.3.0,9.3.1)", org.eclipse.core.expressions, - org.python.pydev.shared_ui;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.shared_interactive_console;bundle-version="[9.2.0,9.2.1)" + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.shared_interactive_console;bundle-version="[9.3.0,9.3.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 85e1f4d6ed..9941124a08 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 - 9.2.0-SNAPSHOT + 9.3.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 54b94fb51f..8481f750e9 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: 9.2.0.qualifier +Bundle-Version: 9.3.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 1c6af78953..1b1efdf89c 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 - 9.2.0-SNAPSHOT + 9.3.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 47ebe368ad..c1c461cb8b 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)" + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 d4095b429a..19ce5bbdb7 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 - 9.2.0-SNAPSHOT + 9.3.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 cac0cf4044..337004104c 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 - 9.2.0-SNAPSHOT + 9.3.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 870cea9f37..83998fe5f3 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)" + org.python.pydev.core;bundle-version="[9.3.0,9.3.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 d55e5f1d61..2db4b1a3ab 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 - 9.2.0-SNAPSHOT + 9.3.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 1304849849..93b70d7bb5 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)", - org.python.pydev;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev;bundle-version="[9.3.0,9.3.1)", org.eclipse.compare, - org.python.pydev.shared_ui;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 69cd20efe4..9d3fb2d33b 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 - 9.2.0-SNAPSHOT + 9.3.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 4bae4822a6..043b1695ea 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: 9.2.0.qualifier +Bundle-Version: 9.3.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 9433545f30..7e9f3f91f6 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 - 9.2.0-SNAPSHOT + 9.3.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 74c3c7da74..c0b361e606 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.shared_ui;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.shared_core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.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 ce289eea96..e5a318ff25 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 - 9.2.0-SNAPSHOT + 9.3.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 6c23e376e9..e9be1650ac 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", +Require-Bundle: org.python.pydev.shared_core;bundle-version="[9.3.0,9.3.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 19d59b792d..4994f2b068 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 - 9.2.0-SNAPSHOT + 9.3.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 e1d64684e8..f565f11e32 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: 9.2.0.qualifier +Bundle-Version: 9.3.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="[9.2.0,9.2.1)", - org.python.pydev.parser;bundle-version="[9.2.0,9.2.1)", - org.python.pydev.core;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.ast;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.parser;bundle-version="[9.3.0,9.3.1)", + org.python.pydev.core;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)", + org.python.pydev.shared_ui;bundle-version="[9.3.0,9.3.1)", org.eclipse.debug.ui, org.eclipse.ui.console, - org.python.pydev.jython;bundle-version="[9.2.0,9.2.1)", - com.python.pydev.analysis;bundle-version="[9.2.0,9.2.1)", + org.python.pydev.jython;bundle-version="[9.3.0,9.3.1)", + com.python.pydev.analysis;bundle-version="[9.3.0,9.3.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="[9.2.0,9.2.1)", + org.python.pydev.shared_interactive_console;bundle-version="[9.3.0,9.3.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 3ce0c9fc6d..b88aa5bf2f 100644 --- a/plugins/org.python.pydev/pom.xml +++ b/plugins/org.python.pydev/pom.xml @@ -16,7 +16,7 @@ org.python.pydev plugins - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT ../pom.xml org.python.pydev diff --git a/plugins/pom.xml b/plugins/pom.xml index c2a8820240..aa3db248fd 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -16,7 +16,7 @@ org.python.pydev parent - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT ../pom.xml plugins diff --git a/pom.xml b/pom.xml index 2edaf7f942..be6322f4ff 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ 4.0.0 org.python.pydev parent - 9.2.0-SNAPSHOT + 9.3.0-SNAPSHOT Pydev Build Parent pom