Skip to content

Commit c7dcc23

Browse files
Paul VerestPaul Verest
authored andcommitted
0.70 (2015-8) refresh release;
1 parent c001926 commit c7dcc23

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ UPDATE: In one day 2014-03-26 converted to git and mavenized; added RainbowDrops
2626

2727
For example [add Blue Light theme](https://github.com/Nodeclipse/EditBox/commit/b7ceed8f1c391b691f39ee7f45b5613651ab91ca)
2828

29-
Latest released version is 0.60.0.
29+
Latest released version is 0.70.0.
3030

31-
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.65.0-SNAPSHOT
31+
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.19.0:set-version -DnewVersion=0.70.0-SNAPSHOT
3232

3333
While it is nice to play with colors, there are Nodeclipse core projects to do.
3434
If there are updates here, they will be released together with [Nodeclipse train](http://www.nodeclipse.org/history).
@@ -42,6 +42,7 @@ If there are updates here, they will be released together with [Nodeclipse train
4242
Checkbox "Plugin enabled";
4343
combo to apply one of bundled themes to all categories
4444
(this is done for case when switching to black themes and back)
45+
0.70 (2015-8) refresh release; known issues: [#14](https://github.com/Nodeclipse/EditBox/issues/14)
4546

4647
## Themes
4748

pm.eclipse.editbox.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="pm.eclipse.editbox.feature"
44
label="EditBox"
5-
version="0.60.0.qualifier"
5+
version="0.70.0.qualifier"
66
provider-name="Nodeclipse">
77

88
<description url="https://github.com/Nodeclipse/editbox">

pm.eclipse.editbox.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>pm.eclipse.editbox</groupId>
99
<artifactId>pm.eclipse.editbox.parent</artifactId>
10-
<version>0.60.0-SNAPSHOT</version>
10+
<version>0.70.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pm.eclipse.editbox.feature</artifactId>

pm.eclipse.editbox.site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>pm.eclipse.editbox</groupId>
99
<artifactId>pm.eclipse.editbox.parent</artifactId>
10-
<version>0.60.0-SNAPSHOT</version>
10+
<version>0.70.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pm.eclipse.editbox.site</artifactId>

pm.eclipse.editbox/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Editbox Plug-in
44
Bundle-SymbolicName: pm.eclipse.editbox;singleton:=true
5-
Bundle-Version: 0.60.0.qualifier
5+
Bundle-Version: 0.70.0.qualifier
66
Bundle-Activator: pm.eclipse.editbox.EditBox
77
Bundle-Vendor: Nodeclipse
88
Require-Bundle: org.eclipse.ui,

pm.eclipse.editbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>pm.eclipse.editbox</groupId>
99
<artifactId>pm.eclipse.editbox.parent</artifactId>
10-
<version>0.60.0-SNAPSHOT</version>
10+
<version>0.70.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pm.eclipse.editbox</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>pm.eclipse.editbox</groupId>
77
<artifactId>pm.eclipse.editbox.parent</artifactId>
8-
<version>0.60.0-SNAPSHOT</version>
8+
<version>0.70.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>EditBox (parent)</name>
1111

0 commit comments

Comments
 (0)