Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2014-10-17 19:18:48 +0000
committerKaloyan Raev2014-10-17 19:18:48 +0000
commit85560c631838bd39c7648200cdcc7c9a4912fac4 (patch)
treed07afdf98e651533ace0384a198f237fbae800cf
parentf4a30d5f7ec53e4d3c3be36752f3bc6f9b40f87b (diff)
downloadorg.eclipse.dltk.python-85560c631838bd39c7648200cdcc7c9a4912fac4.tar.gz
org.eclipse.dltk.python-85560c631838bd39c7648200cdcc7c9a4912fac4.tar.xz
org.eclipse.dltk.python-85560c631838bd39c7648200cdcc7c9a4912fac4.zip
Change version to 5.1.1
-rw-r--r--features/org.eclipse.dltk.python-feature/feature.xml2
-rw-r--r--features/org.eclipse.dltk.python-feature/pom.xml2
-rw-r--r--features/org.eclipse.dltk.python.sdk/feature.xml2
-rw-r--r--features/org.eclipse.dltk.python.sdk/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.core/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.debug.ui/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.debug/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.launching/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.python.ui/pom.xml2
-rw-r--r--pom.xml2
17 files changed, 17 insertions, 17 deletions
diff --git a/features/org.eclipse.dltk.python-feature/feature.xml b/features/org.eclipse.dltk.python-feature/feature.xml
index 2d49a4f..6602a02 100644
--- a/features/org.eclipse.dltk.python-feature/feature.xml
+++ b/features/org.eclipse.dltk.python-feature/feature.xml
@@ -17,7 +17,7 @@
<feature
id="org.eclipse.dltk.python"
label="%featureName"
- version="5.1.0.qualifier"
+ version="5.1.1.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.dltk.python-feature/pom.xml b/features/org.eclipse.dltk.python-feature/pom.xml
index 6ee6d61..b164dc6 100644
--- a/features/org.eclipse.dltk.python-feature/pom.xml
+++ b/features/org.eclipse.dltk.python-feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.dltk.features</groupId>
diff --git a/features/org.eclipse.dltk.python.sdk/feature.xml b/features/org.eclipse.dltk.python.sdk/feature.xml
index ca24ecb..0c3fbae 100644
--- a/features/org.eclipse.dltk.python.sdk/feature.xml
+++ b/features/org.eclipse.dltk.python.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.python.sdk"
label="%featureName"
- version="5.1.0.qualifier"
+ version="5.1.1.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg">
diff --git a/features/org.eclipse.dltk.python.sdk/pom.xml b/features/org.eclipse.dltk.python.sdk/pom.xml
index a6c96d4..09d9aad 100644
--- a/features/org.eclipse.dltk.python.sdk/pom.xml
+++ b/features/org.eclipse.dltk.python.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.sdk</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
index 7588dd4..ab2d1de 100644
--- a/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.activestatedebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.activestatedebugger;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.activestatedebugger.PythonActiveStateDebuggerPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
index d2ac937..84adc79 100644
--- a/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
+++ b/plugins/org.eclipse.dltk.python.activestatedebugger/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.activestatedebugger</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
index 32ba590..ba36f48 100644
--- a/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.core;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.core.PythonPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.core/pom.xml b/plugins/org.eclipse.dltk.python.core/pom.xml
index 0651353..1f9209e 100644
--- a/plugins/org.eclipse.dltk.python.core/pom.xml
+++ b/plugins/org.eclipse.dltk.python.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.core</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
index e14762f..afa5f88 100644
--- a/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.debug.ui;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.internal.debug.ui.PythonDebugUIPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
index 6039dcf..80e28c3 100644
--- a/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.python.debug.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.debug.ui</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
index 96c7728..f7a3791 100644
--- a/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.debug;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.internal.debug.PythonDebugPlugin
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.python.debug/pom.xml b/plugins/org.eclipse.dltk.python.debug/pom.xml
index e827b89..ef2402c 100644
--- a/plugins/org.eclipse.dltk.python.debug/pom.xml
+++ b/plugins/org.eclipse.dltk.python.debug/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.debug</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
index 1c7dabc..c0f2c18 100644
--- a/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.launching;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.launching.PythonLaunchingPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.launching/pom.xml b/plugins/org.eclipse.dltk.python.launching/pom.xml
index 851695e..ef546dc 100644
--- a/plugins/org.eclipse.dltk.python.launching/pom.xml
+++ b/plugins/org.eclipse.dltk.python.launching/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.launching</artifactId>
diff --git a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
index 6ade0ba..fc38633 100644
--- a/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.python.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.ui;singleton:=true
-Bundle-Version: 5.1.0.qualifier
+Bundle-Version: 5.1.1.qualifier
Bundle-Activator: org.eclipse.dltk.python.internal.ui.PythonUI
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.python.ui/pom.xml b/plugins/org.eclipse.dltk.python.ui/pom.xml
index 7c2cd42..36057cb 100644
--- a/plugins/org.eclipse.dltk.python.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.python.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>python</artifactId>
<groupId>org.eclipse.dltk.python</groupId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.python.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index ca8dda1..a2ff0fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk</groupId>
<artifactId>dltk</artifactId>
- <version>5.1.0-SNAPSHOT</version>
+ <version>5.1.1-SNAPSHOT</version>
<relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.python</groupId>

Back to the top