Skip to content

Commit

Permalink
released v1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
ngroshkov committed Nov 1, 2017
1 parent 604a354 commit f88d24f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ On [github.com/cedesk/data-exchange](https://github.com/cedesk/data-exchange)

## Release History and Notes

* 2018-10-17 - Version 1.33.3 (changed distribution server and default repository server)
* 2018-10-16 - Version 1.33.2 (fixed icons)
* 2018-10-16 - Version 1.33.1 (removed erroneous library)
* 2018-10-16 - Version 1.33 (improved tradespace explorer, added import of tradespace data)
* 2018-09-27 - Version 1.32 (UI enhancements: highlight of remote changes, status of external model parameters, status bar logger, bug fixes)
* 2018-09-03 - Version 1.31.2 (fixed release)
* 2018-09-02 - Version 1.31.1 (fixed tests)
* 2018-09-01 - Version 1.31 (bug fixes, coloring status logger, improved action logging)
* 2018-08-21 - Version 1.30 (versioning capability for studies, Spring Data introduction, GUI services)
* 2018-07-26 - Version 1.29.1 (fixed *.exe build, logging and shutdown errors)
* 2018-07-24 - Version 1.29 (open source release, added copyright and MIT license)
* 2018-07-21 - Version 1.28 (introduce DI via Spring context)
* 2017-11-01 - Version 1.34 (CSV external model, bug fixes)
* 2017-10-17 - Version 1.33.3 (changed distribution server and default repository server)
* 2017-10-16 - Version 1.33.2 (fixed icons)
* 2017-10-16 - Version 1.33.1 (removed erroneous library)
* 2017-10-16 - Version 1.33 (improved tradespace explorer, added import of tradespace data)
* 2017-09-27 - Version 1.32 (UI enhancements: highlight of remote changes, status of external model parameters, status bar logger, bug fixes)
* 2017-09-03 - Version 1.31.2 (fixed release)
* 2017-09-02 - Version 1.31.1 (fixed tests)
* 2017-09-01 - Version 1.31 (bug fixes, coloring status logger, improved action logging)
* 2017-08-21 - Version 1.30 (versioning capability for studies, Spring Data introduction, GUI services)
* 2017-07-26 - Version 1.29.1 (fixed *.exe build, logging and shutdown errors)
* 2017-07-24 - Version 1.29 (open source release, added copyright and MIT license)
* 2017-07-21 - Version 1.28 (introduce DI via Spring context)
* 2017-06-29 - Version 1.27.1 (fixed bug, critical for first time installations)
* 2017-06-28 - Version 1.27 (bug fixes, N2 chart improvements, consistency verification)
* 2017-05-31 - Version 1.26 (bug fixes, diff viewing and merging improvements)
Expand Down
1 change: 0 additions & 1 deletion client/client.iml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<orderEntry type="library" name="Maven: org.jfxtras:jfxtras-fxml:8.0-r4" level="project" />
<orderEntry type="library" name="Maven: org.jfxtras:jfxtras-common:8.0-r4" level="project" />
<orderEntry type="library" name="Maven: org.controlsfx:controlsfx:8.40.12" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-csv:1.5" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ru.skoltech.cedl</groupId>
<artifactId>dataexchange-client</artifactId>
<version>1.34-snapshot</version>
<version>1.34</version>
<properties>
<jar.final.name>cedesk-client</jar.final.name>
<main.class>ru.skoltech.cedl.dataexchange.ClientApplication</main.class>
Expand Down

0 comments on commit f88d24f

Please sign in to comment.