Skip to content

Commit

Permalink
finished prep for 0.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Oct 15, 2017
1 parent 7ea4795 commit 8d71846
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.Editors/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: Editors
Bundle-SymbolicName: raven.sqdev.editors;singleton:=true
Bundle-Version: 0.7.1.dev2
Bundle-Version: 0.7.1.stable
Bundle-Activator: raven.sqdev.editors.activator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.Misc/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: Misc
Bundle-SymbolicName: raven.sqdev.misc;singleton:=true
Bundle-Version: 0.6.1.dev
Bundle-Version: 0.6.1.stable
Bundle-Activator: raven.sqdev.activator.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
Expand Down
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.SQFEditor/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: SQFEditor
Bundle-SymbolicName: raven.sqdev.editors.sqfeditor;singleton:=true
Bundle-Version: 0.7.4.dev
Bundle-Version: 0.7.4.stable
Bundle-Activator: raven.sqdev.activator.Activator
Bundle-Vendor: Raven
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.UI/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: UI
Bundle-SymbolicName: raven.sqdev.ui;singleton:=true
Bundle-Version: 0.3.1.dev
Bundle-Version: 0.3.1.stable
Bundle-Activator: raven.sqdev.ui.Activator
Bundle-Vendor: Raven
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugin/Raven.SQDev.Util/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: Util
Bundle-SymbolicName: raven.sqdev.util;singleton:=true
Bundle-Version: 0.7.2.dev
Bundle-Version: 0.7.2.stable
Bundle-Activator: raven.sqdev.activator.Activator
Bundle-Vendor: Raven
Require-Bundle: org.eclipse.core.runtime,
Expand Down
12 changes: 6 additions & 6 deletions plugin/Raven.SQDev/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="raven.sqdev"
label="SQDev"
version="0.7.4.dev2"
version="0.7.4.stable"
provider-name="Raven">

<description url="http://krzmbrzl.github.io/SQDev/">
Expand Down Expand Up @@ -88,14 +88,14 @@ POSSIBILITY OF SUCH DAMAGE.
id="raven.sqdev.editors.sqfeditor"
download-size="0"
install-size="0"
version="0.7.4.dev"
version="0.7.4.stable"
unpack="false"/>

<plugin
id="raven.sqdev.util"
download-size="0"
install-size="0"
version="0.7.2.dev"
version="0.7.2.stable"
unpack="false"/>

<plugin
Expand All @@ -116,21 +116,21 @@ POSSIBILITY OF SUCH DAMAGE.
id="raven.sqdev.misc"
download-size="0"
install-size="0"
version="0.6.1.dev"
version="0.6.1.stable"
unpack="false"/>

<plugin
id="raven.sqdev.ui"
download-size="0"
install-size="0"
version="0.3.1.dev"
version="0.3.1.stable"
unpack="false"/>

<plugin
id="raven.sqdev.editors"
download-size="0"
install-size="0"
version="0.7.1.dev2"
version="0.7.1.stable"
unpack="false"/>

</feature>
Binary file added plugin/SQDev/SQDev_0.7.4.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin/SQDev/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/raven.sqdev_0.7.4.dev2.jar" id="raven.sqdev" version="0.7.4.dev2">
<feature url="features/raven.sqdev_0.7.4.stable.jar" id="raven.sqdev" version="0.7.4.stable">
<category name="Raven.SQDev"/>
</feature>
<category-def name="Raven.SQDev" label="SQDev"/>
Expand Down

0 comments on commit 8d71846

Please sign in to comment.