Correção de erro no versionamento do build

master
fabio 2022-12-30 15:10:18 +00:00
parent 3c6ab14b40
commit 855b14f36b
1 changed files with 6 additions and 7 deletions

13
pom.xml
View File

@ -1,18 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>${ventaboletosadm.version}</version> <version>1.0.26</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties>
<modelWeb.version>1.0.18</modelWeb.version>
<flyway.version>1.0.8</flyway.version>
</properties>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>rj-releases</id> <id>rj-releases</id>