diff --git a/pom.xml b/pom.xml index ef2f1f2..cc81583 100755 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 - + org.springframework.data spring-data-envers 0.2.0.BUILD-SNAPSHOT - + Spring Data Envers Spring Data extension to work with Hibernate Envers http://github.com/SpringSource/spring-data-envers @@ -24,20 +24,20 @@ www.ble.de - + Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 Copyright 2011-2012 the original author or authors. - + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or @@ -51,11 +51,11 @@ https://github.com/SpringSource/spring-data-envers - + - 3.2.9.RELEASE - 1.6.0.RELEASE - 1.7.2 + 3.2.10.RELEASE + 1.6.1.RELEASE + 1.7.7 UTF-8 @@ -66,7 +66,7 @@ spring-data-jpa ${spring.data.jpa.version} - + org.springframework spring-aop @@ -122,7 +122,7 @@ ${slf4j.version} runtime - + org.hibernate @@ -140,7 +140,7 @@ joda-time 2.1 - + org.hamcrest @@ -148,7 +148,7 @@ 1.3 test - + junit junit-dep @@ -162,53 +162,53 @@ ${spring.version} test - + com.h2database h2 1.3.166 test - + log4j log4j 1.2.16 test - + org.slf4j slf4j-log4j12 ${slf4j.version} test - + - + - + org.apache.maven.plugins maven-surefire-plugin - 2.12 + 2.17 junit:junit-dep - + org.apache.maven.plugins maven-compiler-plugin - 2.5.1 + 3.1 1.6 1.6 - + - + diff --git a/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryFactoryBean.java b/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryFactoryBean.java index 40281a7..6bdcbba 100755 --- a/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryFactoryBean.java +++ b/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryFactoryBean.java @@ -105,7 +105,8 @@ public class EnversRevisionRepositoryFactoryBean extends return EnversRevisionRepositoryImpl.class; } - /* (non-Javadoc) + /* + * (non-Javadoc) * @see org.springframework.data.repository.core.support.RepositoryFactorySupport#getRepository(java.lang.Class, java.lang.Object) */ @Override