Skip to content

Commit

Permalink
Update makefile and reltool for v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Nov 22, 2013
1 parent 7ae25a7 commit 9c76557
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@

NITROGEN_VERSION=2.2.1
NITROGEN_VERSION=2.2.2

help:
@echo
Expand Down
16 changes: 8 additions & 8 deletions rel/overlay/rebar.config.src
Expand Up @@ -21,14 +21,14 @@

%% Uncomment the following lines and comment the bottom lines with specific
%% tags to always pull the latest versions
{nitrogen_core, ".*", {git, "git://github.com/nitrogen/nitrogen_core",{branch, master}}},
{nprocreg, ".*", {git, "git://github.com/nitrogen/nprocreg", {branch, master}}},
{simple_bridge, ".*", {git, "git://github.com/nitrogen/simple_bridge",{branch, master}}},
{sync, ".*", {git, "git://github.com/rustyio/sync", {branch, master}}}
%{nitrogen_core, ".*", {git, "git://github.com/nitrogen/nitrogen_core",{branch, master}}},
%{nprocreg, ".*", {git, "git://github.com/nitrogen/nprocreg", {branch, master}}},
%{simple_bridge, ".*", {git, "git://github.com/nitrogen/simple_bridge",{branch, master}}},
%{sync, ".*", {git, "git://github.com/rustyio/sync", {branch, master}}}

%% Get specific tagged version
%{nitrogen_core, ".*", {git, "git://github.com/nitrogen/nitrogen_core",{tag, "v2.2.2"}}},
%{nprocreg, ".*", {git, "git://github.com/nitrogen/nprocreg", {tag, "v0.2.1"}}},
%{simple_bridge, ".*", {git, "git://github.com/nitrogen/simple_bridge",{tag, "v1.4.0"}}},
%{sync, ".*", {git, "git://github.com/rustyio/sync", "a8366be73244383c07f9cafe30b72e83f3ad0621"}}
{nitrogen_core, ".*", {git, "git://github.com/nitrogen/nitrogen_core",{tag, "v2.2.2"}}},
{nprocreg, ".*", {git, "git://github.com/nitrogen/nprocreg", {tag, "v0.2.1"}}},
{simple_bridge, ".*", {git, "git://github.com/nitrogen/simple_bridge",{tag, "v1.4.0"}}},
{sync, ".*", {git, "git://github.com/rustyio/sync", "a8366be73244383c07f9cafe30b72e83f3ad0621"}}
]}.
2 changes: 1 addition & 1 deletion rel/reltool_base.config
@@ -1,7 +1,7 @@
%% vim: ts=4 sw=4 et ft=erlang

{sys, [
{rel, "nitrogen", "2.2.1",
{rel, "nitrogen", "2.2.2",
[
kernel,
stdlib,
Expand Down

0 comments on commit 9c76557

Please sign in to comment.