Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-07-08 21:02:15 +0000
committerThomas Watson2016-08-12 13:04:04 +0000
commita1e52d50c79e847281faecb823f089018944e9ac (patch)
tree5887b05c12ecc293718363818bf3ec2937ad617a /bundles/org.eclipse.osgi/pom.xml
parent90a8f7255361798ed19fd41ab6c7df2e76b6630d (diff)
downloadrt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.tar.gz
rt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.tar.xz
rt.equinox.framework-a1e52d50c79e847281faecb823f089018944e9ac.zip
Bug 497576 - [equinox framework] augmenting bundle metadata
Container changes to allow a container adaptor to adapt a builder before it is used by the container. EquinoxContainerAdaptor changes to call StorageHook implementations to adapt a builder for a generation. Change-Id: I4597f98b6fc6c993fc601a615f61047a8299beae Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/pom.xml')
-rw-r--r--bundles/org.eclipse.osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 699e630d5..1d862f927 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
- <version>3.11.100-SNAPSHOT</version>
+ <version>3.12.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top