From 7d239f8990b4aafa87e596e9bac4f61e8a6d502c Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 23 Sep 2015 15:36:40 +0200 Subject: [PATCH] Make it possible to set hibernate spec artifact id with a property in parent pom --- connections/jpa/pom.xml | 2 +- events/jpa/pom.xml | 2 +- model/jpa/pom.xml | 2 +- pom.xml | 3 ++- testsuite/integration-arquillian/tests/pom.xml | 2 +- testsuite/integration/pom.xml | 2 +- testsuite/jetty/jetty81/pom.xml | 2 +- testsuite/jetty/jetty91/pom.xml | 2 +- testsuite/jetty/jetty92/pom.xml | 2 +- testsuite/performance/pom.xml | 2 +- testsuite/proxy/pom.xml | 2 +- testsuite/tomcat6/pom.xml | 2 +- testsuite/tomcat7/pom.xml | 2 +- testsuite/tomcat8/pom.xml | 2 +- testsuite/wildfly/pom.xml | 2 +- 15 files changed, 16 insertions(+), 15 deletions(-) diff --git a/connections/jpa/pom.xml b/connections/jpa/pom.xml index b36b85015c9..0a99ed21298 100755 --- a/connections/jpa/pom.xml +++ b/connections/jpa/pom.xml @@ -24,7 +24,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} provided diff --git a/events/jpa/pom.xml b/events/jpa/pom.xml index d6e7e9e98cc..9fbd1d86031 100755 --- a/events/jpa/pom.xml +++ b/events/jpa/pom.xml @@ -35,7 +35,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} provided diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml index 88e336202aa..4013fcaddc2 100755 --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -41,7 +41,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} org.hibernate diff --git a/pom.xml b/pom.xml index 054a0346788..7a57ca05c25 100755 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 4.0.26.Final 0.1.1.Final 1.0.0.Final + hibernate-jpa-2.1-api 4.3.10.Final 1.4.187 5.1.29 @@ -322,7 +323,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} ${hibernate.javax.persistence.version} diff --git a/testsuite/integration-arquillian/tests/pom.xml b/testsuite/integration-arquillian/tests/pom.xml index 2dd55cf5bfe..9ac97d083bb 100644 --- a/testsuite/integration-arquillian/tests/pom.xml +++ b/testsuite/integration-arquillian/tests/pom.xml @@ -277,7 +277,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 7948e977294..9772e45a5c8 100755 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -143,7 +143,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/jetty/jetty81/pom.xml b/testsuite/jetty/jetty81/pom.xml index 5fd9e6a303f..a675c2dd661 100755 --- a/testsuite/jetty/jetty81/pom.xml +++ b/testsuite/jetty/jetty81/pom.xml @@ -144,7 +144,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/jetty/jetty91/pom.xml b/testsuite/jetty/jetty91/pom.xml index 7815e73a35f..ead665becbb 100755 --- a/testsuite/jetty/jetty91/pom.xml +++ b/testsuite/jetty/jetty91/pom.xml @@ -144,7 +144,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/jetty/jetty92/pom.xml b/testsuite/jetty/jetty92/pom.xml index 09eaec79335..ea9f7e3bfb7 100755 --- a/testsuite/jetty/jetty92/pom.xml +++ b/testsuite/jetty/jetty92/pom.xml @@ -144,7 +144,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml index f553ab794bc..03bf3fe5c2b 100755 --- a/testsuite/performance/pom.xml +++ b/testsuite/performance/pom.xml @@ -193,7 +193,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} ${hibernate.javax.persistence.version} diff --git a/testsuite/proxy/pom.xml b/testsuite/proxy/pom.xml index 28c418a7e2d..df5896c51d0 100755 --- a/testsuite/proxy/pom.xml +++ b/testsuite/proxy/pom.xml @@ -139,7 +139,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/tomcat6/pom.xml b/testsuite/tomcat6/pom.xml index 0597e7d988d..498c4d61e6c 100755 --- a/testsuite/tomcat6/pom.xml +++ b/testsuite/tomcat6/pom.xml @@ -130,7 +130,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/tomcat7/pom.xml b/testsuite/tomcat7/pom.xml index b8a44e3c962..d807e7383c1 100755 --- a/testsuite/tomcat7/pom.xml +++ b/testsuite/tomcat7/pom.xml @@ -150,7 +150,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/tomcat8/pom.xml b/testsuite/tomcat8/pom.xml index 4862aebd9a2..e2a9059a29c 100755 --- a/testsuite/tomcat8/pom.xml +++ b/testsuite/tomcat8/pom.xml @@ -134,7 +134,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database diff --git a/testsuite/wildfly/pom.xml b/testsuite/wildfly/pom.xml index d91657eb285..fd5c19584b4 100644 --- a/testsuite/wildfly/pom.xml +++ b/testsuite/wildfly/pom.xml @@ -141,7 +141,7 @@ org.hibernate.javax.persistence - hibernate-jpa-2.1-api + ${hibernate.javax.persistence.artifactId} com.h2database