Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Hauge2013-08-28 14:38:26 +0000
committerNeil Hauge2013-08-28 14:38:26 +0000
commit06db32310f9948f8337a0cb968fd0472ec27717c (patch)
tree7fa3c3b07060604879f2020f5f36a4c94b57c020
parented444f229d9785b0d2d13a40dd360b8da3d6ba9b (diff)
downloadwebtools.dali-06db32310f9948f8337a0cb968fd0472ec27717c.tar.gz
webtools.dali-06db32310f9948f8337a0cb968fd0472ec27717c.tar.xz
webtools.dali-06db32310f9948f8337a0cb968fd0472ec27717c.zip
Update versions for Kepler SR1.v201308281654
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/feature.xml2
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.eclipselink_sdk.feature/feature.xml2
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.annotate/META-INF/MANIFEST.MF2
-rw-r--r--jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/META-INF/MANIFEST.MF2
4 files changed, 4 insertions, 4 deletions
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/feature.xml
index 5b2461beb8..a154f8ae35 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jaxb.eclipselink.feature"
label="%featureName"
- version="1.4.0.qualifier"
+ version="1.4.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.jpt.jaxb.eclipselink.branding"
license-feature="org.eclipse.license"
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink_sdk.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink_sdk.feature/feature.xml
index a55e2732ac..28c4a56ec6 100644
--- a/jaxb/features/org.eclipse.jpt.jaxb.eclipselink_sdk.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.jaxb.eclipselink_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jpt.jaxb.eclipselink_sdk.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="1.3.1.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.annotate/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.jpa.annotate/META-INF/MANIFEST.MF
index b2a4d0ed83..a0218b2bac 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.annotate/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.jpa.annotate/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.1.qualifier
Bundle-SymbolicName: org.eclipse.jpt.jpa.annotate;singleton:=true
Bundle-Activator: org.eclipse.jpt.jpa.annotate.internal.plugin.JptJpaAnnotatePlugin
Bundle-ActivationPolicy: lazy
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/META-INF/MANIFEST.MF
index 62bf6dbb9b..45e3158815 100644
--- a/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.jpa.eclipselink.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.jpa.eclipselink.core;singleton:=true
-Bundle-Version: 2.3.0.qualifier
+Bundle-Version: 2.3.1.qualifier
Bundle-Activator: org.eclipse.jpt.jpa.eclipselink.core.internal.plugin.JptJpaEclipseLinkCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .

Back to the top