Rev 364 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 364 | Rev 440 | ||
|---|---|---|---|
| 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.1-SNAPSHOT</version> |
- | |
| - | 6 | <version>2.1.2-SNAPSHOT</version> |
|
| 7 | </parent>
|
7 | </parent>
|
| 8 | <artifactId>espacocase-framework-views</artifactId> |
8 | <artifactId>espacocase-framework-views</artifactId> |
| 9 | 9 | ||
| 10 | <dependencies>
|
10 | <dependencies>
|
| 11 | <!--
|
11 | <!--
|