Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Increases version to 2.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneidereit committed Dec 28, 2011
1 parent 84af79a commit 9619284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project.name=Swiftsuspenders

#Version number for current Robotlegs and Swiftsuspenders releases
swift.suspenders.version=v2.0.0b2
swift.suspenders.version=v2.0.0b3
project.name.versioned=${project.name}-${swift.suspenders.version}

#build locations
Expand Down
2 changes: 1 addition & 1 deletion buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout = Layout::Default.new
layout[:source, :main, :as3] = "src"
layout[:source, :test, :as3] = "test"

THIS_VERSION = "2.0.0b2-SNAPSHOT"
THIS_VERSION = "2.0.0b3-SNAPSHOT"

define "Swiftsuspenders", :layout => layout do

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.swiftsuspenders</groupId>
<artifactId>swiftsuspenders</artifactId>

<version>2.0.0-b2-SNAPSHOT</version>
<version>2.0.0-b3-SNAPSHOT</version>

<packaging>swc</packaging>

Expand Down

0 comments on commit 9619284

Please sign in to comment.