Skip to content

Commit

Permalink
version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OriRoth committed Mar 29, 2017
1 parent 2771c50 commit 7bc4dd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions META-INF/MANIFEST.MF
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: Spartan Refactoring
Bundle-SymbolicName: il.org.spartan.plugin;singleton:=true
Bundle-Version: 2.9.2
Bundle-Version: 2.10.1
Bundle-Activator: il.org.spartan.plugin.Plugin
Bundle-Vendor: Technion--Israel Institute of Technology
Require-Bundle: org.eclipse.ui;bundle-version="[3.108.0,4.0.0]",
Expand All @@ -24,11 +24,11 @@ Bundle-ClassPath: .,
lib/mockito-all-2.0.2-beta.jar,
lib/hamcrest-all-1.3.jar,
lib/annotations-12.0.jar
Export-Package: il.org.spartan.bloater;version="2.9.2";,
il.org.spartan.bloater.collateral;version="2.9.2";,
il.org.spartan.bloater.inflate;version="2.9.2";,
il.org.spartan.bloater.inflate.expanders;version="2.9.2";,
il.org.spartan.plugin;version="2.9.2";
Export-Package: il.org.spartan.bloater;version="2.10.1";,
il.org.spartan.bloater.collateral;version="2.10.1";,
il.org.spartan.bloater.inflate;version="2.10.1";,
il.org.spartan.bloater.inflate.expanders;version="2.10.1";,
il.org.spartan.plugin;version="2.10.1";
uses:="org.eclipse.jdt.core,
org.eclipse.jdt.core.dom.rewrite,
org.eclipse.ltk.core.refactoring,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>il.org.spartan</groupId>
<artifactId>il.org.spartan.plugin</artifactId>
<version>2.9.2</version>
<version>2.10.1</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down

0 comments on commit 7bc4dd3

Please sign in to comment.