Skip to content

Commit

Permalink
Deployment #479
Browse files Browse the repository at this point in the history
- updated plugin and feature to version to 3.0.0
- added missing copyright headers
  • Loading branch information
de-jcup committed Jan 20, 2023
1 parent 795e07b commit 21b6ad3
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoctor-editor-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.asciidoctoreditor"
label="Asciidoctor Editor"
version="2.7.0"
version="3.0.0"
provider-name="Albert Tregnaghi">

<description url="https://marketplace.eclipse.org/content/asciidoctor-editor">
Expand Down
2 changes: 1 addition & 1 deletion asciidoctor-editor-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: Asciidoctor Editor
Bundle-SymbolicName: de.jcup.asciidoctoreditor;singleton:=true
Bundle-Version: 2.7.0
Bundle-Version: 3.0.0
Bundle-Activator: de.jcup.asciidoctoreditor.AsciiDoctorEditorActivator
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 2023 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.asciidoctoreditor.preferences;

import java.util.HashMap;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2023 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.asciidoctoreditor;

import java.util.List;
Expand Down
3 changes: 3 additions & 0 deletions asciidoctor-editor-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
<feature url="features/de.jcup.asciidoctoreditor_2.7.0.jar" id="de.jcup.asciidoctoreditor" version="2.7.0">
<category name="category.asciidoctoreditor.stable"/>
</feature>
<feature url="features/de.jcup.asciidoctoreditor_3.0.0.jar" id="de.jcup.asciidoctoreditor" version="3.0.0">
<category name="category.asciidoctoreditor.stable"/>
</feature>
<category-def name="category.asciidoctoreditor.stable" label="Stable">
<description>
Contain stable releases
Expand Down

0 comments on commit 21b6ad3

Please sign in to comment.