Commit 366586e698bef39153c97595078ce313b37dfdbf

Authored by 王言钊
1 parent 941a6e65

update

Showing 1 changed file with 2 additions and 2 deletions
@@ -240,7 +240,7 @@ @@ -240,7 +240,7 @@
240 <profile> 240 <profile>
241 <id>dev</id> 241 <id>dev</id>
242 <activation> 242 <activation>
243 - <activeByDefault>true</activeByDefault> 243 + <activeByDefault>false</activeByDefault>
244 </activation> 244 </activation>
245 <properties> 245 <properties>
246 <environment>dev</environment> 246 <environment>dev</environment>
@@ -250,7 +250,7 @@ @@ -250,7 +250,7 @@
250 <profile> 250 <profile>
251 <id>test</id> 251 <id>test</id>
252 <activation> 252 <activation>
253 - <activeByDefault>false</activeByDefault> 253 + <activeByDefault>true</activeByDefault>
254 </activation> 254 </activation>
255 <properties> 255 <properties>
256 <environment>test</environment> 256 <environment>test</environment>