Skip to content

Commit

Permalink
Updated version to 2.6.0 #230
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Feb 19, 2021
1 parent 71898cb commit 22feff1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion bash-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.basheditor"
label="Bash Editor"
version="2.5.0"
version="2.6.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/bash-editor">
Expand Down
2 changes: 1 addition & 1 deletion basheditor-plugin/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: Bash Editor
Bundle-SymbolicName: de.jcup.basheditor;singleton:=true
Bundle-Version: 2.5.0
Bundle-Version: 2.6.0
Bundle-Activator: de.jcup.basheditor.BashEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
28 changes: 1 addition & 27 deletions basheditor-updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/de.jcup.basheditor_1.0.0.jar" id="de.jcup.basheditor" version="1.0.0"/>
<feature url="features/de.jcup.basheditor_1.1.0.jar" id="de.jcup.basheditor" version="1.1.0"/>
<feature url="features/de.jcup.basheditor_1.2.0.jar" id="de.jcup.basheditor" version="1.2.0"/>
<feature url="features/de.jcup.basheditor_1.2.1.jar" id="de.jcup.basheditor" version="1.2.1"/>
<feature url="features/de.jcup.basheditor_1.3.0.jar" id="de.jcup.basheditor" version="1.3.0"/>
<feature url="features/de.jcup.basheditor_1.4.0.jar" id="de.jcup.basheditor" version="1.4.0"/>
<feature url="features/de.jcup.basheditor_1.4.1.jar" id="de.jcup.basheditor" version="1.4.1"/>
<feature url="features/de.jcup.basheditor_1.5.0.jar" id="de.jcup.basheditor" version="1.5.0"/>
<feature url="features/de.jcup.basheditor_1.5.1.jar" id="de.jcup.basheditor" version="1.5.1"/>
<feature url="features/de.jcup.basheditor_1.5.2.jar" id="de.jcup.basheditor" version="1.5.2"/>
<feature url="features/de.jcup.basheditor_1.5.3.jar" id="de.jcup.basheditor" version="1.5.3"/>
<feature url="features/de.jcup.basheditor_1.5.4.jar" id="de.jcup.basheditor" version="1.5.4"/>
<feature url="features/de.jcup.basheditor_1.6.0.jar" id="de.jcup.basheditor" version="1.6.0"/>
<feature url="features/de.jcup.basheditor_2.0.0.jar" id="de.jcup.basheditor" version="2.0.0"/>
<feature url="features/de.jcup.basheditor_2.0.1.jar" id="de.jcup.basheditor" version="2.0.1"/>
<feature url="features/de.jcup.basheditor_2.1.0.jar" id="de.jcup.basheditor" version="2.1.0"/>
<feature url="features/de.jcup.basheditor_2.1.1.jar" id="de.jcup.basheditor" version="2.1.1"/>
<feature url="features/de.jcup.basheditor_2.1.2.jar" id="de.jcup.basheditor" version="2.1.2"/>
<feature url="features/de.jcup.basheditor_2.2.0.jar" id="de.jcup.basheditor" version="2.2.0"/>
<feature url="features/de.jcup.basheditor_2.2.1.jar" id="de.jcup.basheditor" version="2.2.1"/>
<feature url="features/de.jcup.basheditor_2.2.2.jar" id="de.jcup.basheditor" version="2.2.2"/>
<feature url="features/de.jcup.basheditor_2.2.3.jar" id="de.jcup.basheditor" version="2.2.3"/>
<feature url="features/de.jcup.basheditor_2.3.0.jar" id="de.jcup.basheditor" version="2.3.0">
<feature url="features/de.jcup.basheditor_2.6.0.jar" id="de.jcup.basheditor" version="2.6.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<feature url="features/de.jcup.basheditor_2.4.0.jar" id="de.jcup.basheditor" version="2.4.0">
<category name="de.jcup.basheditor.stable"/>
</feature>
<feature url="features/de.jcup.basheditor_2.5.0.jar" id="de.jcup.basheditor" version="2.5.0"/>
<category-def name="de.jcup.basheditor.stable" label="Stable">
<description>
Stable versions
Expand Down

0 comments on commit 22feff1

Please sign in to comment.