Skip to content

Commit

Permalink
Release version 0.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Nov 4, 2017
1 parent 0f650c2 commit 81ead5b
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 8 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.citytech.defaultrefactoring.core;singleton:=true
Bundle-Version: 1.3.0
Bundle-Version: 1.4.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.citytech.defaultrefactoring.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<parent>
<groupId>edu.cuny.citytech.defaultrefactoring</groupId>
<artifactId>parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<artifactId>edu.cuny.citytech.defaultrefactoring.core</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.citytech.defaultrefactoring.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring"
label="Migrate Skeletal Implementation to Interface Refactoring"
version="0.5.0.qualifier"
version="0.6.0.qualifier"
provider-name="New York City College of Technology, City University of New York">

<description url="http://openlab.citytech.cuny.edu/interfacerefactoring">
Expand Down
Binary file modified edu.cuny.citytech.defaultrefactoring.updatesite/artifacts.jar
Binary file not shown.
Binary file modified edu.cuny.citytech.defaultrefactoring.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 1 addition & 4 deletions edu.cuny.citytech.defaultrefactoring.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@

This prototype refactoring plug-in for Eclipse represents ongoing work in developing an automated refactoring tool that would assist developers in taking advantage of the enhanced interface feature for their legacy Java software.
</description>
<feature url="features/edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring_0.5.0.201608301418.jar" id="edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring" version="0.5.0.201608301418">
<category name="edu.cuny.citytech.refactoring"/>
</feature>
<category-def name="edu.cuny.citytech.refactoring" label="Java Refactorings"/>
<feature url="features/edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring_0.6.0.201711031958.jar" id="edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring" version="0.6.0.201711031958"/>
</site>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cuny.citytech.defaultrefactoring</groupId>
<artifactId>parent</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<modules>
<module>edu.cuny.citytech.defaultrefactoring.ui</module>
Expand Down

0 comments on commit 81ead5b

Please sign in to comment.