diff --git a/README.md b/README.md index d287f58..07c0359 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,9 @@ UPDATE: In one day 2014-03-26 converted to git and mavenized; added RainbowDrops For example [add Blue Light theme](https://github.com/Nodeclipse/EditBox/commit/b7ceed8f1c391b691f39ee7f45b5613651ab91ca) -Latest released version is 0.70.0. +Hint: bump to next version with - mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.19.0:set-version -DnewVersion=0.70.0-SNAPSHOT - -While it is nice to play with colors, there are Nodeclipse core projects to do. -If there are updates here, they will be released together with [Nodeclipse train](http://www.nodeclipse.org/history). + mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.1.0-SNAPSHOT ### History @@ -43,6 +40,9 @@ If there are updates here, they will be released together with [Nodeclipse train combo to apply one of bundled themes to all categories (this is done for case when switching to black themes and back) - 0.70 (2015-8) refresh release; known issues: [#14](https://github.com/Nodeclipse/EditBox/issues/14) +- 1.0.0 (2018-04-02) fix for Oxygen by Jiří Engelthaler; + update tycho build to [1.1.0](https://wiki.eclipse.org/Tycho/Release_Notes/1.1) + ## Themes diff --git a/pm.eclipse.editbox.feature/feature.xml b/pm.eclipse.editbox.feature/feature.xml index 5cf5106..bd8c71e 100644 --- a/pm.eclipse.editbox.feature/feature.xml +++ b/pm.eclipse.editbox.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/pm.eclipse.editbox.feature/pom.xml b/pm.eclipse.editbox.feature/pom.xml index 8ffc35e..35dc2e1 100644 --- a/pm.eclipse.editbox.feature/pom.xml +++ b/pm.eclipse.editbox.feature/pom.xml @@ -7,7 +7,7 @@ pm.eclipse.editbox pm.eclipse.editbox.parent - 0.70.0-SNAPSHOT + 1.0.0-SNAPSHOT pm.eclipse.editbox.feature diff --git a/pm.eclipse.editbox.site/pom.xml b/pm.eclipse.editbox.site/pom.xml index 42d46e8..1024d27 100644 --- a/pm.eclipse.editbox.site/pom.xml +++ b/pm.eclipse.editbox.site/pom.xml @@ -7,7 +7,7 @@ pm.eclipse.editbox pm.eclipse.editbox.parent - 0.70.0-SNAPSHOT + 1.0.0-SNAPSHOT pm.eclipse.editbox.site diff --git a/pm.eclipse.editbox/META-INF/MANIFEST.MF b/pm.eclipse.editbox/META-INF/MANIFEST.MF index 8a16f7c..1dd2a90 100644 --- a/pm.eclipse.editbox/META-INF/MANIFEST.MF +++ b/pm.eclipse.editbox/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Editbox Plug-in Bundle-SymbolicName: pm.eclipse.editbox;singleton:=true -Bundle-Version: 0.70.0.qualifier +Bundle-Version: 1.0.0.qualifier Bundle-Activator: pm.eclipse.editbox.EditBox Bundle-Vendor: Nodeclipse Require-Bundle: org.eclipse.ui, diff --git a/pm.eclipse.editbox/pom.xml b/pm.eclipse.editbox/pom.xml index 50724fc..8cd2e9c 100644 --- a/pm.eclipse.editbox/pom.xml +++ b/pm.eclipse.editbox/pom.xml @@ -7,7 +7,7 @@ pm.eclipse.editbox pm.eclipse.editbox.parent - 0.70.0-SNAPSHOT + 1.0.0-SNAPSHOT pm.eclipse.editbox diff --git a/pom.xml b/pom.xml index 1fb636d..349a34d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ pm.eclipse.editbox pm.eclipse.editbox.parent - 0.70.0-SNAPSHOT + 1.0.0-SNAPSHOT pom EditBox (parent) @@ -25,7 +25,7 @@ Paul Verest Nodeclipse organization - http://www.nodeclipse.org/ + https://nodeclipse.github.io/ +8 @@ -35,7 +35,7 @@ - 0.19.0 + 1.1.0 UTF-8 @@ -51,9 +51,9 @@ - oxygen + kepler p2 - http://download.eclipse.org/releases/oxygen + http://download.eclipse.org/releases/kepler