Skip to content

Commit adb4242

Browse files
committed
Release v0.18.0
1 parent febb73e commit adb4242

23 files changed

+4
-4
lines changed

edu.cuny.hunter.streamrefactoring.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: edu.cuny.hunter.streamrefactoring.core;singleton:=true
5-
Bundle-Version: 1.6.0
5+
Bundle-Version: 1.9.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-Vendor: %Bundle-Vendor
88
Bundle-ClassPath: .,

edu.cuny.hunter.streamrefactoring.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
1111
</parent>
1212
<artifactId>edu.cuny.hunter.streamrefactoring.core</artifactId>
1313
<packaging>eclipse-plugin</packaging>
14-
<version>1.6.0</version>
14+
<version>1.9.0</version>
1515
</project>

edu.cuny.hunter.streamrefactoring.feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="edu.cuny.hunter.optimize.stream.refactoring"
44
label="Optimize Streams Refactoring"
5-
version="0.15.0.qualifier"
5+
version="0.18.0.qualifier"
66
provider-name="Hunter College, City University of New York"
77
plugin="edu.cuny.hunter.streamrefactoring.core">
88

Binary file not shown.
Binary file not shown.

edu.cuny.hunter.streamrefactoring.updatesite/site.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
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.
77
</description>
8-
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.15.0.201805041141.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.15.0.201805041141"/>
8+
<feature url="features/edu.cuny.hunter.optimize.stream.refactoring_0.18.0.201905201229.jar" id="edu.cuny.hunter.optimize.stream.refactoring" version="0.18.0.201905201229"/>
99
</site>

0 commit comments

Comments
 (0)