Eclipse Scout Neon Releases [message #1753310] |
Fri, 03 February 2017 16:37 |
Jeremie Bresson Messages: 1252 Registered: October 2011 |
Senior Member |
|
|
This Forum topic is used to announce Scout Releases (Neon Version). Please use other topics in the scout forum to ask your questions. Questions and comments in this topic will be deleted.
With the Neon release train, we have released Scout 6.0.0 in June 2016. Additional service update releases are planned until March 2017.
We are following the Simultaneous Release Plan provided by the Eclipse fundation.
https://wiki.eclipse.org/Neon/Simultaneous_Release_Plan
This topic holds records of the different releases made for the Neon release train (milestones, release candidate, service release, ...)
[Updated on: Wed, 18 October 2017 15:45] by Moderator Report message to a moderator
|
|
|
Re: Eclipse Scout Neon Releases [message #1753311 is a reply to message #1753310] |
Fri, 03 February 2017 16:48 |
Jeremie Bresson Messages: 1252 Registered: October 2011 |
Senior Member |
|
|
Neon.2 released on 21.12.2016
Eclipse IDE distribution (also called EPP): Eclipse for Scout Developers
Eclipse Runtime on maven central: Version 6.0.200.0
Usage example in the parent POM of your scout application:
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt</artifactId>
<version>6.0.200.0</version>
<type>pom</type>
<scope>import</scope>
</dependency> See this artifact on mvnrepository.com: org.eclipse.scout.rt
Update site to install the Scout SDK in your Eclipse IDE (already installed in the Scout EPP):
http://download.eclipse.org/scout/releases/6.0/6.0.200/0/
The demo applications using this version can be found on the features/version/6.0.200.0 branch of our docs repository on GitHub.
[Updated on: Mon, 10 April 2017 15:47] Report message to a moderator
|
|
|
Re: Eclipse Scout Neon Releases [message #1759240 is a reply to message #1753311] |
Sat, 08 April 2017 00:50 |
Jeremie Bresson Messages: 1252 Registered: October 2011 |
Senior Member |
|
|
Neon.3 released on 23.03.2017
Eclipse IDE distribution (also called EPP): Eclipse for Scout Developers
Eclipse Runtime on maven central: Version 6.0.300.0
Usage example in the parent POM of your scout application:
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.rt</artifactId>
<version>6.0.300.0</version>
<type>pom</type>
<scope>import</scope>
</dependency> See this artifact on mvnrepository.com: org.eclipse.scout.rt
Update site to install the Scout SDK in your Eclipse IDE (already installed in the Scout EPP):
http://download.eclipse.org/scout/releases/6.0/6.0.300/0/
The demo applications using this version can be found on the features/version/6.0.300.0 branch of our docs repository on GitHub.
[Updated on: Mon, 10 April 2017 15:48] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02346 seconds