Correção de erro no versionamento do build
parent
3c6ab14b40
commit
855b14f36b
13
pom.xml
13
pom.xml
|
@ -1,18 +1,17 @@
|
|||
<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">
|
||||
|
||||
<properties>
|
||||
<ventaboletosadm.version>1.0.26</ventaboletosadm.version>
|
||||
<modelWeb.version>1.0.18</modelWeb.version>
|
||||
<flyway.version>1.0.8</flyway.version>
|
||||
</properties>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>${ventaboletosadm.version}</version>
|
||||
<version>1.0.26</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<modelWeb.version>1.0.18</modelWeb.version>
|
||||
<flyway.version>1.0.8</flyway.version>
|
||||
</properties>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
|
|
Loading…
Reference in New Issue