Skip to content

Commit

Permalink
Move release numbering forward to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy A. Bish committed Sep 7, 2010
1 parent 9da9bef commit c9f5f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nant.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<property name="basedir" value="${project::get-base-directory()}" />
<property name="project.name" value="Apache.NMS" />
<property name="project.group" value="org.apache.activemq" />
<property name="project.version" value="1.4.0" unless="${property::exists('project.version')}" />
<property name="project.version" value="1.5.0" unless="${property::exists('project.version')}" />
<property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS Class Library" />
<property name="project.description" value="Apache NMS (.Net Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers" />
Expand Down
2 changes: 1 addition & 1 deletion package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

$pkgname = "Apache.NMS"
$pkgver = "1.4-SNAPSHOT"
$pkgver = "1.5-SNAPSHOT"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "netcf-2.0", "netcf-3.5"

Expand Down

0 comments on commit c9f5f87

Please sign in to comment.