Skip to content

Commit

Permalink
[releng] Increment example version.
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 23, 2022
1 parent 4b4538b commit d4765e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.xsd.example.installer;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.common.ui;bundle-version="[2.13.0,3.0.0)",
org.eclipse.xsd;bundle-version="[2.15.0,3.0.0)"
Require-Bundle: org.eclipse.emf.common.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xsd;bundle-version="[2.18.0,3.0.0)"
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
2 changes: 1 addition & 1 deletion plugins/org.eclipse.xsd.example.installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.xsd.example.installer</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit d4765e2

Please sign in to comment.