Skip to content

Commit b26ba65

Browse files
committed
readme
1 parent 6e1e007 commit b26ba65

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ find target -name kirra-server
5252
which will show the target platforms available, for example, on a Linux box:
5353

5454
```
55-
target/products/com.abstratt.kirra.server.product/linux/gtk/x86/kirra-server
5655
target/products/com.abstratt.kirra.server.product/linux/gtk/x86_64/kirra-server
5756
```
5857

@@ -98,13 +97,23 @@ TBD
9897

9998
Continuous builds run as GitHub actions.
10099

100+
### Bumping the version
101+
102+
103+
Example:
104+
105+
```
106+
mvn org.eclipse.tycho:tycho-versions-plugin:2.5.0:set-version -DnewVersion=2.13.0-SNAPSHOT -DupdateVersionRangeMatchingBounds=true
107+
```
108+
101109
### Developing Cloudfier in the IDE
102110

103111
#### Requirements
104112

105-
* Eclipse Luna or newer([download](http://www.eclipse.org/downloads/))
106-
* M2E (Maven Integration for Eclipse) 1.5.x - Maven Integration for Eclipse (with Tycho support)
107-
* Xtext SDK 2.8.x (use their own [update site](http://download.eclipse.org/modeling/tmf/xtext/updates/releases/))
113+
114+
* Eclipse 2021-06 or newer([download](http://www.eclipse.org/downloads/))
115+
* M2E (Maven Integration for Eclipse) 1.7.x - Maven Integration for Eclipse (with Tycho support)
116+
* Xtext SDK 2.25.x (use their own [update site](http://download.eclipse.org/modeling/tmf/xtext/updates/releases/))
108117

109118
You can easily obtain M2E, Xtext and EGit from the Eclipse Marketplace. If you
110119
don't have the Marketplace client installed (check Help > Eclipse

0 commit comments

Comments
 (0)