Skip to content

Commit

Permalink
update tycho build 1.1.0; bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvi committed Apr 2, 2018
1 parent f8b0253 commit d807b71
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="pm.eclipse.editbox.feature"
label="EditBox"
version="0.70.0.qualifier"
version="1.0.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.70.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>pm.eclipse.editbox.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pm.eclipse.editbox.site/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.70.0-SNAPSHOT</version>
<version>1.0.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
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.70.0.qualifier
Bundle-Version: 1.0.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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>pm.eclipse.editbox</groupId>
<artifactId>pm.eclipse.editbox.parent</artifactId>
<version>0.70.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>pm.eclipse.editbox</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

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

Expand All @@ -25,7 +25,7 @@
<contributor>
<name>Paul Verest</name>
<organization>Nodeclipse organization</organization>
<organizationUrl>http://www.nodeclipse.org/</organizationUrl>
<organizationUrl>https://nodeclipse.github.io/</organizationUrl>
<timezone>+8</timezone>
</contributor>
</contributors>
Expand All @@ -35,7 +35,7 @@
</prerequisites>

<properties>
<tycho-version>0.19.0</tycho-version>
<tycho-version>1.1.0</tycho-version>

<!-- PROJECT SETTINGS -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -51,9 +51,9 @@

<repositories>
<repository>
<id>oxygen</id>
<id>kepler</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/oxygen</url>
<url>http://download.eclipse.org/releases/kepler</url>
</repository>

</repositories>
Expand Down

0 comments on commit d807b71

Please sign in to comment.