diff options
| author | Thomas Watson | 2014-07-09 14:17:56 +0000 |
|---|---|---|
| committer | Thomas Watson | 2014-07-09 14:20:26 +0000 |
| commit | 150ea3742bcf40f0010eb205819faef861327e65 (patch) | |
| tree | b224aafe731bc055cda9e8ecc8cb100a5ca835e6 | |
| parent | e4a0d3fdc8aacb47eab2634f7c5286667b75cef0 (diff) | |
| download | rt.equinox.framework-150ea3742bcf40f0010eb205819faef861327e65.tar.gz rt.equinox.framework-150ea3742bcf40f0010eb205819faef861327e65.tar.xz rt.equinox.framework-150ea3742bcf40f0010eb205819faef861327e65.zip | |
Bug 438652 - NPE when exporting a bundle with 'Deployable Plug-ins
andHEADmaster
Fragments'
- Need to update version in pom.xml files
| -rw-r--r-- | bundles/org.eclipse.osgi.compatibility.state/pom.xml | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.osgi.tests/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/pom.xml b/bundles/org.eclipse.osgi.compatibility.state/pom.xml index cff588c2e..494dfad11 100644 --- a/bundles/org.eclipse.osgi.compatibility.state/pom.xml +++ b/bundles/org.eclipse.osgi.compatibility.state/pom.xml @@ -19,6 +19,6 @@ </parent> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi.compatibility.state</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml index ac3801a59..3e178c61b 100644 --- a/bundles/org.eclipse.osgi.tests/pom.xml +++ b/bundles/org.eclipse.osgi.tests/pom.xml @@ -19,7 +19,7 @@ </parent> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi.tests</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.10.1-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging> <properties> |
