Skip to content

Commit

Permalink
Create new tag for Apache.NMS.ActiveMQ v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy A. Bish committed Sep 2, 2014
1 parent 2ac8c73 commit 439e7ec
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="project.name" value="Apache.NMS.ActiveMQ" />
<property name="project.group" value="org.apache.activemq" />
<property name="project.version" value="1.6.4" unless="${property::exists('project.version')}" />
<property name="project.release.type" value="SNAPSHOT" unless="${property::exists('project.release.type')}" />
<property name="project.release.type" value="GA" unless="${property::exists('project.release.type')}" />
<property name="project.short_description" value="Apache NMS for ActiveMQ Class Library" />
<property name="project.description" value="Apache NMS for ActiveMQ Class Library (.Net Messaging Library Implementation): An implementation of the NMS API for ActiveMQ" />

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.ActiveMQ"
$pkgver = "1.6.4-SNAPSHOT"
$pkgver = "1.6.4"
$configurations = "release", "debug"
$frameworks = "mono-2.0", "net-2.0", "net-3.5", "net-4.0"

Expand Down

0 comments on commit 439e7ec

Please sign in to comment.