Commit c8e558ae54fa34483edb66b8a2808918f91392e1

Authored by Sandro Lopes
1 parent 77601d88
Exists in master

Atualiza groupId e version

Atualização do groupId para ficar em conformidade com o padrão e da
versão, pois já existia a v1.0.
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
pom.xml
1 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 3 <modelVersion>4.0.0</modelVersion>
4   - <groupId>br.gov.ans</groupId>
5   - <artifactId>ans-commons-sei</artifactId>
6   - <version>1.0.0</version>
  4 + <groupId>br.gov.ans.commons</groupId>
  5 + <artifactId>ans-commons-sei</artifactId>
  6 + <version>1.1.0</version>
7 7 <name>ans-commons-sei</name>
8 8 <packaging>jar</packaging>
9 9 <description>Biblioteca de apoio aos clientes do SEI-Broker.</description>
... ...