Skip to content

Commit

Permalink
Release 1.6.2 #87
Browse files Browse the repository at this point in the history
- upgraded versions, missing copyright info etc.
  • Loading branch information
de-jcup committed Jan 30, 2020
1 parent aa51e8b commit 012bfe2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if [ -z "$BINTRAY_API_KEY" ]; then
echo "bintray api key not set"
show_help_and_exit;
fi
./pushToBintray.sh ${BINTRAY_USER} ${BINTRAY_API_KEY} de-jcup yamleditor update-site 1.6.1 ./yamleditor-updatesite/
./pushToBintray.sh ${BINTRAY_USER} ${BINTRAY_API_KEY} de-jcup yamleditor update-site 1.6.2 ./yamleditor-updatesite/
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.6.1"
version="1.6.2"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/yaml-editor">
Expand Down
2 changes: 1 addition & 1 deletion yamleditor-other/copyright-java.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019 Albert Tregnaghi
* 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.
Expand Down
2 changes: 1 addition & 1 deletion yamleditor-other/copyright.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2019 Albert Tregnaghi
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.
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.6.1
Bundle-Version: 1.6.2
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.script.formatter;

import org.yaml.snakeyaml.nodes.Tag;
Expand Down
1 change: 1 addition & 0 deletions yamleditor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<feature url="features/de.jcup.yamleditor_1.5.0.jar" id="de.jcup.yamleditor" version="1.5.0"/>
<feature url="features/de.jcup.yamleditor_1.6.0.jar" id="de.jcup.yamleditor" version="1.6.0"/>
<feature url="features/de.jcup.yamleditor_1.6.1.jar" id="de.jcup.yamleditor" version="1.6.1"/>
<feature url="features/de.jcup.yamleditor_1.6.2.jar" id="de.jcup.yamleditor" version="1.6.2"/>
</site>

0 comments on commit 012bfe2

Please sign in to comment.