Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2016-09-15 09:46:18 +0000
committerKaloyan Raev2016-09-15 09:46:18 +0000
commitabfd7895114cf2603570a89081d8548ddc92e03e (patch)
tree23649d257257ac5939a972ca1595307d46d9d387
parent7063d894ed870e8ad9fc8c72370e1e1d2dee2bac (diff)
downloadorg.eclipse.dltk.sh-abfd7895114cf2603570a89081d8548ddc92e03e.tar.gz
org.eclipse.dltk.sh-abfd7895114cf2603570a89081d8548ddc92e03e.tar.xz
org.eclipse.dltk.sh-abfd7895114cf2603570a89081d8548ddc92e03e.zip
Switch version to 5.7.0-SNAPSHOTR5_7_0
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
-rw-r--r--features/org.eclipse.dltk.sh-feature/feature.xml2
-rw-r--r--features/org.eclipse.dltk.sh-feature/pom.xml2
-rw-r--r--features/org.eclipse.dltk.sh.sdk/feature.xml2
-rw-r--r--features/org.eclipse.dltk.sh.sdk/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.sh.core/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.sh.core/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.sh.doc/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.sh.doc/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.sh.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.sh.ui/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--tests/org.eclipse.dltk.sh.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.sh.core.tests/pom.xml2
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.sh.ui.tests/pom.xml4
-rw-r--r--update.site/pom.xml2
16 files changed, 18 insertions, 18 deletions
diff --git a/features/org.eclipse.dltk.sh-feature/feature.xml b/features/org.eclipse.dltk.sh-feature/feature.xml
index 7c8bdf2..adcdff1 100644
--- a/features/org.eclipse.dltk.sh-feature/feature.xml
+++ b/features/org.eclipse.dltk.sh-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.sh"
label="Dynamic Languages Toolkit - ShellEd IDE"
- version="5.6.0.qualifier"
+ version="5.7.0.qualifier"
provider-name="Eclipse DLTK"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.dltk.sh-feature/pom.xml b/features/org.eclipse.dltk.sh-feature/pom.xml
index 56a197c..f1416e3 100644
--- a/features/org.eclipse.dltk.sh-feature/pom.xml
+++ b/features/org.eclipse.dltk.sh-feature/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/features/org.eclipse.dltk.sh.sdk/feature.xml b/features/org.eclipse.dltk.sh.sdk/feature.xml
index 4a98231..c75779a 100644
--- a/features/org.eclipse.dltk.sh.sdk/feature.xml
+++ b/features/org.eclipse.dltk.sh.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.sh.sdk"
label="Dynamic Languages Toolkit - ShellEd IDE SDK"
- version="5.6.0.qualifier"
+ version="5.7.0.qualifier"
provider-name="Eclipse DLTK"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
diff --git a/features/org.eclipse.dltk.sh.sdk/pom.xml b/features/org.eclipse.dltk.sh.sdk/pom.xml
index 1666639..93a1ad1 100644
--- a/features/org.eclipse.dltk.sh.sdk/pom.xml
+++ b/features/org.eclipse.dltk.sh.sdk/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/org.eclipse.dltk.sh.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.sh.core/META-INF/MANIFEST.MF
index 58d99df..e46e365 100644
--- a/plugins/org.eclipse.dltk.sh.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.sh.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ShellEd Core Plug-in
Bundle-SymbolicName: org.eclipse.dltk.sh.core;singleton:=true
-Bundle-Version: 5.6.0.qualifier
+Bundle-Version: 5.7.0.qualifier
Bundle-Vendor: Eclipse DLTK
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.dltk.sh.core/pom.xml b/plugins/org.eclipse.dltk.sh.core/pom.xml
index cb4d814..dcc290f 100644
--- a/plugins/org.eclipse.dltk.sh.core/pom.xml
+++ b/plugins/org.eclipse.dltk.sh.core/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/org.eclipse.dltk.sh.doc/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.sh.doc/META-INF/MANIFEST.MF
index f54ccc0..957edc7 100644
--- a/plugins/org.eclipse.dltk.sh.doc/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.sh.doc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ShellEd Documentation Plug-in
Bundle-SymbolicName: org.eclipse.dltk.sh.doc;singleton:=true
-Bundle-Version: 5.6.0.qualifier
+Bundle-Version: 5.7.0.qualifier
Bundle-Vendor: Eclipse DLTK
Require-Bundle: org.eclipse.help
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.dltk.sh.doc/pom.xml b/plugins/org.eclipse.dltk.sh.doc/pom.xml
index f471849..2545644 100644
--- a/plugins/org.eclipse.dltk.sh.doc/pom.xml
+++ b/plugins/org.eclipse.dltk.sh.doc/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/plugins/org.eclipse.dltk.sh.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.sh.ui/META-INF/MANIFEST.MF
index 5a58a6a..5dd033d 100644
--- a/plugins/org.eclipse.dltk.sh.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.sh.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ShellEd UI Plug-in
Bundle-SymbolicName: org.eclipse.dltk.sh.ui;singleton:=true
-Bundle-Version: 5.6.0.qualifier
+Bundle-Version: 5.7.0.qualifier
Bundle-Activator: org.eclipse.dltk.sh.internal.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.sh.ui/pom.xml b/plugins/org.eclipse.dltk.sh.ui/pom.xml
index 8cc3635..eeadb1f 100644
--- a/plugins/org.eclipse.dltk.sh.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.sh.ui/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index e671ab8..5244c8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,12 +13,12 @@
<parent>
<groupId>org.eclipse.dltk</groupId>
<artifactId>dltk</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ShellEd</name>
<properties>
diff --git a/tests/org.eclipse.dltk.sh.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.sh.core.tests/META-INF/MANIFEST.MF
index d0388f8..71cf4a7 100644
--- a/tests/org.eclipse.dltk.sh.core.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.sh.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.dltk.sh.core.tests
-Bundle-Version: 5.6.0.qualifier
+Bundle-Version: 5.7.0.qualifier
Bundle-Vendor: Eclipse DLTK
Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-ActivationPolicy: lazy
diff --git a/tests/org.eclipse.dltk.sh.core.tests/pom.xml b/tests/org.eclipse.dltk.sh.core.tests/pom.xml
index 0db691d..155518d 100644
--- a/tests/org.eclipse.dltk.sh.core.tests/pom.xml
+++ b/tests/org.eclipse.dltk.sh.core.tests/pom.xml
@@ -13,7 +13,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
index 45d7502..1c53748 100644
--- a/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.sh.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests for the ShellEd UI plugin
Bundle-SymbolicName: org.eclipse.dltk.sh.ui.tests
-Bundle-Version: 5.6.0.qualifier
+Bundle-Version: 5.7.0.qualifier
Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
index ca11426..246c23d 100644
--- a/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
+++ b/tests/org.eclipse.dltk.sh.ui.tests/pom.xml
@@ -9,12 +9,12 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.sh.ui.tests</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<name>ShellEd UI test plugin</name>
diff --git a/update.site/pom.xml b/update.site/pom.xml
index 0248f6a..1e8b35b 100644
--- a/update.site/pom.xml
+++ b/update.site/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.dltk.sh</groupId>
<artifactId>parent</artifactId>
- <version>5.6.0-SNAPSHOT</version>
+ <version>5.7.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.dltk.sh.site</artifactId>

Back to the top