Skip to content

Commit

Permalink
umc ide: post-release version bump to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timotei committed Mar 21, 2015
1 parent 920f59f commit 62b0840
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions utils/umc_dev/org.wesnoth.dependencies.feature/feature.xml
Expand Up @@ -2,12 +2,12 @@
<feature
id="org.wesnoth.dependencies"
label="Wesnoth UMC Dev Dependencies"
version="2.0.2.qualifier"
version="2.0.3.qualifier"
provider-name="www.wesnoth.org"
os="linux,macosx,win32"
arch="x86,x86_64"
license-feature="org.wesnoth"
license-feature-version="2.0.2.qualifier">
license-feature-version="2.0.3.qualifier">

<description>
The dependencies feature for the Wesnoth UMC Dev plugin.
Expand Down
2 changes: 1 addition & 1 deletion utils/umc_dev/org.wesnoth.feature/category.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.wesnoth_2.0.2.qualifier.jar" id="org.wesnoth" version="2.0.2.qualifier" os="linux,macosx,win32">
<feature url="features/org.wesnoth_2.0.3.qualifier.jar" id="org.wesnoth" version="2.0.3.qualifier" os="linux,macosx,win32">
<category name="org.wesnoth.plugins"/>
</feature>
<category-def name="org.wesnoth.plugins" label="Wesnoth Eclipse Plugins">
Expand Down
2 changes: 1 addition & 1 deletion utils/umc_dev/org.wesnoth.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.wesnoth"
label="Wesnoth User Made Content Plugin"
version="2.0.2.qualifier"
version="2.0.3.qualifier"
provider-name="www.wesnoth.org"
plugin="org.wesnoth"
os="linux,macosx,win32"
Expand Down
2 changes: 1 addition & 1 deletion utils/umc_dev/org.wesnoth.ui/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.wesnoth.ui
Bundle-Vendor: www.wesnoth.org
Bundle-Version: 2.0.2.qualifier
Bundle-Version: 2.0.3.qualifier
Bundle-SymbolicName: org.wesnoth.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.wesnoth;visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion utils/umc_dev/org.wesnoth/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wesnoth UMC Plugin
Bundle-Vendor: www.wesnoth.org
Bundle-Version: 2.0.2.qualifier
Bundle-Version: 2.0.3.qualifier
Bundle-SymbolicName: org.wesnoth;singleton:=true
Bundle-Activator: org.wesnoth.WesnothPlugin
Bundle-ActivationPolicy: lazy
Expand Down
6 changes: 3 additions & 3 deletions utils/umc_dev/org.wesnoth/org.wesnoth.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.2.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Wesnoth UMC Dev" uid="org.wesnoth.product" id="org.wesnoth.product" application="org.wesnoth.application" version="2.0.3.qualifier" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="/org.wesnoth/icons/wesnoth-about.png"/>
Expand Down Expand Up @@ -412,8 +412,8 @@ litigation.
<feature id="org.eclipse.xtend.dependencies" version="1.1.0.v201106070515"/>
<feature id="org.eclipse.xtend.typesystem.emf" version="1.1.0.v201106070515"/>
<feature id="org.eclipse.xtend.ui" version="1.1.0.v201106070515"/>
<feature id="org.wesnoth" version="2.0.2.qualifier"/>
<feature id="org.wesnoth.dependencies" version="2.0.2.qualifier"/>
<feature id="org.wesnoth" version="2.0.3.qualifier"/>
<feature id="org.wesnoth.dependencies" version="2.0.3.qualifier"/>
</features>

<configurations>
Expand Down

0 comments on commit 62b0840

Please sign in to comment.