Skip to content

Commit

Permalink
Update version to 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Apr 28, 2014
1 parent 2d71f7f commit 9b1e297
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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.50.0.
Latest released version is 0.55.0.

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.50.0-SNAPSHOT
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.55.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).
Expand Down Expand Up @@ -88,9 +88,9 @@ see `pm.eclipse.editbox\docs` for an example.

### Terms

Provider is Category.
Provider `BoxProviderImpl` is Category .
Catalog is list of Themes.
Theme is set of colors.
Theme `BoxSettingsImpl` is set of colors .

### Build

Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="pm.eclipse.editbox.feature"
label="EditBox"
version="0.50.0.qualifier"
version="0.55.0.qualifier"
provider-name="Nodeclipse">

<description url="https://github.com/Nodeclipse/editbox">
Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.50.0-SNAPSHOT</version>
<version>0.55.0-SNAPSHOT</version>
</parent>

<artifactId>pm.eclipse.editbox.feature</artifactId>
Expand Down
12 changes: 2 additions & 10 deletions pm.eclipse.editbox.site/category.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/pm.eclipse.editbox.feature_0.50.0.jar" id="pm.eclipse.editbox.feature" version="0.50.0.qualifier">
<feature url="features/pm.eclipse.editbox.feature_0.0.0.jar" id="pm.eclipse.editbox.feature" version="0.0.0">
<category name="pm.eclipse.editbox"/>
</feature>
<category-def name="pm.eclipse.editbox" label="EditBox">
<description>
Nodeclipse EditBox https://github.com/Nodeclipse/EditBox
</description>
</category-def>
</site>
<!--
<description name="EditBox" url="http://editbox.sourceforge.net/updates">
EditBox Update Site
</description>
<feature url="http://downloads.sourceforge.net/editbox/pm.eclipse.editbox.feature_0.0.22.jar" id="pm.eclipse.editbox.feature" version="0.0.22">
<category name="pm.eclipse.editbox"/>
</feature>
<archive path="plugins/pm.eclipse.editbox_0.0.22.jar" url="http://downloads.sourceforge.net/editbox/pm.eclipse.editbox_0.0.22.jar"/>
-->
2 changes: 1 addition & 1 deletion pm.eclipse.editbox.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.50.0-SNAPSHOT</version>
<version>0.55.0-SNAPSHOT</version>
</parent>

<artifactId>pm.eclipse.editbox.site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.50.0.qualifier
Bundle-Version: 0.55.0.qualifier
Bundle-Activator: pm.eclipse.editbox.EditBox
Bundle-Vendor: Nodeclipse
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.50.0-SNAPSHOT</version>
<version>0.55.0-SNAPSHOT</version>
</parent>

<artifactId>pm.eclipse.editbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.50.0-SNAPSHOT</version>
<version>0.55.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EditBox (parent)</name>

Expand Down

0 comments on commit 9b1e297

Please sign in to comment.