Correção para erro no versionamento do jenkins

master
Fabio Faria 2022-12-30 17:20:26 -03:00
parent d9e0813ef4
commit 4849871bad
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.27</ventaboletosadm.version>
<modelWeb.version>1.0.19</modelWeb.version>
<flyway.version>1.0.9</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.27</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties>
<modelWeb.version>1.0.19</modelWeb.version>
<flyway.version>1.0.9</flyway.version>
</properties>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>rj-releases</id> <id>rj-releases</id>