Commit 8f8f0867b16935c4fb8de5043bbf72de93e68f19
1 parent
0559c2d5
update
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| ... | ... | @@ -240,7 +240,7 @@ |
| 240 | 240 | <profile> |
| 241 | 241 | <id>dev</id> |
| 242 | 242 | <activation> |
| 243 | - <activeByDefault>true</activeByDefault> | |
| 243 | + <activeByDefault>false</activeByDefault> | |
| 244 | 244 | </activation> |
| 245 | 245 | <properties> |
| 246 | 246 | <environment>dev</environment> |
| ... | ... | @@ -260,7 +260,7 @@ |
| 260 | 260 | <profile> |
| 261 | 261 | <id>prod</id> |
| 262 | 262 | <activation> |
| 263 | - <activeByDefault>false</activeByDefault> | |
| 263 | + <activeByDefault>true</activeByDefault> | |
| 264 | 264 | </activation> |
| 265 | 265 | <properties> |
| 266 | 266 | <environment>prod</environment> | ... | ... |