Repository: activemq-artemis
Updated Branches:
refs/heads/master 0f724aea5 -> 2c2f70e9c
Change default profile from 'dev' to 'distro'
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/90d90b5e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/90d90b5e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/90d90b5e
Branch: refs/heads/master
Commit: 90d90b5e1869a6ad13d5a896dc58c434401b6b11
Parents: 0f724ae
Author: jbertram <jbertram@apache.org>
Authored: Mon May 11 09:27:29 2015 -0500
Committer: jbertram <jbertram@apache.org>
Committed: Mon May 11 09:27:29 2015 -0500
----------------------------------------------------------------------
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/90d90b5e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 01f29db..d34fcda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,9 +482,6 @@
<profiles>
<profile>
<id>dev</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<modules>
<module>artemis-boot</module>
<module>artemis-dto</module>
@@ -516,6 +513,9 @@
</profile>
<profile>
<id>distro</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>artemis-dto</module>
<module>artemis-web</module>
|