Skip to content

Commit

Permalink
[441352] Increase DOT version to 1.0.1 to reflect latest changes.
Browse files Browse the repository at this point in the history
Increased version of DOT.UI and related doc, tests, and sdk bundles to
1.0.1. to properly reflect the latest changes.
  • Loading branch information
nyssen committed Jul 12, 2016
1 parent c468aa4 commit b8dd95b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.doc-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.gef4.dot.doc"
label="GEF4 DOT Developer Documentation"
version="1.0.0.qualifier"
version="1.0.1.qualifier"
provider-name="Eclipse GEF"
plugin="org.eclipse.gef4.dot.doc"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.doc.user-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.gef4.dot.doc.user"
label="GEF4 DOT User Guide"
version="1.0.0.qualifier"
version="1.0.1.qualifier"
provider-name="Eclipse GEF"
plugin="org.eclipse.gef4.dot.doc.user"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.doc.user/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEF4 DOT User Guide
Bundle-SymbolicName: org.eclipse.gef4.dot.doc.user;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Bundle-Vendor: Eclipse GEF
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.doc/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: GEF4 DOT Developer Documentation
Bundle-SymbolicName: org.eclipse.gef4.dot.doc;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Bundle-Vendor: Eclipse GEF
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)";resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.gef4.dot.sdk"
label="GEF4 DOT SDK"
version="1.0.0.qualifier"
version="1.0.1.qualifier"
provider-name="Eclipse GEF"
license-feature="org.eclipse.license"
license-feature-version="1.0.1">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.tests/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: GEF4 Graph Tests
Bundle-SymbolicName: org.eclipse.gef4.dot.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Require-Bundle: org.junit;bundle-version="[4.11.0,5.0.0)",
org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.8.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.ui-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.gef4.dot.ui"
label="GEF4 DOT.UI"
version="1.0.0.qualifier"
version="1.0.1.qualifier"
provider-name="Eclipse GEF"
plugin="org.eclipse.gef4.dot.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gef4.dot.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: GEF4 DOT.UI
Bundle-SymbolicName: org.eclipse.gef4.dot.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.0.1.qualifier
Bundle-Activator: org.eclipse.gef4.dot.internal.parser.ui.internal.DotActivator
Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)",
Expand Down

0 comments on commit b8dd95b

Please sign in to comment.