Skip to content

Commit

Permalink
Release v0.17.0.
Browse files Browse the repository at this point in the history
With @walleXD.
  • Loading branch information
khatchad committed May 7, 2019
1 parent 64e603c commit a90fc07
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: edu.cuny.hunter.streamrefactoring.core;singleton:=true
Bundle-Version: 1.7.0
Bundle-Version: 1.8.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.streamrefactoring.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
</parent>
<artifactId>edu.cuny.hunter.streamrefactoring.core</artifactId>
<packaging>eclipse-plugin</packaging>
<version>1.7.0</version>
<version>1.8.0</version>
</project>
2 changes: 1 addition & 1 deletion edu.cuny.hunter.streamrefactoring.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="edu.cuny.hunter.optimize.stream.refactoring"
label="Optimize Streams Refactoring"
version="0.16.0.qualifier"
version="0.17.0.qualifier"
provider-name="Hunter College, City University of New York"
plugin="edu.cuny.hunter.streamrefactoring.core">

Expand Down
Binary file modified edu.cuny.hunter.streamrefactoring.updatesite/artifacts.jar
Binary file not shown.
Binary file modified edu.cuny.hunter.streamrefactoring.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.streamrefactoring.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

This tool consists of automated refactoring research prototype plug-ins for Eclipse that assists developers in writing optimal stream client code in a semantics-preserving fashion. Refactoring preconditions and transformations for automatically determining when it is safe and possibly advantageous to convert a sequential stream to parallel and improve upon already parallel streams are included. The approach utilizes both WALA and SAFE.
</description>
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.16.0.201905021613.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.16.0.201905021613"/>
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.17.0.201905071714.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.17.0.201905071714"/>
</site>

0 comments on commit a90fc07

Please sign in to comment.