Skip to content

Commit

Permalink
Bump manifest versions to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 31, 2016
1 parent b7b181c commit 3066cff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion com.diffplug.needs17/META-INF/MANIFEST.MF
Expand Up @@ -4,6 +4,6 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: com.diffplug.needs17
Bundle-Vendor: DiffPlug
Bundle-Version: 1.0.0.SNAPSHOT
Bundle-Version: 1.0.0
Export-Package: needs17;version="1.0.0"
Import-Package: com.google.common.base;version="[17.0,18)"
2 changes: 1 addition & 1 deletion com.diffplug.needs18/META-INF/MANIFEST.MF
Expand Up @@ -4,6 +4,6 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: com.diffplug.needs18
Bundle-Vendor: DiffPlug
Bundle-Version: 1.0.0.SNAPSHOT
Bundle-Version: 1.0.0
Export-Package: needs18;version="1.0.0"
Import-Package: com.google.common.util.concurrent;version="[18.0,19)"
2 changes: 1 addition & 1 deletion com.diffplug.needsBoth/META-INF/MANIFEST.MF
Expand Up @@ -4,6 +4,6 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: com.diffplug.needsBoth
Bundle-Vendor: DiffPlug
Bundle-Version: 1.0.0.SNAPSHOT
Bundle-Version: 1.0.0
Export-Package: needsboth;version="1.0.0"
Import-Package: needs17;version="[1.0,2)",needs18;version="[1.0,2)"
2 changes: 1 addition & 1 deletion com.diffplug.rcpdemo/META-INF/MANIFEST.MF
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: com.diffplug.rcpdemo;singleton:=true
Bundle-Vendor: DiffPlug
Bundle-Version: 1.0.0.SNAPSHOT
Bundle-Version: 1.0.0
Export-Package: com.diffplug.rcpdemo;uses:="org.eclipse.equinox.app,or
g.eclipse.swt.widgets";version="1.0.0"
Import-Package: com.diffplug.common.base;version="[1.2,2)",com.diffplu
Expand Down
2 changes: 1 addition & 1 deletion com.diffplug.talks.rxjava_and_swt/META-INF/MANIFEST.MF
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: com.diffplug.talks.rxjava_and_swt
Bundle-Vendor: DiffPlug
Bundle-Version: 1.0.0.SNAPSHOT
Bundle-Version: 1.0.0
Export-Package: com.diffplug.talks.rxjava_and_swt;uses:="com.diffplug.
common.swt,org.eclipse.swt.graphics,org.eclipse.swt.widgets,rx";versi
on="1.0.0"
Expand Down

0 comments on commit 3066cff

Please sign in to comment.