Subversion Repositories Integrator Subversion

Rev

Rev 213 | Rev 440 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 213 Rev 364
Line 1... Line 1...
1
<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">
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
3
  <parent>
4
    <groupId>br.com.ec</groupId>
4
    <groupId>br.com.ec</groupId>
5
    <artifactId>espacocase-framework</artifactId>
5
    <artifactId>espacocase-framework</artifactId>
6
    <version>2.1.0-SNAPSHOT</version>
-
 
-
 
6
    <version>2.1.1-SNAPSHOT</version>
7
  </parent>
7
  </parent>
8
  <artifactId>espacocase-framework-relatorio</artifactId>
8
  <artifactId>espacocase-framework-relatorio</artifactId>
9
  <name>Framework Relatório</name>
9
  <name>Framework Relatório</name>
10
  <description>Módulo de Relatórios do Projeto Framework</description>
10
  <description>Módulo de Relatórios do Projeto Framework</description>
11
 
11