|
|
@ -2,7 +2,7 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<version>0.3.5</version> |
|
|
|
<version>0.3.6</version> |
|
|
|
<parent> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-oss</artifactId> |
|
|
@ -120,9 +120,9 @@ |
|
|
|
<profiles> |
|
|
|
<profile> |
|
|
|
<id>dev-local</id> |
|
|
|
<activation> |
|
|
|
<!--<activation> |
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
</activation> |
|
|
|
</activation>--> |
|
|
|
<properties> |
|
|
|
<server.port>8083</server.port> |
|
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
@ -150,9 +150,9 @@ |
|
|
|
</profile> |
|
|
|
<profile> |
|
|
|
<id>dev</id> |
|
|
|
<!--<activation> |
|
|
|
<activation> |
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
</activation>--> |
|
|
|
</activation> |
|
|
|
<properties> |
|
|
|
<server.port>8083</server.port> |
|
|
|
<spring.profiles.active>dev</spring.profiles.active> |
|
|
|