From effc4a280b5235af06ab1933c2ac612269199918 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Sat, 31 Dec 2016 10:08:30 +0100 Subject: [PATCH] format pom Signed-off-by: olivier lamy --- redback-common/pom.xml | 5 +- .../redback-keys-jpa/pom.xml | 170 +++++++++--------- 2 files changed, 88 insertions(+), 87 deletions(-) diff --git a/redback-common/pom.xml b/redback-common/pom.xml index 9819bb01..cefc84fe 100644 --- a/redback-common/pom.xml +++ b/redback-common/pom.xml @@ -17,7 +17,8 @@ ~ specific language governing permissions and limitations ~ under the License. --> - + 4.0.0 org.apache.archiva.redback @@ -31,6 +32,6 @@ redback-common-jdo redback-common-ldap redback-common-test-resources - redback-common-jpa + redback-common-jpa \ No newline at end of file diff --git a/redback-keys/redback-keys-providers/redback-keys-jpa/pom.xml b/redback-keys/redback-keys-providers/redback-keys-jpa/pom.xml index b05ca424..99b44ab6 100644 --- a/redback-keys/redback-keys-providers/redback-keys-jpa/pom.xml +++ b/redback-keys/redback-keys-providers/redback-keys-jpa/pom.xml @@ -20,99 +20,99 @@ - - redback-keys-providers - org.apache.archiva.redback - 2.5-SNAPSHOT - - 4.0.0 + + redback-keys-providers + org.apache.archiva.redback + 2.5-SNAPSHOT + + 4.0.0 - redback-keys-jpa - jar - Redback :: Key Management Provider :: JPA + redback-keys-jpa + jar + Redback :: Key Management Provider :: JPA - - - org.apache.archiva.redback - redback-keys-api - + + + org.apache.archiva.redback + redback-keys-api + - - org.apache.archiva.redback - redback-common-jpa - + + org.apache.archiva.redback + redback-common-jpa + - - org.springframework - spring-context-support - - - javax.annotation - jsr250-api - + + org.springframework + spring-context-support + + + javax.annotation + jsr250-api + - - org.apache.archiva.redback - redback-keys-tests - test - - + + org.apache.archiva.redback + redback-keys-tests + test + + + org.apache.openjpa + openjpa + ${openjpa.version} + + + org.springframework + spring-tx + ${springVersion} + + + org.springframework + spring-orm + ${springVersion} + + + org.hsqldb + hsqldb + test + + + org.slf4j + slf4j-simple + test + + + + + + + org.apache.openjpa + openjpa-maven-plugin + + **/model/*.class + true + true + + + + enhancer + process-classes + + enhance + + + + + org.apache.openjpa openjpa + ${openjpa.version} - - - org.springframework - spring-tx - ${springVersion} - - - org.springframework - spring-orm - ${springVersion} - - - org.hsqldb - hsqldb - test - - - org.slf4j - slf4j-simple - test - - - - - - - org.apache.openjpa - openjpa-maven-plugin - - **/model/*.class - true - true - - - - enhancer - process-classes - - enhance - - - - - - org.apache.openjpa - openjpa - - ${openjpa.version} - - - - - + + + + + \ No newline at end of file