Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-06-28 19:22:43 +0000
committerTom Schindl2015-06-28 19:22:43 +0000
commitdba8ba076f41eb923f897ecdd218d4bf12bf8131 (patch)
tree059eaecea7b0fa32ae0fabe4785e3a46d4094d8f /bundles/runtime/org.eclipse.fx.core.log4j
parent406389c2e5a701a5bad302b0455391ba6258c140 (diff)
downloadorg.eclipse.efxclipse-dba8ba076f41eb923f897ecdd218d4bf12bf8131.tar.gz
org.eclipse.efxclipse-dba8ba076f41eb923f897ecdd218d4bf12bf8131.tar.xz
org.eclipse.efxclipse-dba8ba076f41eb923f897ecdd218d4bf12bf8131.zip
upgrade to 2.1.0
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core.log4j')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core.log4j/META-INF/MANIFEST.MF2
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core.log4j/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core.log4j/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core.log4j/META-INF/MANIFEST.MF
index 3c55ebae8..96f3cf9dc 100755
--- a/bundles/runtime/org.eclipse.fx.core.log4j/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core.log4j/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.core.log4j
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.fx.core;bundle-version="0.9.0",
diff --git a/bundles/runtime/org.eclipse.fx.core.log4j/pom.xml b/bundles/runtime/org.eclipse.fx.core.log4j/pom.xml
index 7e7a727bd..8a7d2e83d 100755
--- a/bundles/runtime/org.eclipse.fx.core.log4j/pom.xml
+++ b/bundles/runtime/org.eclipse.fx.core.log4j/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.eclipse.fx</groupId>
<artifactId>releng</artifactId>
<relativePath>../../../releng/org.eclipse.fx.releng/pom.xml</relativePath>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<build>

Back to the top