File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ find target -name kirra-server
5252which 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
5655target/products/com.abstratt.kirra.server.product/linux/gtk/x86_64/kirra-server
5756```
5857
9897
9998Continuous 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
109118You can easily obtain M2E, Xtext and EGit from the Eclipse Marketplace. If you
110119don't have the Marketplace client installed (check Help > ; Eclipse
You can’t perform that action at this time.
0 commit comments