Skip to content

Commit d807b71

Browse files
committed
update tycho build 1.1.0; bump version to 1.0.0
1 parent f8b0253 commit d807b71

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +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.70.0.
29+
Hint: bump to next version with
3030

31-
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.19.0:set-version -DnewVersion=0.70.0-SNAPSHOT
32-
33-
While it is nice to play with colors, there are Nodeclipse core projects to do.
34-
If there are updates here, they will be released together with [Nodeclipse train](http://www.nodeclipse.org/history).
31+
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.1.0-SNAPSHOT
3532

3633
### History
3734

@@ -43,6 +40,9 @@ If there are updates here, they will be released together with [Nodeclipse train
4340
combo to apply one of bundled themes to all categories
4441
(this is done for case when switching to black themes and back)
4542
- 0.70 (2015-8) refresh release; known issues: [#14](https://github.com/Nodeclipse/EditBox/issues/14)
43+
- 1.0.0 (2018-04-02) fix for Oxygen by Jiří Engelthaler;
44+
update tycho build to [1.1.0](https://wiki.eclipse.org/Tycho/Release_Notes/1.1)
45+
4646

4747
## Themes
4848

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.70.0.qualifier"
5+
version="1.0.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.70.0-SNAPSHOT</version>
10+
<version>1.0.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.70.0-SNAPSHOT</version>
10+
<version>1.0.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.70.0.qualifier
5+
Bundle-Version: 1.0.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.70.0-SNAPSHOT</version>
10+
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

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

pom.xml

Lines changed: 5 additions & 5 deletions
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.70.0-SNAPSHOT</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>EditBox (parent)</name>
1111

@@ -25,7 +25,7 @@
2525
<contributor>
2626
<name>Paul Verest</name>
2727
<organization>Nodeclipse organization</organization>
28-
<organizationUrl>http://www.nodeclipse.org/</organizationUrl>
28+
<organizationUrl>https://nodeclipse.github.io/</organizationUrl>
2929
<timezone>+8</timezone>
3030
</contributor>
3131
</contributors>
@@ -35,7 +35,7 @@
3535
</prerequisites>
3636

3737
<properties>
38-
<tycho-version>0.19.0</tycho-version>
38+
<tycho-version>1.1.0</tycho-version>
3939

4040
<!-- PROJECT SETTINGS -->
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -51,9 +51,9 @@
5151

5252
<repositories>
5353
<repository>
54-
<id>oxygen</id>
54+
<id>kepler</id>
5555
<layout>p2</layout>
56-
<url>http://download.eclipse.org/releases/oxygen</url>
56+
<url>http://download.eclipse.org/releases/kepler</url>
5757
</repository>
5858

5959
</repositories>

0 commit comments

Comments
 (0)