Skip to content

Commit bdac6bc

Browse files
committed
FLUID-1638: Updating the version to 0.5 for the release.
svn path=/fluid/components/trunk/; revision=5710
1 parent 36acbf4 commit bdac6bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build-scripts/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<!-- the Fluid version number -->
3-
fluid_version = 0.5-SNAPSHOT
3+
fluid_version = 0.5
44

55
<!-- Order of jQuery dependencies -->
66
jquery_order_of_dependencies=jquery-1.2.6.js,jquery.keyboard-a11y.js,jARIA.js,jquery.bgiframe.js,jquery.tooltip.js,ui.core.js,ui.dialog.js,ui.draggable.js,ui.droppable.js

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>fluid-components</artifactId>
99
<name>Fluid Components</name>
1010
<groupId>org.fluidproject</groupId>
11-
<version>0.5-SNAPSHOT</version>
11+
<version>0.5</version>
1212

1313
<organization>
1414
<name>Fluid Project</name>

project.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>fluid-components</artifactId>
55
<name>Fluid Components</name>
66
<groupId>org.fluidproject</groupId>
7-
<currentVersion>0.5-SNAPSHOT</currentVersion>
7+
<currentVersion>0.5</currentVersion>
88
<organization>
99
<name>Fluid Project</name>
1010
<url>http://fluidproject.org</url>

0 commit comments

Comments
 (0)