AIRAVATA-2316 Fixing openjpa version

Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/bd1ada58
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/bd1ada58
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/bd1ada58

Branch: refs/heads/develop
Commit: bd1ada588c5cfed3bd3c9e9c740e243c7c38ec1e
Parents: 71dcaac
Author: Marcus Christie <[email protected]>
Authored: Wed Feb 15 12:35:43 2017 -0500
Committer: Anuj Bhandar <[email protected]>
Committed: Tue Feb 28 12:55:35 2017 -0500

----------------------------------------------------------------------
 modules/user-profile/user-profile-core/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/bd1ada58/modules/user-profile/user-profile-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/user-profile/user-profile-core/pom.xml 
b/modules/user-profile/user-profile-core/pom.xml
index 2da8994..3e49f86 100644
--- a/modules/user-profile/user-profile-core/pom.xml
+++ b/modules/user-profile/user-profile-core/pom.xml
@@ -17,6 +17,7 @@
         <surefire.version>2.18.1</surefire.version>
         <skipTests>false</skipTests>
         <mysql.connector.version>5.1.34</mysql.connector.version>
+        <openjpa.version>2.2.0</openjpa.version>
     </properties>
 
     <dependencies>
@@ -33,7 +34,7 @@
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-all</artifactId>
-            <version>2.3.0</version>
+            <version>${openjpa.version}</version>
         </dependency>
 
         <dependency>
@@ -108,7 +109,7 @@
                     <dependency>
                         <groupId>org.apache.openjpa</groupId>
                         <artifactId>openjpa</artifactId>
-                        <version>2.2.0</version>
+                        <version>${openjpa.version}</version>
                     </dependency>
                 </dependencies>
             </plugin>

Reply via email to