Commit cd557a8659b9e03524a22f656f06479249f5f349
1 parent
ee1aeabe
Exists in
master
Atualização da versão do demoiselle-junit
Showing
3 changed files
with
4 additions
and
3 deletions
Show diff stats
archetype/jsf-jpa/src/main/resources/archetype-resources/pom.xml
archetype/minimal/src/main/resources/archetype-resources/pom.xml
parent/bom/pom.xml
| ... | ... | @@ -142,7 +142,7 @@ |
| 142 | 142 | <dependency> |
| 143 | 143 | <groupId>org.hibernate</groupId> |
| 144 | 144 | <artifactId>hibernate-validator</artifactId> |
| 145 | - <version>4.2.0.Final</version> | |
| 145 | + <version>${hibernate.validator.version}</version> | |
| 146 | 146 | <exclusions> |
| 147 | 147 | <exclusion> |
| 148 | 148 | <groupId>javax.xml.bind</groupId> |
| ... | ... | @@ -332,6 +332,7 @@ |
| 332 | 332 | <persistence.version>2.0.0</persistence.version> |
| 333 | 333 | |
| 334 | 334 | <hibernate.version>4.1.7.Final</hibernate.version> |
| 335 | + <hibernate.validator.version>4.2.0.Final</hibernate.validator.version> | |
| 335 | 336 | |
| 336 | 337 | <junit.version>4.8.1</junit.version> |
| 337 | 338 | <easymock.version>3.0</easymock.version> | ... | ... |