Skip to content

Commit

Permalink
released v1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
ngroshkov committed Mar 5, 2018
1 parent 10f59e8 commit de884a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ On [github.com/cedesk/data-exchange](https://github.com/cedesk/data-exchange)

## Release History and Notes

* 2018-03-05 - Version 1.39 (DSM sequencing algorithm, bug fixing)
* 2018-02-22 - Version 1.38.2 (stability and usability improvements)
* 2018-02-18 - Version 1.38.1 (bug fixing)
* 2018-02-10 - Version 1.38 (usability improvements and bug fixing)
Expand Down
2 changes: 1 addition & 1 deletion client/client.iml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: jdsm:jdsm:1.0" 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 Expand Up @@ -95,6 +94,7 @@
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.jgrapht:jgrapht-core:1.0.1" level="project" />
<orderEntry type="library" name="Maven: org.jsoup:jsoup:1.10.2" level="project" />
<orderEntry type="library" name="Maven: jdsm:jdsm:1.0" level="project" />
<orderEntry type="library" name="Maven: org.jscience:jscience:4.3.1" level="project" />
<orderEntry type="library" name="Maven: org.javolution:javolution:5.2.3" level="project" />
</component>
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.38.2</version>
<version>1.39</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 de884a1

Please sign in to comment.