Skip to content

Commit

Permalink
Release version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffi Khatchadourian committed Aug 30, 2016
1 parent ec4672c commit 6244f3e
Show file tree
Hide file tree
Showing 11 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.citytech.defaultrefactoring.core;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.3.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
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.4.0.qualifier"
version="0.5.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
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.ui;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.3.0
Bundle-Activator: edu.cuny.citytech.defaultrefactoring.ui.plugins.MigrateSkeletalImplementationToInterfaceRefactoringPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: bundle
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.
Binary file not shown.
2 changes: 1 addition & 1 deletion edu.cuny.citytech.defaultrefactoring.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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.4.0.201607271026.jar" id="edu.cuny.citytech.migrate.skeletal.implementation.to.interface.refactoring" version="0.4.0.201607271026">
<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"/>
Expand Down

0 comments on commit 6244f3e

Please sign in to comment.