Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Sacchi2014-10-20 10:51:43 +0000
committerAdrian Sacchi2014-10-20 10:51:58 +0000
commit3f298febbd1025e65fbce6b1307b40adbb630a03 (patch)
tree9bfd91ab5f41fcbe0904c6b2a7e1c06867d0fafd /org.eclipse.scout.sdk.compatibility.v45.fragment
parent77d4a4f3d9a28526f699c2c42b0df1d7fd99f62d (diff)
downloadorg.eclipse.scout.sdk-3f298febbd1025e65fbce6b1307b40adbb630a03.tar.gz
org.eclipse.scout.sdk-3f298febbd1025e65fbce6b1307b40adbb630a03.tar.xz
org.eclipse.scout.sdk-3f298febbd1025e65fbce6b1307b40adbb630a03.zip
bug 441610: Release- and Build-Management for Mars
https://bugs.eclipse.org/bugs/show_bug.cgi?id=441610 update version 4.1.0 --> 4.2.0
Diffstat (limited to 'org.eclipse.scout.sdk.compatibility.v45.fragment')
-rw-r--r--org.eclipse.scout.sdk.compatibility.v45.fragment/META-INF/MANIFEST.MF4
-rw-r--r--org.eclipse.scout.sdk.compatibility.v45.fragment/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.scout.sdk.compatibility.v45.fragment/META-INF/MANIFEST.MF b/org.eclipse.scout.sdk.compatibility.v45.fragment/META-INF/MANIFEST.MF
index 0d924898f..8fd44c98d 100644
--- a/org.eclipse.scout.sdk.compatibility.v45.fragment/META-INF/MANIFEST.MF
+++ b/org.eclipse.scout.sdk.compatibility.v45.fragment/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scout SDK Compatibility Fragment for Eclipse Mars
Bundle-SymbolicName: org.eclipse.scout.sdk.compatibility.v45.fragment;singleton:=true
-Bundle-Version: 4.1.0.qualifier
+Bundle-Version: 4.2.0.qualifier
Bundle-Vendor: Eclipse Scout Project
-Fragment-Host: org.eclipse.scout.sdk.compatibility;bundle-version="[4.1.0,4.2.0)"
+Fragment-Host: org.eclipse.scout.sdk.compatibility;bundle-version="[4.2.0,4.3.0)"
Require-Bundle: org.eclipse.jdt.core,
org.eclipse.jdt.ui,
org.eclipse.jface.text,
diff --git a/org.eclipse.scout.sdk.compatibility.v45.fragment/pom.xml b/org.eclipse.scout.sdk.compatibility.v45.fragment/pom.xml
index 5e20ffd9e..7269d3ebd 100644
--- a/org.eclipse.scout.sdk.compatibility.v45.fragment/pom.xml
+++ b/org.eclipse.scout.sdk.compatibility.v45.fragment/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.scout.sdk</groupId>
<artifactId>org.eclipse.scout.sdk.parent</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.2.0-SNAPSHOT</version>
<relativePath>../org.eclipse.scout.sdk.parent</relativePath>
</parent>

Back to the top