Skip to content

Commit

Permalink
Prepare release 1.8.0 #108
Browse files Browse the repository at this point in the history
- updated version information to 1.8.0
- added missing copyright headers
  • Loading branch information
de-jcup committed Jul 7, 2021
1 parent cf1aeda commit f4d23d3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yamleditor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.yamleditor"
label="Yaml Editor"
version="1.7.1"
version="1.8.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/yaml-editor">
Expand Down
2 changes: 1 addition & 1 deletion yamleditor-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: Yaml Editor
Bundle-SymbolicName: de.jcup.yamleditor;singleton:=true
Bundle-Version: 1.7.1
Bundle-Version: 1.8.0
Bundle-Activator: de.jcup.yamleditor.YamlEditorActivator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2020 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions
* and limitations under the License.
*
*/
package de.jcup.yamleditor.outline;

import static org.junit.Assert.*;
Expand Down
3 changes: 3 additions & 0 deletions yamleditor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<feature url="features/de.jcup.yamleditor_1.7.1.jar" id="de.jcup.yamleditor" version="1.7.1">
<category name="de.jcup.yamleditor.category.stable"/>
</feature>
<feature url="features/de.jcup.yamleditor_1.8.0.jar" id="de.jcup.yamleditor" version="1.8.0">
<category name="de.jcup.yamleditor.category.stable"/>
</feature>
<category-def name="de.jcup.yamleditor.category.stable" label="Stable">
<description>
Stable releases
Expand Down

0 comments on commit f4d23d3

Please sign in to comment.