Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #779 from eharris369/CW3206-updateVersionsFor0.14.0
Browse files Browse the repository at this point in the history
CW Issue #3206: Update versions for 0.14.1
  • Loading branch information
eharris369 authored Jul 16, 2020
2 parents d3e002d + 14d1292 commit 1b49a5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/ant_build/build-cw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->

<project name="cw_build" default="generateOpenCWUpdateSite">
<property name="level_tag" value="0.14.0"/>
<property name="level_tag" value="0.14.1"/>
<property name="delegate.build.dir" location="${basedir}/../" />
<property name="disable.run.executeMetatypeValidation" value="true"/>
<property name="disable.run.unzipIfixReleaseZip" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.codewind.base/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.codewind.base"
label="%featureName"
version="1.9.0.qualifier"
version="1.9.1.qualifier"
provider-name="%providerName">

<description>
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.codewind.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Codewind Core Plug-in
Bundle-SymbolicName: org.eclipse.codewind.core;singleton:=true
Bundle-Version: 1.9.0.qualifier
Bundle-Version: 1.9.1.qualifier
Bundle-Activator: org.eclipse.codewind.core.CodewindCorePlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion dev/org.eclipse.codewind/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.codewind"
label="%featureName"
version="0.14.0.qualifier"
version="0.14.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.codewind.core">

Expand Down

0 comments on commit 1b49a5f

Please sign in to comment.